Home
last modified time | relevance | path

Searched refs:req_virt (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/
Dhptiop.c191 req = hba->reqs[tag >> 8].req_virt; in hptiop_request_callback_mv()
242 req = hba->reqs[(_tag >> 4) & 0xff].req_virt; in hptiop_request_callback_mvfrey()
344 hba->u.mvfrey.internal_req.req_virt; in iop_send_sync_request_mvfrey()
530 hba->u.mvfrey.internal_req.req_virt; in iop_set_config_mvfrey()
784 req = hba->reqs[tag].req_virt; in hptiop_host_request_callback_itl()
789 req = hba->reqs[tag].req_virt; in hptiop_host_request_callback_itl()
877 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_itl()
904 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mv()
928 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mvfrey()
1026 _req->index, _req->req_virt); in hptiop_queuecommand_lck()
[all …]
Dhptiop.h248 void *req_virt; member
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.c455 vf->vf_mbx.req_virt = p_req_virt_addr + idx; in qed_iov_setup_vfdb()
1233 mbx->req_virt->first_tlv.reply_address + in qed_iov_send_response()
1247 mbx->req_virt->first_tlv.reply_address, in qed_iov_send_response()
1560 struct vfpf_acquire_tlv *req = &mbx->req_virt->acquire; in qed_iov_vf_mbx_acquire()
1929 start = &mbx->req_virt->start_vport; in qed_iov_vf_mbx_start_vport()
2058 req = &mbx->req_virt->start_rxq; in qed_iov_vf_mbx_start_rxq_resp()
2084 qed_iov_search_list_tlvs(p_hwfn, p_mbx->req_virt, in qed_iov_vf_mbx_qid()
2119 req = &mbx->req_virt->start_rxq; in qed_iov_vf_mbx_start_rxq()
2333 p_req = &mbx->req_virt->tunn_param_update; in qed_iov_vf_mbx_update_tunn_param()
2455 req = &mbx->req_virt->start_txq; in qed_iov_vf_mbx_start_txq()
[all …]
Dqed_sriov.h135 union vfpf_tlvs *req_virt; member