OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:free_tx_ids
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_enavar.h
264
uint16_t *
free_tx_ids
;
member in union:ena_ring::__anon52cf4695010a
if_ena.c
688
tx_ring->
free_tx_ids
= kmem_zalloc(size, KM_SLEEP);
692
tx_ring->
free_tx_ids
[i] = i;
734
kmem_free(tx_ring->
free_tx_ids
, size);
735
tx_ring->
free_tx_ids
= NULL;
781
kmem_free(tx_ring->
free_tx_ids
, sizeof(uint16_t) * tx_ring->ring_size);
782
tx_ring->
free_tx_ids
= NULL;
1442
tx_ring->
free_tx_ids
[next_to_clean] = req_id;
2824
req_id = tx_ring->
free_tx_ids
[next_to_use];
Completed in 15 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025