Searched refs:sgentry (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/drivers/video/fbdev/via/ |
D | via-core.c | 235 struct scatterlist *sgentry; in viafb_dma_copy_out_sg() local 254 for_each_sg(sg, sgentry, nsg, i) { in viafb_dma_copy_out_sg() 255 dma_addr_t paddr = sg_dma_address(sgentry); in viafb_dma_copy_out_sg() 259 descr->seg_size = sg_dma_len(sgentry) >> 4; in viafb_dma_copy_out_sg() 264 offset += sg_dma_len(sgentry); in viafb_dma_copy_out_sg()
|
/Linux-v5.15/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 1687 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_set() argument 1694 nembed_sge->sge[sgentry].pa_lo = putPaddrLow(phyaddr); in lpfc_sli4_mbx_sge_set() 1695 nembed_sge->sge[sgentry].pa_hi = putPaddrHigh(phyaddr); in lpfc_sli4_mbx_sge_set() 1696 nembed_sge->sge[sgentry].length = length; in lpfc_sli4_mbx_sge_set() 1709 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_get() argument 1716 sge->pa_lo = nembed_sge->sge[sgentry].pa_lo; in lpfc_sli4_mbx_sge_get() 1717 sge->pa_hi = nembed_sge->sge[sgentry].pa_hi; in lpfc_sli4_mbx_sge_get() 1718 sge->length = nembed_sge->sge[sgentry].length; in lpfc_sli4_mbx_sge_get() 1734 uint32_t sgecount, sgentry; in lpfc_sli4_mbox_cmd_free() local 1752 for (sgentry = 0; sgentry < sgecount; sgentry++) { in lpfc_sli4_mbox_cmd_free() [all …]
|
/Linux-v5.15/drivers/scsi/aacraid/ |
D | commctrl.c | 564 actual_fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) + in aac_send_raw_srb() 565 ((user_srbcmd->sg.count & 0xff) * sizeof(struct sgentry)); in aac_send_raw_srb() 567 (sizeof(struct sgentry64) - sizeof(struct sgentry)); in aac_send_raw_srb() 575 sizeof(struct aac_srb), sizeof(struct sgentry), in aac_send_raw_srb()
|
D | comminit.c | 526 - sizeof(struct aac_write) + sizeof(struct sgentry)) in aac_init_adapter() 527 / sizeof(struct sgentry); in aac_init_adapter()
|
D | aachba.c | 1326 sizeof (struct sgentry)); in aac_read_block() 1462 sizeof (struct sgentry)); in aac_write_block() 1580 fibsize = sizeof (struct aac_srb) - sizeof (struct sgentry) + in aac_scsi_64() 1613 sizeof (struct sgentry)); in aac_scsi_32() 1681 fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) + in aac_send_safw_bmic_cmd() 2255 sizeof(struct aac_write) + sizeof(struct sgentry)) / in aac_get_adapter_info() 2256 sizeof(struct sgentry); in aac_get_adapter_info()
|
D | aacraid.h | 457 struct sgentry { struct 509 struct sgentry sg[1];
|
/Linux-v5.15/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 1641 struct ehea_vsgentry *sg_list, *sg1entry, *sgentry; in write_swqe2_data() local 1670 sgentry = &sg_list[i - sg1entry_contains_frag_data]; in write_swqe2_data() 1672 sgentry->l_key = lkey; in write_swqe2_data() 1673 sgentry->len = skb_frag_size(frag); in write_swqe2_data() 1674 sgentry->vaddr = ehea_map_vaddr(skb_frag_address(frag)); in write_swqe2_data()
|