OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbd_start_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_etreg.h
467
int
tbd_start_index
;
member in struct:et_txbuf_data
if_et.c
1399
tbd->
tbd_start_index
= 0;
1982
while (tbd->
tbd_start_index
!= end || tbd->tbd_start_wrap != wrap) {
1985
KASSERT(tbd->
tbd_start_index
< ET_TX_NDESC);
1986
tb = &tbd->tbd_buf[tbd->
tbd_start_index
];
1988
bzero(&tx_ring->tr_desc[tbd->
tbd_start_index
],
2000
if (++tbd->
tbd_start_index
== ET_TX_NDESC) {
2001
tbd->
tbd_start_index
= 0;
Completed in 13 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025