Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Datp870u.c582 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()
602 host = req_p->device->host; in atp870u_queuecommand_lck()
608 m = m << scmd_id(req_p); in atp870u_queuecommand_lck()
615 req_p->result = 0x00040000; in atp870u_queuecommand_lck()
[all …]
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
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()