Lines Matching refs:sgentry
1671 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_set() argument
1678 nembed_sge->sge[sgentry].pa_lo = putPaddrLow(phyaddr); in lpfc_sli4_mbx_sge_set()
1679 nembed_sge->sge[sgentry].pa_hi = putPaddrHigh(phyaddr); in lpfc_sli4_mbx_sge_set()
1680 nembed_sge->sge[sgentry].length = length; in lpfc_sli4_mbx_sge_set()
1692 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_get() argument
1699 sge->pa_lo = nembed_sge->sge[sgentry].pa_lo; in lpfc_sli4_mbx_sge_get()
1700 sge->pa_hi = nembed_sge->sge[sgentry].pa_hi; in lpfc_sli4_mbx_sge_get()
1701 sge->length = nembed_sge->sge[sgentry].length; in lpfc_sli4_mbx_sge_get()
1717 uint32_t sgecount, sgentry; in lpfc_sli4_mbox_cmd_free() local
1735 for (sgentry = 0; sgentry < sgecount; sgentry++) { in lpfc_sli4_mbox_cmd_free()
1736 lpfc_sli4_mbx_sge_get(mbox, sgentry, &sge); in lpfc_sli4_mbox_cmd_free()
1739 mbox->sge_array->addr[sgentry], phyaddr); in lpfc_sli4_mbox_cmd_free()