Searched refs:wait_comp (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/bxe/ |
| H A D | ecore_sp.h | 545 int (*wait_comp)(struct bxe_softc *sc, member 962 int (*wait_comp)(struct bxe_softc *sc, member 1084 int (*wait_comp)(struct bxe_softc *sc, struct ecore_mcast_obj *o); member 1560 int (*wait_comp)(struct bxe_softc *sc, member 1828 int (*wait_comp)(struct bxe_softc *sc, struct ecore_func_sp_obj *o, member
|
| H A D | ecore_sp.c | 1744 rc = raw->wait_comp(sc, raw); in ecore_wait_vlan_mac() 2167 rc = raw->wait_comp(sc, raw); in ecore_config_vlan_mac() 2293 raw->wait_comp = ecore_raw_wait; in ecore_init_raw_obj() 2803 rc = p->rx_mode_obj->wait_comp(sc, p); in ecore_config_rx_mode() 2815 o->wait_comp = ecore_empty_rx_mode_wait; in ecore_init_rx_mode_obj() 2818 o->wait_comp = ecore_wait_rx_mode_comp_e2; in ecore_init_rx_mode_obj() 2856 o->raw.wait_comp(sc, &o->raw)) in ecore_mcast_wait() 4053 rc = o->wait_comp(sc, o); in ecore_config_mcast() 4123 mcast_obj->wait_comp = ecore_mcast_wait; in ecore_init_mcast_obj() 4147 mcast_obj->wait_comp = ecore_mcast_wait; in ecore_init_mcast_obj() [all …]
|