/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 1677 * @sgentry: sge entry index. 1685 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_set() argument 1692 nembed_sge->sge[sgentry].pa_lo = putPaddrLow(phyaddr); in lpfc_sli4_mbx_sge_set() 1693 nembed_sge->sge[sgentry].pa_hi = putPaddrHigh(phyaddr); in lpfc_sli4_mbx_sge_set() 1694 nembed_sge->sge[sgentry].length = length; in lpfc_sli4_mbx_sge_set() 1700 * @sgentry: sge entry index. 1707 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_get() argument 1714 sge->pa_lo = nembed_sge->sge[sgentry].pa_lo; in lpfc_sli4_mbx_sge_get() 1715 sge->pa_hi = nembed_sge->sge[sgentry].pa_hi; in lpfc_sli4_mbx_sge_get() 1716 sge->length = nembed_sge->sge[sgentry] in lpfc_sli4_mbx_sge_get() 1732 uint32_t sgecount, sgentry; lpfc_sli4_mbox_cmd_free() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 1736 * @sgentry: sge entry index. 1744 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_set() argument 1751 nembed_sge->sge[sgentry].pa_lo = putPaddrLow(phyaddr); in lpfc_sli4_mbx_sge_set() 1752 nembed_sge->sge[sgentry].pa_hi = putPaddrHigh(phyaddr); in lpfc_sli4_mbx_sge_set() 1753 nembed_sge->sge[sgentry].length = length; in lpfc_sli4_mbx_sge_set() 1759 * @sgentry: sge entry index. 1766 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_get() argument 1773 sge->pa_lo = nembed_sge->sge[sgentry].pa_lo; in lpfc_sli4_mbx_sge_get() 1774 sge->pa_hi = nembed_sge->sge[sgentry].pa_hi; in lpfc_sli4_mbx_sge_get() 1775 sge->length = nembed_sge->sge[sgentry] in lpfc_sli4_mbx_sge_get() 1793 uint32_t sgecount, sgentry; lpfc_sli4_mbox_cmd_free() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A 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() 572 "user_srbcmd->sg.count=%d aac_srb=%lu sgentry=%lu;%lu " 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 aac_write) + sizeof(struct sgentry)) in aac_init_adapter() 527 / sizeof(struct sgentry); in aac_init_adapter()
|
H A D | aachba.c | 1328 sizeof (struct sgentry)); in aac_read_block() 1464 sizeof (struct sgentry)); in aac_write_block() 1582 fibsize = sizeof (struct aac_srb) - sizeof (struct sgentry) + in aac_scsi_64() 1615 sizeof (struct sgentry)); in aac_scsi_32() 1683 fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) + in aac_send_safw_bmic_cmd() 2262 sizeof(struct aac_write) + sizeof(struct sgentry)) / in aac_get_adapter_info() 2263 sizeof(struct sgentry); in aac_get_adapter_info()
|
H A D | aacraid.h | 457 struct sgentry { struct 509 struct sgentry sg[1];
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A 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() 572 "user_srbcmd->sg.count=%d aac_srb=%lu sgentry=%lu;%lu " 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 aac_write) + sizeof(struct sgentry)) in aac_init_adapter() 527 / 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() 1595 fibsize = sizeof (struct aac_srb) - sizeof (struct sgentry) + in aac_scsi_64() 1628 sizeof (struct sgentry)); in aac_scsi_32() 1696 fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) + in aac_send_safw_bmic_cmd() 2270 sizeof(struct aac_write) + sizeof(struct sgentry)) / in aac_get_adapter_info() 2271 sizeof(struct sgentry); in aac_get_adapter_info()
|
H A D | aacraid.h | 458 struct sgentry { struct 510 struct sgentry sg[1];
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | 1640 struct ehea_vsgentry *sg_list, *sg1entry, *sgentry; in write_swqe2_data() local 1669 sgentry = &sg_list[i - sg1entry_contains_frag_data]; in write_swqe2_data() 1671 sgentry->l_key = lkey; in write_swqe2_data() 1672 sgentry->len = skb_frag_size(frag); in write_swqe2_data() 1673 sgentry->vaddr = ehea_map_vaddr(skb_frag_address(frag)); in write_swqe2_data()
|
/kernel/linux/linux-6.6/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()
|