Lines Matching refs:sgentry
1744 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_set() argument
1751 nembed_sge->sge[sgentry].pa_lo = putPaddrLow(phyaddr); in lpfc_sli4_mbx_sge_set()
1752 nembed_sge->sge[sgentry].pa_hi = putPaddrHigh(phyaddr); in lpfc_sli4_mbx_sge_set()
1753 nembed_sge->sge[sgentry].length = length; in lpfc_sli4_mbx_sge_set()
1766 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_get() argument
1773 sge->pa_lo = nembed_sge->sge[sgentry].pa_lo; in lpfc_sli4_mbx_sge_get()
1774 sge->pa_hi = nembed_sge->sge[sgentry].pa_hi; in lpfc_sli4_mbx_sge_get()
1775 sge->length = nembed_sge->sge[sgentry].length; in lpfc_sli4_mbx_sge_get()
1793 uint32_t sgecount, sgentry; in lpfc_sli4_mbox_cmd_free() local
1811 for (sgentry = 0; sgentry < sgecount; sgentry++) { in lpfc_sli4_mbox_cmd_free()
1812 lpfc_sli4_mbx_sge_get(mbox, sgentry, &sge); in lpfc_sli4_mbox_cmd_free()
1815 mbox->sge_array->addr[sgentry], phyaddr); in lpfc_sli4_mbox_cmd_free()