Lines Matching refs:sgentry
1685 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_set() argument
1692 nembed_sge->sge[sgentry].pa_lo = putPaddrLow(phyaddr); in lpfc_sli4_mbx_sge_set()
1693 nembed_sge->sge[sgentry].pa_hi = putPaddrHigh(phyaddr); in lpfc_sli4_mbx_sge_set()
1694 nembed_sge->sge[sgentry].length = length; in lpfc_sli4_mbx_sge_set()
1707 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_get() argument
1714 sge->pa_lo = nembed_sge->sge[sgentry].pa_lo; in lpfc_sli4_mbx_sge_get()
1715 sge->pa_hi = nembed_sge->sge[sgentry].pa_hi; in lpfc_sli4_mbx_sge_get()
1716 sge->length = nembed_sge->sge[sgentry].length; in lpfc_sli4_mbx_sge_get()
1732 uint32_t sgecount, sgentry; in lpfc_sli4_mbox_cmd_free() local
1750 for (sgentry = 0; sgentry < sgecount; sgentry++) { in lpfc_sli4_mbox_cmd_free()
1751 lpfc_sli4_mbx_sge_get(mbox, sgentry, &sge); in lpfc_sli4_mbox_cmd_free()
1754 mbox->sge_array->addr[sgentry], phyaddr); in lpfc_sli4_mbox_cmd_free()