Searched refs:sglist_size (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_tx.c | 180 u32 desc_ring_size, buff_info_size, sglist_size; in octep_setup_iq() local 209 sglist_size = OCTEP_SGLIST_SIZE_PER_PKT * in octep_setup_iq() 211 iq->sglist = dma_alloc_coherent(iq->dev, sglist_size, in octep_setup_iq() 247 dma_free_coherent(iq->dev, sglist_size, iq->sglist, iq->sglist_dma); in octep_setup_iq() 268 u64 desc_ring_size, sglist_size; in octep_free_iq() local 279 sglist_size = OCTEP_SGLIST_SIZE_PER_PKT * in octep_free_iq() 282 dma_free_coherent(iq->dev, sglist_size, in octep_free_iq()
|
/kernel/linux/common_modules/tzdriver/ion/ |
H A D | dynamic_ion_mem.c | 100 uint32_t sglist_size;
in get_ion_sglist() local 117 sglist_size = sizeof(struct ion_page_info) * ion_sg_table->nents + sizeof(*tmp_sglist);
in get_ion_sglist() 118 tmp_sglist = (struct sglist *)mailbox_alloc(sglist_size, MB_FLAG_ZERO);
in get_ion_sglist() 124 tmp_sglist->sglist_size = (uint64_t)sglist_size;
in get_ion_sglist() 133 mem_item->memory.len = sglist_size;
in get_ion_sglist() 490 uint32_t sglist_size;
local 507 /* ion_list_num is less than 1024, so sglist_size won't flow */
508 sglist_size = sizeof(struct ion_page_info) * ion_list_num + sizeof(*tmp_sglist);
509 tmp_sglist = (struct sglist *)mailbox_alloc(sglist_size, MB_FLAG_ZER [all...] |
H A D | dynamic_ion_mem.h | 61 uint64_t sglist_size;
member
|
/kernel/linux/common_modules/tzdriver/ |
H A D | dynamic_mem.h | 61 uint64_t sglist_size;
member
|
/kernel/linux/common_modules/tzdriver/tui/ |
H A D | tui.c | 283 tmp_tui_sglist->sglist_size = (uint64_t)tui_sglist_size; in get_tui_ion_sglist()
|
Completed in 5 milliseconds