Searched refs:sgentry (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/video/fbdev/via/ |
| H A D | via-core.c | 236 struct scatterlist *sgentry; in viafb_dma_copy_out_sg() local 255 for_each_sg(sg, sgentry, nsg, i) { in viafb_dma_copy_out_sg() 256 dma_addr_t paddr = sg_dma_address(sgentry); in viafb_dma_copy_out_sg() 260 descr->seg_size = sg_dma_len(sgentry) >> 4; in viafb_dma_copy_out_sg() 265 offset += sg_dma_len(sgentry); in viafb_dma_copy_out_sg()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_mbox.c | 1737 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_set() argument 1744 nembed_sge->sge[sgentry].pa_lo = putPaddrLow(phyaddr); in lpfc_sli4_mbx_sge_set() 1745 nembed_sge->sge[sgentry].pa_hi = putPaddrHigh(phyaddr); in lpfc_sli4_mbx_sge_set() 1746 nembed_sge->sge[sgentry].length = length; in lpfc_sli4_mbx_sge_set() 1766 sge->pa_lo = nembed_sge->sge[sgentry].pa_lo; in lpfc_sli4_mbx_sge_get() 1767 sge->pa_hi = nembed_sge->sge[sgentry].pa_hi; in lpfc_sli4_mbx_sge_get() 1768 sge->length = nembed_sge->sge[sgentry].length; in lpfc_sli4_mbx_sge_get() 1786 uint32_t sgecount, sgentry; in lpfc_sli4_mbox_cmd_free() local 1804 for (sgentry = 0; sgentry < sgecount; sgentry++) { in lpfc_sli4_mbox_cmd_free() 1805 lpfc_sli4_mbx_sge_get(mbox, sgentry, &sge); in lpfc_sli4_mbox_cmd_free() [all …]
|
| /linux-6.15/drivers/scsi/aacraid/ |
| H A D | commctrl.c | 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()
|
| H A D | comminit.c | 526 / sizeof(struct sgentry); in aac_init_adapter()
|
| H A D | aachba.c | 1341 sizeof (struct sgentry)); in aac_read_block() 1477 sizeof (struct sgentry)); in aac_write_block() 1628 sizeof (struct sgentry)); in aac_scsi_32() 2270 sizeof(struct sgentry); in aac_get_adapter_info()
|
| H A D | aacraid.h | 458 struct sgentry { struct 510 struct sgentry sg[];
|
| H A D | commsup.c | 2210 sizeof(struct aac_srb) + sizeof(struct sgentry), in aac_send_wellness_command()
|
| /linux-6.15/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_main.c | 1644 struct ehea_vsgentry *sg_list, *sg1entry, *sgentry; in write_swqe2_data() local 1673 sgentry = &sg_list[i - sg1entry_contains_frag_data]; in write_swqe2_data() 1675 sgentry->l_key = lkey; in write_swqe2_data() 1676 sgentry->len = skb_frag_size(frag); in write_swqe2_data() 1677 sgentry->vaddr = ehea_map_vaddr(skb_frag_address(frag)); in write_swqe2_data()
|