Home
last modified time | relevance | path

Searched refs:req_p (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/scsi/ !
Datp870u.c620 static int atp870u_queuecommand_lck(struct scsi_cmnd *req_p) in atp870u_queuecommand_lck() argument
628 c = scmd_channel(req_p); in atp870u_queuecommand_lck()
629 req_p->sense_buffer[0]=0; in atp870u_queuecommand_lck()
630 scsi_set_resid(req_p, 0); in atp870u_queuecommand_lck()
631 if (scmd_channel(req_p) > 1) { in atp870u_queuecommand_lck()
632 req_p->result = DID_BAD_TARGET << 16; in atp870u_queuecommand_lck()
633 done(req_p); in atp870u_queuecommand_lck()
640 host = req_p->device->host; in atp870u_queuecommand_lck()
644 m = m << scmd_id(req_p); in atp870u_queuecommand_lck()
651 req_p->result = DID_BAD_TARGET << 16; in atp870u_queuecommand_lck()
[all …]
/linux-6.12.1/drivers/usb/gadget/function/ !
Df_midi2.c775 struct usb_request **req_p) in process_midi1_byte() argument
780 struct usb_request *req = *req_p; in process_midi1_byte()
929 *req_p = NULL; in process_midi1_byte()
943 struct usb_request **req_p) in process_midi1_pending_buf() argument
954 req_p)) { in process_midi1_pending_buf()
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ !
Dqed_sriov.c410 dma_addr_t req_p, rply_p, bulletin_p; in qed_iov_setup_vfdb() local
418 req_p = p_iov_info->mbx_msg_phys_addr; in qed_iov_setup_vfdb()
434 vf->vf_mbx.req_phys = req_p + idx * sizeof(union vfpf_tlvs); in qed_iov_setup_vfdb()