Searched refs:wait_comp (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 494 int (*wait_comp)(struct bnx2x_softc *sc, member 913 int (*wait_comp)(struct bnx2x_softc *sc, member 1044 int (*wait_comp)(struct bnx2x_softc *sc, struct ecore_mcast_obj *o); member 1524 int (*wait_comp)(struct bnx2x_softc *sc, member 1801 int (*wait_comp)(struct bnx2x_softc *sc, struct ecore_func_sp_obj *o, member
|
| H A D | ecore_sp.c | 1313 rc = raw->wait_comp(sc, raw); in ecore_wait_vlan_mac() 1728 rc = raw->wait_comp(sc, raw); in ecore_config_vlan_mac() 1852 raw->wait_comp = ecore_raw_wait; in ecore_init_raw_obj() 2208 rc = p->rx_mode_obj->wait_comp(sc, p); in ecore_config_rx_mode() 2263 o->raw.wait_comp(sc, &o->raw)) in ecore_mcast_wait() 3092 rc = o->wait_comp(sc, o); in ecore_config_mcast() 3591 rc = r->wait_comp(sc, r); in ecore_config_rss() 3659 rc = o->wait_comp(sc, o, pending_bit); in ecore_queue_state_change() 4660 obj->wait_comp = ecore_queue_wait_comp; in ecore_init_queue_obj() 5291 obj->wait_comp = ecore_func_wait_comp; in ecore_init_func_obj() [all …]
|