Searched refs:sglq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 807 * __lpfc_clear_active_sglq - Remove the active sglq for this XRI. 811 * This function clears the sglq pointer from the array of acive 812 * sglq's. The xritag that is passed in is used to index into the 816 * Returns sglq ponter = success, NULL = Failure. 821 struct lpfc_sglq *sglq; in __lpfc_clear_active_sglq() local 823 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; in __lpfc_clear_active_sglq() 825 return sglq; in __lpfc_clear_active_sglq() 829 * __lpfc_get_active_sglq - Get the active sglq for this XRI. 833 * This function returns the sglq pointer from the array of acive 834 * sglq' 843 struct lpfc_sglq *sglq; __lpfc_get_active_sglq() local 1131 struct lpfc_sglq *sglq = NULL; __lpfc_sli_get_els_sglq() local 1206 struct lpfc_sglq *sglq = NULL; __lpfc_sli_get_nvmet_sglq() local 1263 struct lpfc_sglq *sglq; __lpfc_sli_release_iocbq_s4() local 9413 lpfc_sli4_bpl2sgl(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq, struct lpfc_sglq *sglq) lpfc_sli4_bpl2sgl() argument 10122 struct lpfc_sglq *sglq; __lpfc_sli_issue_iocb_s4() local 20024 struct lpfc_sglq *sglq; lpfc_drain_txq() local 20126 lpfc_wqe_bpl2sgl(struct lpfc_hba *phba, struct lpfc_iocbq *pwqeq, struct lpfc_sglq *sglq) lpfc_wqe_bpl2sgl() argument 20246 struct lpfc_sglq *sglq; lpfc_sli4_issue_wqe() local [all...] |
H A D | lpfc_nvmet.c | 225 if (ctxp->ctxbuf->sglq->sli4_xritag != xri) in lpfc_nvmet_get_ctx_for_xri() 771 ctxp->oxid, ctxp->ctxbuf->sglq->sli4_xritag, in lpfc_nvmet_xmt_fcp_op_cmp() 1439 __lpfc_clear_active_sglq(phba, ctx_buf->sglq->sli4_lxritag); in __lpfc_nvmet_clean_io_for_cpu() 1440 ctx_buf->sglq->state = SGL_FREED; in __lpfc_nvmet_clean_io_for_cpu() 1441 ctx_buf->sglq->ndlp = NULL; in __lpfc_nvmet_clean_io_for_cpu() 1444 list_add_tail(&ctx_buf->sglq->list, in __lpfc_nvmet_clean_io_for_cpu() 1586 ctx_buf->sglq = __lpfc_sli_get_nvmet_sglq(phba, ctx_buf->iocbq); in lpfc_nvmet_setup_io_context() 1588 if (!ctx_buf->sglq) { in lpfc_nvmet_setup_io_context() 1791 if (ctxp->ctxbuf->sglq->sli4_xritag != xri) in lpfc_sli4_nvmet_xri_aborted() 1814 ctxp->ctxbuf->sglq in lpfc_sli4_nvmet_xri_aborted() [all...] |
H A D | lpfc.h | 149 struct lpfc_sglq *sglq; member
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 225 if (ctxp->ctxbuf->sglq->sli4_xritag != xri) in lpfc_nvmet_get_ctx_for_xri() 773 ctxp->oxid, ctxp->ctxbuf->sglq->sli4_xritag, in lpfc_nvmet_xmt_fcp_op_cmp() 1444 __lpfc_clear_active_sglq(phba, ctx_buf->sglq->sli4_lxritag); in __lpfc_nvmet_clean_io_for_cpu() 1447 ctx_buf->sglq->state = SGL_FREED; in __lpfc_nvmet_clean_io_for_cpu() 1448 ctx_buf->sglq->ndlp = NULL; in __lpfc_nvmet_clean_io_for_cpu() 1451 list_add_tail(&ctx_buf->sglq->list, in __lpfc_nvmet_clean_io_for_cpu() 1593 ctx_buf->sglq = __lpfc_sli_get_nvmet_sglq(phba, ctx_buf->iocbq); in lpfc_nvmet_setup_io_context() 1595 if (!ctx_buf->sglq) { in lpfc_nvmet_setup_io_context() 1794 if (ctxp->ctxbuf->sglq->sli4_xritag != xri) in lpfc_sli4_nvmet_xri_aborted() 1820 ctxp->ctxbuf->sglq in lpfc_sli4_nvmet_xri_aborted() [all...] |
H A D | lpfc_sli.c | 95 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; in __lpfc_clear_active_sglq() local 948 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; in __lpfc_clear_active_sglq() 950 return sglq; in __lpfc_clear_active_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; __lpfc_get_active_sglq() local 1248 struct lpfc_sglq *sglq = NULL; __lpfc_sli_get_els_sglq() local 1318 struct lpfc_sglq *sglq = NULL; __lpfc_sli_get_nvmet_sglq() local 1375 struct lpfc_sglq *sglq; __lpfc_sli_release_iocbq_s4() local 10646 struct lpfc_sglq *sglq; __lpfc_sli_issue_iocb_s4() local 21203 lpfc_wqe_bpl2sgl(struct lpfc_hba *phba, struct lpfc_iocbq *pwqeq, struct lpfc_sglq *sglq) lpfc_wqe_bpl2sgl() argument 21323 struct lpfc_sglq *sglq; lpfc_sli4_issue_wqe() local [all...] |
H A D | lpfc.h | 151 struct lpfc_sglq *sglq; member
|
Completed in 36 milliseconds