OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Tx_list
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
if_tlvar.h
62
struct
Tx_list
*
Tx_list
;
66
struct
Tx_list
*active_Tx, *last_Tx;
67
struct
Tx_list
*Free_Tx;
if_tlregs.h
190
struct
Tx_list
{
193
struct
Tx_list
*next;
if_tl.c
403
sc->
Tx_list
= NULL;
524
struct
Tx_list
*Tx;
571
free(sc->
Tx_list
, M_DEVBUF);
572
sc->
Tx_list
= NULL;
631
sc->
Tx_list
= malloc(sizeof(struct
Tx_list
) * TL_NBUF, M_DEVBUF,
633
if (sc->Rx_list == NULL || sc->
Tx_list
== NULL) {
698
&sc->
Tx_list
[i].m_dmamap);
707
sc->
Tx_list
[i].hw_list = &sc->hw_Tx_list[i];
708
sc->
Tx_list
[i].hw_listaddr = sc->Tx_dmamap->dm_segs[0].ds_add
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025