Home
last modified time | relevance | path

Searched refs:req_p (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Datp870u.c577 * @req_p: request block
582 static int atp870u_queuecommand_lck(struct scsi_cmnd *req_p, in atp870u_queuecommand_lck() argument
590 c = scmd_channel(req_p); in atp870u_queuecommand_lck()
591 req_p->sense_buffer[0]=0; in atp870u_queuecommand_lck()
592 scsi_set_resid(req_p, 0); in atp870u_queuecommand_lck()
593 if (scmd_channel(req_p) > 1) { in atp870u_queuecommand_lck()
594 req_p->result = 0x00040000; in atp870u_queuecommand_lck()
595 done(req_p); in atp870u_queuecommand_lck()
597 printk("atp870u_queuecommand : req_p->device->channel > 1\n"); in atp870u_queuecommand_lck()
602 host = req_p in atp870u_queuecommand_lck()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Datp870u.c616 * @req_p: request block
620 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()
635 printk("atp870u_queuecommand : req_p->device->channel > 1\n"); in atp870u_queuecommand_lck()
640 host = req_p in atp870u_queuecommand_lck()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_midi2.c764 struct usb_request **req_p) in process_midi1_byte()
769 struct usb_request *req = *req_p; in process_midi1_byte()
918 *req_p = NULL; in process_midi1_byte()
932 struct usb_request **req_p) in process_midi1_pending_buf()
943 req_p)) { in process_midi1_pending_buf()
763 process_midi1_byte(struct f_midi2 *midi2, u8 cable, u8 b, struct usb_request **req_p) process_midi1_byte() argument
931 process_midi1_pending_buf(struct f_midi2 *midi2, struct usb_request **req_p) process_midi1_pending_buf() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c408 dma_addr_t req_p, rply_p, bulletin_p; in qed_iov_setup_vfdb() local
416 req_p = p_iov_info->mbx_msg_phys_addr; in qed_iov_setup_vfdb()
432 vf->vf_mbx.req_phys = req_p + idx * sizeof(union vfpf_tlvs); in qed_iov_setup_vfdb()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A 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()

Completed in 22 milliseconds