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