Searched refs:sgentry (Results 1 - 7 of 7) sorted by relevance

/drivers/scsi/aacraid/
H A Dcomminit.c339 - sizeof(struct aac_write) + sizeof(struct sgentry))
340 / sizeof(struct sgentry);
410 - sizeof(struct aac_write) + sizeof(struct sgentry))
411 / sizeof(struct sgentry);
H A Dcommctrl.c562 actual_fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) +
563 ((user_srbcmd->sg.count & 0xff) * sizeof(struct sgentry));
565 (sizeof(struct sgentry64) - sizeof(struct sgentry));
570 "user_srbcmd->sg.count=%d aac_srb=%lu sgentry=%lu;%lu "
573 sizeof(struct aac_srb), sizeof(struct sgentry),
H A Daachba.c1038 sizeof (struct sgentry));
1132 sizeof (struct sgentry));
1200 fibsize = sizeof (struct aac_srb) - sizeof (struct sgentry) +
1230 sizeof (struct sgentry));
1476 sizeof(struct aac_write) + sizeof(struct sgentry)) /
1477 sizeof(struct sgentry);
H A Daacraid.h67 struct sgentry { struct
112 struct sgentry sg[1];
/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1650 * @sgentry: sge entry index.
1658 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, argument
1665 nembed_sge->sge[sgentry].pa_lo = putPaddrLow(phyaddr);
1666 nembed_sge->sge[sgentry].pa_hi = putPaddrHigh(phyaddr);
1667 nembed_sge->sge[sgentry].length = length;
1673 * @sgentry: sge entry index.
1679 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, argument
1686 sge->pa_lo = nembed_sge->sge[sgentry].pa_lo;
1687 sge->pa_hi = nembed_sge->sge[sgentry].pa_hi;
1688 sge->length = nembed_sge->sge[sgentry]
1704 uint32_t sgecount, sgentry; local
[all...]
/drivers/video/via/
H A Dvia-core.c278 struct scatterlist *sgentry; local
297 for_each_sg(sg, sgentry, nsg, i) {
298 dma_addr_t paddr = sg_dma_address(sgentry);
302 descr->seg_size = sg_dma_len(sgentry) >> 4;
307 offset += sg_dma_len(sgentry);
/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c1665 struct ehea_vsgentry *sg_list, *sg1entry, *sgentry; local
1694 sgentry = &sg_list[i - sg1entry_contains_frag_data];
1696 sgentry->l_key = lkey;
1697 sgentry->len = skb_frag_size(frag);
1698 sgentry->vaddr = ehea_map_vaddr(skb_frag_address(frag));

Completed in 115 milliseconds