Searched refs:sgentry (Results 1 – 7 of 7) sorted by relevance
/drivers/video/fbdev/via/ |
D | via-core.c | 278 struct scatterlist *sgentry; in viafb_dma_copy_out_sg() local 297 for_each_sg(sg, sgentry, nsg, i) { in viafb_dma_copy_out_sg() 298 dma_addr_t paddr = sg_dma_address(sgentry); in viafb_dma_copy_out_sg() 302 descr->seg_size = sg_dma_len(sgentry) >> 4; in viafb_dma_copy_out_sg() 307 offset += sg_dma_len(sgentry); in viafb_dma_copy_out_sg()
|
/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 1683 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_set() argument 1690 nembed_sge->sge[sgentry].pa_lo = putPaddrLow(phyaddr); in lpfc_sli4_mbx_sge_set() 1691 nembed_sge->sge[sgentry].pa_hi = putPaddrHigh(phyaddr); in lpfc_sli4_mbx_sge_set() 1692 nembed_sge->sge[sgentry].length = length; in lpfc_sli4_mbx_sge_set() 1704 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_get() argument 1711 sge->pa_lo = nembed_sge->sge[sgentry].pa_lo; in lpfc_sli4_mbx_sge_get() 1712 sge->pa_hi = nembed_sge->sge[sgentry].pa_hi; in lpfc_sli4_mbx_sge_get() 1713 sge->length = nembed_sge->sge[sgentry].length; in lpfc_sli4_mbx_sge_get() 1729 uint32_t sgecount, sgentry; in lpfc_sli4_mbox_cmd_free() local 1747 for (sgentry = 0; sgentry < sgecount; sgentry++) { in lpfc_sli4_mbox_cmd_free() [all …]
|
/drivers/scsi/aacraid/ |
D | commctrl.c | 568 actual_fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) + in aac_send_raw_srb() 569 ((user_srbcmd->sg.count & 0xff) * sizeof(struct sgentry)); in aac_send_raw_srb() 571 (sizeof(struct sgentry64) - sizeof(struct sgentry)); in aac_send_raw_srb() 579 sizeof(struct aac_srb), sizeof(struct sgentry), in aac_send_raw_srb()
|
D | comminit.c | 502 - sizeof(struct aac_write) + sizeof(struct sgentry)) in aac_init_adapter() 503 / sizeof(struct sgentry); in aac_init_adapter()
|
D | aachba.c | 1341 sizeof (struct sgentry)); in aac_read_block() 1477 sizeof (struct sgentry)); in aac_write_block() 1594 fibsize = sizeof (struct aac_srb) - sizeof (struct sgentry) + in aac_scsi_64() 1627 sizeof (struct sgentry)); in aac_scsi_32() 1687 sizeof(struct sgentry) + sizeof(struct sgentry64); in aac_issue_bmic_identify() 1821 fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) in aac_report_phys_luns() 2114 sizeof(struct aac_write) + sizeof(struct sgentry)) / in aac_get_adapter_info() 2115 sizeof(struct sgentry); in aac_get_adapter_info()
|
D | aacraid.h | 463 struct sgentry { struct 515 struct sgentry sg[1];
|
/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 1670 struct ehea_vsgentry *sg_list, *sg1entry, *sgentry; in write_swqe2_data() local 1699 sgentry = &sg_list[i - sg1entry_contains_frag_data]; in write_swqe2_data() 1701 sgentry->l_key = lkey; in write_swqe2_data() 1702 sgentry->len = skb_frag_size(frag); in write_swqe2_data() 1703 sgentry->vaddr = ehea_map_vaddr(skb_frag_address(frag)); in write_swqe2_data()
|