Lines Matching defs:iocb

96 	struct bsg_job *set_job; /* job waiting for this iocb to finish */
99 struct lpfc_bsg_iocb iocb;
275 * @cmdiocbq: Pointer to command iocb.
276 * @rspiocbq: Pointer to response iocb.
284 * This function copies the contents of the response iocb to the
285 * response iocb memory object provided by the caller of
287 * sleeps for the iocb completion.
299 struct lpfc_bsg_iocb *iocb;
321 iocb = &dd_data->context_un.iocb;
322 ndlp = iocb->cmdiocbq->ndlp;
323 rmp = iocb->rmp;
473 dd_data->context_un.iocb.cmdiocbq = cmdiocbq;
474 dd_data->context_un.iocb.rmp = rmp;
509 /* iocb failed so cleanup */
534 * @cmdiocbq: Pointer to command iocb.
535 * @rspiocbq: Pointer to response iocb.
543 * This function copies the contents of the response iocb to the
544 * response iocb memory object provided by the caller of
546 * sleeps for the iocb completion.
566 ndlp = dd_data->context_un.iocb.ndlp;
688 /* We will use the allocated dma buffers by prep els iocb for command
712 cmdiocbq->iocb.ulpContext = rpi;
719 dd_data->context_un.iocb.cmdiocbq = cmdiocbq;
720 dd_data->context_un.iocb.ndlp = ndlp;
721 dd_data->context_un.iocb.rmp = NULL;
897 IOCB_t *iocb = NULL;
944 evt_dat->len = iocbq->iocb.unsli3.rcvsli3.acc_len;
947 iocb = &iocbq->iocb;
948 for (i = 0; i < iocb->ulpBdeCount;
951 iocb->un.cont64[i].tus.f.bdeSize;
977 bde_count = iocbq->iocb.ulpBdeCount;
991 size = iocbq->iocb.un.cont64[i].
993 bde = &iocbq->iocb.un.cont64[i];
1341 * @cmdiocbq: Pointer to command iocb.
1342 * @rspiocbq: Pointer to response iocb.
1350 * This function copy the contents of the response iocb to the
1351 * response iocb memory object provided by the caller of
1353 * sleeps for the iocb completion.
1385 ndlp = dd_data->context_un.iocb.ndlp;
1474 /* Allocate buffer for command iocb */
1502 iotag = ctiocb->iocb.ulpIoTag;
1522 dd_data->context_un.iocb.cmdiocbq = ctiocb;
1523 dd_data->context_un.iocb.ndlp = lpfc_nlp_get(ndlp);
1524 if (!dd_data->context_un.iocb.ndlp) {
1528 dd_data->context_un.iocb.rmp = NULL;
1553 /* iocb failed so cleanup */
2917 cmd = &cmdiocbq->iocb;
2977 /* The iocb was freed by lpfc_sli_issue_iocb */
2984 cmd = &cmdiocbq->iocb;
3015 * 7. The cmd iocb FsType is set to elx loopback and the CmdRsp to looppback.
3205 /* Build the XMIT_SEQUENCE iocb */
3235 "3126 Failed loopback test issue iocb: "
5644 cmdiocb = dd_data->context_un.iocb.cmdiocbq;