Searched refs:lpfc_sli_ct_request (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A 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() 847 struct lpfc_sli_ct_request *Response = in lpfc_ns_rsp() [all …]
|
| H A D | lpfc_hw.h | 112 struct lpfc_sli_ct_request { struct 201 #define GID_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ argument 203 #define GIDFF_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 205 #define GFF_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 207 #define GFT_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 209 #define RFT_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 211 #define RFF_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 213 #define RNN_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 215 #define RSNN_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ 217 #define DA_ID_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ [all …]
|
| H A D | lpfc_bsg.c | 121 (size_t)(&((struct lpfc_sli_ct_request *)NULL)->un) 919 struct lpfc_sli_ct_request *ct_req; in lpfc_bsg_ct_unsol_event() 930 ct_req = (struct lpfc_sli_ct_request *)bdeBuf1->virt; in lpfc_bsg_ct_unsol_event() 2609 struct lpfc_sli_ct_request *ctreq = NULL; in lpfcdiag_loop_get_xri() 2638 ctreq = (struct lpfc_sli_ct_request *)(bpl + 1); in lpfcdiag_loop_get_xri() 3049 struct lpfc_sli_ct_request *ctreq; in lpfc_bsg_diag_loopback_run()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 1200 * Changed SLI_CT_REQUEST to lpfc_sli_ct_request.
|