HomeSort by: relevance | last modified time | path
    Searched defs:sw_tx_cons (Results 1 - 1 of 1) 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
4852 sw_tx_cons = sc->tx_cons;
4859 while (sw_tx_cons != hw_tx_cons) {
4863 sw_tx_chain_cons = TX_CHAIN_IDX(sw_tx_cons);
4866 "sw_tx_cons = 0x%04X, sw_tx_chain_cons = 0x%04X\n",
4867 __func__, hw_tx_cons, sw_tx_cons, sw_tx_chain_cons);
4915 sw_tx_cons = NEXT_TX_BD(sw_tx_cons);
4943 sc->tx_cons = sw_tx_cons;

Completed in 17 milliseconds