Home
last modified time | relevance | path

Searched refs:bnx_rx_std (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/bnx/
HDif_bnxvar.h171 uint16_t bnx_rx_std; /* current prod ring head */ member
HDif_bnx.c959 std->bnx_rx_std = BGE_STD_RX_RING_CNT - 1; in bnx_init_rx_ring_std()
960 bnx_writembx(std->bnx_sc, BGE_MBX_RX_STD_PROD_LO, std->bnx_rx_std); in bnx_init_rx_ring_std()
5616 uint16_t check_idx = std->bnx_rx_std; in bnx_rx_std_refill()
5630 std->bnx_rx_std = check_idx; in bnx_rx_std_refill()
5637 std->bnx_rx_std); in bnx_rx_std_refill()
5650 std->bnx_rx_std); in bnx_rx_std_refill()