Searched refs:pstate (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 490 uint32_t *pstate; /* pointer to state buffer */ member 888 uint32_t *pstate; member 1839 uint32_t *pstate, ecore_obj_type type, 1847 uint32_t *pstate, ecore_obj_type type, 1855 uint32_t *pstate, ecore_obj_type type, 1864 uint32_t *pstate, ecore_obj_type type, 1906 int state, uint32_t *pstate, 1948 int state, uint32_t *pstate,
|
| H A D | ecore_sp.c | 265 ECORE_CLEAR_BIT(o->state, o->pstate); in ecore_raw_clear_pending() 272 ECORE_SET_BIT(o->state, o->pstate); in ecore_raw_set_pending() 285 uint32_t *pstate) in ecore_state_wait() argument 298 if (!ECORE_TEST_BIT(state, pstate)) { in ecore_state_wait() 1847 raw->pstate = pstate; in ecore_init_raw_obj() 1859 int state, uint32_t *pstate, in ecore_init_vlan_mac_common() argument 1879 state, pstate, type); in ecore_init_vlan_mac_common() 1886 uint32_t *pstate, ecore_obj_type type, in ecore_init_mac_obj() argument 1892 rdata_mapping, state, pstate, type, in ecore_init_mac_obj() 2023 ECORE_CLEAR_BIT(p->state, p->pstate); in ecore_set_rx_mode_e1x() [all …]
|
| H A D | bnx2x.c | 1535 ramrod_param.pstate = &sc->sp_state; in bnx2x_set_q_rx_mode()
|