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