Searched refs:RAMROD_COMP_WAIT (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 1708 ECORE_TEST_BIT(RAMROD_COMP_WAIT, ramrod_flags)) { in ecore_config_vlan_mac() 1718 if (ECORE_TEST_BIT(RAMROD_COMP_WAIT, &p->ramrod_flags)) { in ecore_config_vlan_mac() 1802 ECORE_CLEAR_BIT_NA(RAMROD_COMP_WAIT, &p.ramrod_flags); in ecore_vlan_mac_del_all() 2207 if (ECORE_TEST_BIT(RAMROD_COMP_WAIT, &p->ramrod_flags)) { in ecore_config_rx_mode() 3091 if (ECORE_TEST_BIT(RAMROD_COMP_WAIT, &p->ramrod_flags)) in ecore_config_mcast() 3590 if (ECORE_TEST_BIT(RAMROD_COMP_WAIT, &p->ramrod_flags)) in ecore_config_rss() 3658 if (ECORE_TEST_BIT(RAMROD_COMP_WAIT, ¶ms->ramrod_flags)) { in ecore_queue_state_change() 5359 if (ECORE_TEST_BIT(RAMROD_COMP_WAIT, ¶ms->ramrod_flags)) { in ecore_func_state_change()
|
| H A D | bnx2x.c | 1421 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &ramrod_flags); in bnx2x_del_all_macs() 1572 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &ramrod_flags); in bnx2x_set_storm_rx_mode() 1722 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &q_params.ramrod_flags); in bnx2x_stop_queue() 1782 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &func_params.ramrod_flags); in bnx2x_func_stop() 1809 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &func_params.ramrod_flags); in bnx2x_reset_hw() 1959 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &ramrod_flags); in bnx2x_squeeze_objects() 4708 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &func_params.ramrod_flags); in bnx2x_init_hw() 5818 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &func_params.ramrod_flags); in bnx2x_func_start() 6592 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &q_params.ramrod_flags); in bnx2x_setup_queue() 6660 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, ¶ms.ramrod_flags); in bnx2x_config_rss_pf() [all …]
|
| H A D | ecore_sp.h | 426 RAMROD_COMP_WAIT, enumerator
|