OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txr_considx
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_aq.c
1241
unsigned int
txr_considx
;
member in struct:aq_txring
5160
txring->
txr_considx
= 0;
5185
txring->txr_prodidx = txring->
txr_considx
=
5426
if (hw_head == txring->
txr_considx
) {
5433
for (idx = txring->
txr_considx
; idx != hw_head;
5451
txring->
txr_considx
= idx;
Completed in 18 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025