OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hw_cons
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
if_bnx.c
4531
uint16_t
hw_cons
, sw_cons, sw_chain_cons;
local
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
...]
if_bnx.c
4531
uint16_t
hw_cons
, sw_cons, sw_chain_cons;
local
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
...]
if_bnx.c
4531
uint16_t
hw_cons
, sw_cons, sw_chain_cons;
local
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
...]
if_bnx.c
4531
uint16_t
hw_cons
, sw_cons, sw_chain_cons;
local
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 155 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026