HomeSort by: relevance | last modified time | path
    Searched defs:sw_prod (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_bnx.c 4532 uint16_t sw_prod, sw_chain_prod; local in function:bnx_rx_intr
4555 sw_prod = sc->rx_prod;
4558 DBPRINT(sc, BNX_INFO_RECV, "%s(enter): sw_prod = 0x%04X, "
4560 __func__, sw_prod, sw_cons, sw_prod_bseq);
4585 sw_chain_prod = RX_CHAIN_IDX(sw_prod);
4615 "sw_prod 0x%x "
4621 sw_cons, sw_prod, sw_chain_cons, sw_chain_prod,
4682 if (bnx_add_buf(sc, m, &sw_prod,
4697 if (bnx_get_buf(sc, &sw_prod, &sw_chain_prod,
4706 if (bnx_add_buf(sc, m, &sw_prod,
    [all...]

Completed in 14 milliseconds