OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hw_tx_cons
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_bnx.c
4839
uint16_t
hw_tx_cons
, sw_tx_cons, sw_tx_chain_cons;
local in function:bnx_tx_intr
4846
hw_tx_cons
= sc->
hw_tx_cons
= sblk->status_tx_quick_consumer_index0;
4849
if ((
hw_tx_cons
& USABLE_TX_BD_PER_PAGE) == USABLE_TX_BD_PER_PAGE)
4850
hw_tx_cons
++;
4859
while (sw_tx_cons !=
hw_tx_cons
) {
4865
DBPRINT(sc, BNX_INFO_SEND, "%s():
hw_tx_cons
= 0x%04X, "
4867
__func__,
hw_tx_cons
, sw_tx_cons, sw_tx_chain_cons);
4918
hw_tx_cons
= sc->
hw_tx_cons
[
all
...]
if_bnxvar.h
263
uint16_t
hw_tx_cons
;
member in struct:bnx_softc
Completed in 16 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025