OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_buffer_info
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_ena.c
685
tx_ring->
tx_buffer_info
= kmem_zalloc(size, KM_SLEEP);
709
&tx_ring->
tx_buffer_info
[i].map);
731
tx_ring->
tx_buffer_info
[i].map);
737
kmem_free(tx_ring->
tx_buffer_info
, size);
738
tx_ring->
tx_buffer_info
= NULL;
769
tx_ring->
tx_buffer_info
[i].map);
771
tx_ring->
tx_buffer_info
[i].map);
772
m_freem(tx_ring->
tx_buffer_info
[i].mbuf);
773
tx_ring->
tx_buffer_info
[i].mbuf = NULL;
777
kmem_free(tx_ring->
tx_buffer_info
,
[
all
...]
if_enavar.h
297
struct ena_tx_buffer *
tx_buffer_info
; /* context of tx packet */
member in union:ena_ring::__anon52cf4695020a
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025