OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hw_cons
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_bnx.c
4531
uint16_t
hw_cons
, sw_cons, sw_chain_cons;
local in function:bnx_rx_intr
4549
hw_cons
= sc->hw_rx_cons = sblk->status_rx_quick_consumer_index0;
4550
if ((
hw_cons
& USABLE_RX_BD_PER_PAGE) == USABLE_RX_BD_PER_PAGE)
4551
hw_cons
++;
4575
while (sw_cons !=
hw_cons
) {
4618
"
hw_cons
0x%x "
4622
hw_cons
,
4792
/* Refresh
hw_cons
to see if there's new work */
4793
if (sw_cons ==
hw_cons
) {
4794
hw_cons
= sc->hw_rx_cons
[
all
...]
Completed in 41 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025