Symbol: sgentry
drivers/net/ethernet/ibm/ehea/ehea_main.c
1644
struct ehea_vsgentry *sg_list, *sg1entry, *sgentry;
drivers/net/ethernet/ibm/ehea/ehea_main.c
1673
sgentry = &sg_list[i - sg1entry_contains_frag_data];
drivers/net/ethernet/ibm/ehea/ehea_main.c
1675
sgentry->l_key = lkey;
drivers/net/ethernet/ibm/ehea/ehea_main.c
1676
sgentry->len = skb_frag_size(frag);
drivers/net/ethernet/ibm/ehea/ehea_main.c
1677
sgentry->vaddr = ehea_map_vaddr(skb_frag_address(frag));
drivers/scsi/aacraid/aachba.c
1341
sizeof (struct sgentry));
drivers/scsi/aacraid/aachba.c
1477
sizeof (struct sgentry));
drivers/scsi/aacraid/aachba.c
1628
sizeof (struct sgentry));
drivers/scsi/aacraid/aachba.c
2270
sizeof(struct sgentry);
drivers/scsi/aacraid/aacraid.h
509
struct sgentry sg[];
drivers/scsi/aacraid/commctrl.c
565
((user_srbcmd->sg.count & 0xff) * sizeof(struct sgentry));
drivers/scsi/aacraid/commctrl.c
567
(sizeof(struct sgentry64) - sizeof(struct sgentry));
drivers/scsi/aacraid/commctrl.c
575
sizeof(struct aac_srb), sizeof(struct sgentry),
drivers/scsi/aacraid/comminit.c
525
/ sizeof(struct sgentry);
drivers/scsi/aacraid/commsup.c
2201
sizeof(struct aac_srb) + sizeof(struct sgentry),
drivers/scsi/lpfc/lpfc_mbox.c
1741
lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry,
drivers/scsi/lpfc/lpfc_mbox.c
1748
nembed_sge->sge[sgentry].pa_lo = putPaddrLow(phyaddr);
drivers/scsi/lpfc/lpfc_mbox.c
1749
nembed_sge->sge[sgentry].pa_hi = putPaddrHigh(phyaddr);
drivers/scsi/lpfc/lpfc_mbox.c
1750
nembed_sge->sge[sgentry].length = length;
drivers/scsi/lpfc/lpfc_mbox.c
1763
lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry,
drivers/scsi/lpfc/lpfc_mbox.c
1770
sge->pa_lo = nembed_sge->sge[sgentry].pa_lo;
drivers/scsi/lpfc/lpfc_mbox.c
1771
sge->pa_hi = nembed_sge->sge[sgentry].pa_hi;
drivers/scsi/lpfc/lpfc_mbox.c
1772
sge->length = nembed_sge->sge[sgentry].length;
drivers/scsi/lpfc/lpfc_mbox.c
1790
uint32_t sgecount, sgentry;
drivers/scsi/lpfc/lpfc_mbox.c
1808
for (sgentry = 0; sgentry < sgecount; sgentry++) {
drivers/scsi/lpfc/lpfc_mbox.c
1809
lpfc_sli4_mbx_sge_get(mbox, sgentry, &sge);
drivers/scsi/lpfc/lpfc_mbox.c
1812
mbox->sge_array->addr[sgentry], phyaddr);
drivers/video/fbdev/via/via-core.c
238
struct scatterlist *sgentry;
drivers/video/fbdev/via/via-core.c
257
for_each_sg(sg, sgentry, nsg, i) {
drivers/video/fbdev/via/via-core.c
258
dma_addr_t paddr = sg_dma_address(sgentry);
drivers/video/fbdev/via/via-core.c
262
descr->seg_size = sg_dma_len(sgentry) >> 4;
drivers/video/fbdev/via/via-core.c
267
offset += sg_dma_len(sgentry);