Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1531 ramrod_param.pstate = &sc->sp_state; in bnx2x_set_q_rx_mode()
1537 rte_bit_relaxed_set32(ECORE_FILTER_RX_MODE_PENDING, &sc->sp_state); in bnx2x_set_q_rx_mode()
1754 if (!(atomic_load_acq_int(&sc->sp_state) & mask)) in bnx2x_wait_sp_comp()
1762 tmp = atomic_load_acq_int(&sc->sp_state); in bnx2x_wait_sp_comp()
1864 &sc->sp_state); in bnx2x_chip_cleanup()
2107 sc->sp_state = 0; in bnx2x_nic_unload()
4330 rte_bit_relaxed_clear32(ECORE_FILTER_RX_MODE_PENDING, &sc->sp_state); in bnx2x_handle_rx_mode_eqe()
4334 &sc->sp_state)) in bnx2x_handle_rx_mode_eqe()
5020 ECORE_FILTER_MAC_PENDING, &sc->sp_state, in bnx2x_init_eth_fp()
5779 &sc->sp_state, o_type); in bnx2x_init_objs()
[all …]
H A Dbnx2x.h1235 uint32_t sp_state; member