Searched refs:RAMROD_COMP_WAIT (Results 1 – 3 of 3) sorted by relevance
| /f-stack/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 | 1417 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &ramrod_flags); in bnx2x_del_all_macs() 1568 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &ramrod_flags); in bnx2x_set_storm_rx_mode() 1718 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &q_params.ramrod_flags); in bnx2x_stop_queue() 1778 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &func_params.ramrod_flags); in bnx2x_func_stop() 1805 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &func_params.ramrod_flags); in bnx2x_reset_hw() 1955 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &ramrod_flags); in bnx2x_squeeze_objects() 4704 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &func_params.ramrod_flags); in bnx2x_init_hw() 5814 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &func_params.ramrod_flags); in bnx2x_func_start() 6588 rte_bit_relaxed_set32(RAMROD_COMP_WAIT, &q_params.ramrod_flags); in bnx2x_setup_queue() 6656 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
|