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

/linux-4.1.27/drivers/video/fbdev/via/
H A Dvia-core.c278 struct scatterlist *sgentry; viafb_dma_copy_out_sg() local
297 for_each_sg(sg, sgentry, nsg, i) { for_each_sg()
298 dma_addr_t paddr = sg_dma_address(sgentry); for_each_sg()
302 descr->seg_size = sg_dma_len(sgentry) >> 4; for_each_sg()
307 offset += sg_dma_len(sgentry); for_each_sg()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1663 * @sgentry: sge entry index.
1671 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, lpfc_sli4_mbx_sge_set() argument
1678 nembed_sge->sge[sgentry].pa_lo = putPaddrLow(phyaddr); lpfc_sli4_mbx_sge_set()
1679 nembed_sge->sge[sgentry].pa_hi = putPaddrHigh(phyaddr); lpfc_sli4_mbx_sge_set()
1680 nembed_sge->sge[sgentry].length = length; lpfc_sli4_mbx_sge_set()
1686 * @sgentry: sge entry index.
1692 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, lpfc_sli4_mbx_sge_get() argument
1699 sge->pa_lo = nembed_sge->sge[sgentry].pa_lo; lpfc_sli4_mbx_sge_get()
1700 sge->pa_hi = nembed_sge->sge[sgentry].pa_hi; lpfc_sli4_mbx_sge_get()
1701 sge->length = nembed_sge->sge[sgentry].length; lpfc_sli4_mbx_sge_get()
1717 uint32_t sgecount, sgentry; lpfc_sli4_mbox_cmd_free() local
1735 for (sgentry = 0; sgentry < sgecount; sgentry++) { lpfc_sli4_mbox_cmd_free()
1736 lpfc_sli4_mbx_sge_get(mbox, sgentry, &sge); lpfc_sli4_mbox_cmd_free()
1739 mbox->sge_array->addr[sgentry], phyaddr); lpfc_sli4_mbox_cmd_free()
/linux-4.1.27/drivers/scsi/aacraid/
H A Dcomminit.c371 - sizeof(struct aac_write) + sizeof(struct sgentry)) aac_init_adapter()
372 / sizeof(struct sgentry); aac_init_adapter()
464 - sizeof(struct aac_write) + sizeof(struct sgentry)) aac_init_adapter()
465 / sizeof(struct sgentry); aac_init_adapter()
H A Dcommctrl.c566 actual_fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) + aac_send_raw_srb()
567 ((user_srbcmd->sg.count & 0xff) * sizeof(struct sgentry)); aac_send_raw_srb()
569 (sizeof(struct sgentry64) - sizeof(struct sgentry)); aac_send_raw_srb()
574 "user_srbcmd->sg.count=%d aac_srb=%lu sgentry=%lu;%lu " aac_send_raw_srb()
577 sizeof(struct aac_srb), sizeof(struct sgentry), aac_send_raw_srb()
H A Daachba.c1259 sizeof (struct sgentry)); aac_read_block()
1393 sizeof (struct sgentry)); aac_write_block()
1464 fibsize = sizeof (struct aac_srb) - sizeof (struct sgentry) + aac_scsi_64()
1497 sizeof (struct sgentry)); aac_scsi_32()
1743 sizeof(struct aac_write) + sizeof(struct sgentry)) / aac_get_adapter_info()
1744 sizeof(struct sgentry); aac_get_adapter_info()
H A Daacraid.h123 struct sgentry { struct
175 struct sgentry sg[1];
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c1672 struct ehea_vsgentry *sg_list, *sg1entry, *sgentry; write_swqe2_data() local
1701 sgentry = &sg_list[i - sg1entry_contains_frag_data]; write_swqe2_data()
1703 sgentry->l_key = lkey; write_swqe2_data()
1704 sgentry->len = skb_frag_size(frag); write_swqe2_data()
1705 sgentry->vaddr = ehea_map_vaddr(skb_frag_address(frag)); write_swqe2_data()

Completed in 200 milliseconds