Searched refs:lpfc_sli_ct_request (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 154 struct lpfc_sli_ct_request *ct_req, in lpfc_ct_reject_event() 159 struct lpfc_sli_ct_request *ct_rsp; in lpfc_ct_reject_event() 204 ct_rsp = (struct lpfc_sli_ct_request *)mp->virt; in lpfc_ct_reject_event() 205 memset(ct_rsp, 0, sizeof(struct lpfc_sli_ct_request)); in lpfc_ct_reject_event() 284 struct lpfc_sli_ct_request *ct_req; in lpfc_ct_handle_mibreq() 312 ct_req = (struct lpfc_sli_ct_request *)ctiocbq->cmd_dmabuf->virt; in lpfc_ct_handle_mibreq() 348 struct lpfc_sli_ct_request *ct_req; in lpfc_ct_unsol_event() 388 ct_req = (struct lpfc_sli_ct_request *)ctiocbq->cmd_dmabuf->virt; in lpfc_ct_unsol_event() 674 __be16 cmdcode = ((struct lpfc_sli_ct_request *)inmp->virt)-> in lpfc_ct_cmd() 849 struct lpfc_sli_ct_request *Response = in lpfc_ns_rsp() [all …]
|
D | lpfc_hw.h | 112 struct lpfc_sli_ct_request { struct 196 #define GID_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ argument 198 #define GIDFF_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 200 #define GFF_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 202 #define GFT_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 204 #define RFT_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 206 #define RFF_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 208 #define RNN_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 210 #define RSNN_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 212 #define DA_ID_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ [all …]
|
D | lpfc_bsg.c | 121 (size_t)(&((struct lpfc_sli_ct_request *)NULL)->un) 905 struct lpfc_sli_ct_request *ct_req; in lpfc_bsg_ct_unsol_event() 916 ct_req = (struct lpfc_sli_ct_request *)bdeBuf1->virt; in lpfc_bsg_ct_unsol_event() 2595 struct lpfc_sli_ct_request *ctreq = NULL; in lpfcdiag_loop_get_xri() 2624 ctreq = (struct lpfc_sli_ct_request *)(bpl + 1); in lpfcdiag_loop_get_xri() 3036 struct lpfc_sli_ct_request *ctreq; in lpfc_bsg_diag_loopback_run()
|