Searched refs:ring_len (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | virtchnl.h | 291 u16 ring_len; /* number of descriptors, multiple of 8 */ member 309 u32 ring_len; /* number of descriptors, multiple of 32 */ member
|
/illumos-gate/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 2678 size_t size_krnl = 0, size_dma = 0, ring_len = 0; in bfe_ring_desc_alloc() local 2703 &ring, &ring_len, &r->r_desc_acc_handle); in bfe_ring_desc_alloc() 2714 NULL, ring, ring_len, in bfe_ring_desc_alloc() 2735 r->r_desc_len = ring_len; in bfe_ring_desc_alloc() 2741 bzero(r->r_desc, ring_len); in bfe_ring_desc_alloc()
|
/illumos-gate/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_main.c | 131 size_t ring_len; in unm_pci_alloc_consistent() local 151 DDI_DMA_DONTWAIT, NULL, address, &ring_len, in unm_pci_alloc_consistent() 161 if (ring_len < size) { in unm_pci_alloc_consistent() 173 NULL, *address, ring_len, in unm_pci_alloc_consistent()
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_main.c | 1233 size_t ring_len; in qede_dma_mem_alloc() local 1254 DDI_DMA_DONTWAIT, NULL, address, &ring_len, in qede_dma_mem_alloc() 1266 if (ring_len < size) { in qede_dma_mem_alloc() 1280 NULL, *address, ring_len, in qede_dma_mem_alloc()
|
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 611 size_t ring_len; in gem_alloc_memory() local 644 &ring, &ring_len, in gem_alloc_memory() 655 NULL, ring, ring_len, in gem_alloc_memory()
|