Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c665 struct bnx2fc_mp_req *tm_req; in bnx2fc_initiate_tmf() local
719 tm_req = (struct bnx2fc_mp_req *)&(io_req->mp_req); in bnx2fc_initiate_tmf()
732 tm_req->tm_flags = tm_flags; in bnx2fc_initiate_tmf()
733 tm_req->tm_lun = tm_lun; in bnx2fc_initiate_tmf()
736 bnx2fc_build_fcp_cmnd(io_req, (struct fcp_cmnd *)tm_req->req_buf); in bnx2fc_initiate_tmf()
737 fcp_cmnd = (struct fcp_cmnd *)tm_req->req_buf; in bnx2fc_initiate_tmf()
743 fc_hdr = &(tm_req->req_fc_hdr); in bnx2fc_initiate_tmf()
1456 struct bnx2fc_mp_req *tm_req = &io_req->mp_req; in bnx2fc_lun_reset_cmpl() local
1471 if (lun == tm_req->tm_lun) { in bnx2fc_lun_reset_cmpl()
1526 struct bnx2fc_mp_req *tm_req; in bnx2fc_process_tm_compl() local
[all …]
/linux/drivers/scsi/fnic/
H A Dfnic_res.h114 u32 tm_req, u32 tm_id, u8 *lun, in fnic_queue_wq_copy_desc_itmf() argument
126 desc->u.itmf.tm_req = tm_req; /* SCSI Task Management request */ in fnic_queue_wq_copy_desc_itmf()
H A Dfcpio.h272 u32 tm_req; /* SCSI Task Management request */ member
/linux/drivers/scsi/aacraid/
H A Dsrc.c513 struct aac_hba_tm_req *tm_req; in aac_src_deliver_message() local
515 tm_req = (struct aac_hba_tm_req *) in aac_src_deliver_message()
517 if (tm_req->iu_type == in aac_src_deliver_message()