Searched refs:lpfc_sli_ct_request (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/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() 287 struct lpfc_sli_ct_request *ct_req; in lpfc_ct_handle_mibreq() 323 ct_req = ((struct lpfc_sli_ct_request *) in lpfc_ct_handle_mibreq() 357 struct lpfc_sli_ct_request *ct_req; in lpfc_ct_unsol_event() 401 ct_req = ((struct lpfc_sli_ct_request *) in lpfc_ct_unsol_event() 697 int cmdcode = ((struct lpfc_sli_ct_request *) inmp->virt)-> in lpfc_ct_cmd() 872 struct lpfc_sli_ct_request *Response = in lpfc_ns_rsp() [all …]
|
| D | lpfc_hw.h | 100 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 | 130 (size_t)(&((struct lpfc_sli_ct_request *)NULL)->un) 927 struct lpfc_sli_ct_request *ct_req; in lpfc_bsg_ct_unsol_event() 937 ct_req = (struct lpfc_sli_ct_request *)bdeBuf1->virt; in lpfc_bsg_ct_unsol_event() 2639 struct lpfc_sli_ct_request *ctreq = NULL; in lpfcdiag_loop_get_xri() 2667 ctreq = (struct lpfc_sli_ct_request *)(bpl + 1); in lpfcdiag_loop_get_xri() 3096 struct lpfc_sli_ct_request *ctreq; in lpfc_bsg_diag_loopback_run()
|
| /Linux-v5.15/Documentation/scsi/ |
| D | ChangeLog.lpfc | 1200 * Changed SLI_CT_REQUEST to lpfc_sli_ct_request.
|