OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ti_tx_saved_considx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_ti.c
1041
sc->
ti_tx_saved_considx
= 0;
2056
while (sc->
ti_tx_saved_considx
!= sc->ti_tx_considx.ti_idx) {
2059
idx = sc->
ti_tx_saved_considx
;
2089
TI_INC(sc->
ti_tx_saved_considx
, TI_TX_RING_CNT);
2111
firstidx = sc->
ti_tx_saved_considx
;
2113
while (sc->
ti_tx_saved_considx
!= sc->ti_tx_considx.ti_idx) {
2116
idx = sc->
ti_tx_saved_considx
;
2135
TI_INC(sc->
ti_tx_saved_considx
, TI_TX_RING_CNT);
2289
if (frag == sc->
ti_tx_saved_considx
)
2380
if (frag == sc->
ti_tx_saved_considx
)
[
all
...]
if_tireg.h
1116
uint16_t
ti_tx_saved_considx
;
member in struct:ti_softc
Completed in 16 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025