Searched refs:sglq (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c95 struct lpfc_sglq *sglq);
932 * __lpfc_clear_active_sglq - Remove the active sglq for this XRI.
936 * This function clears the sglq pointer from the array of active
937 * sglq's. The xritag that is passed in is used to index into the
941 * Returns sglq ponter = success, NULL = Failure.
946 struct lpfc_sglq *sglq; local
948 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag];
950 return sglq;
954 * __lpfc_get_active_sglq - Get the active sglq for this XRI.
958 * This function returns the sglq pointe
968 struct lpfc_sglq *sglq; local
1248 struct lpfc_sglq *sglq = NULL; local
1318 struct lpfc_sglq *sglq = NULL; local
1375 struct lpfc_sglq *sglq; local
10650 struct lpfc_sglq *sglq; local
21216 lpfc_wqe_bpl2sgl(struct lpfc_hba *phba, struct lpfc_iocbq *pwqeq, struct lpfc_sglq *sglq) argument
21336 struct lpfc_sglq *sglq; local
[all...]
H A Dlpfc_nvmet.c225 if (ctxp->ctxbuf->sglq->sli4_xritag != xri)
773 ctxp->oxid, ctxp->ctxbuf->sglq->sli4_xritag,
1444 __lpfc_clear_active_sglq(phba, ctx_buf->sglq->sli4_lxritag);
1447 ctx_buf->sglq->state = SGL_FREED;
1448 ctx_buf->sglq->ndlp = NULL;
1451 list_add_tail(&ctx_buf->sglq->list,
1593 ctx_buf->sglq = __lpfc_sli_get_nvmet_sglq(phba, ctx_buf->iocbq);
1595 if (!ctx_buf->sglq) {
1794 if (ctxp->ctxbuf->sglq->sli4_xritag != xri)
1820 ctxp->ctxbuf->sglq
[all...]
H A Dlpfc.h151 struct lpfc_sglq *sglq; member in struct:lpfc_nvmet_ctxbuf

Completed in 200 milliseconds