Searched refs:wait_comp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/bxe/ |
| H A D | ecore_sp.h | 550 int (*wait_comp)(struct bxe_softc *sc, member 967 int (*wait_comp)(struct bxe_softc *sc, member 1089 int (*wait_comp)(struct bxe_softc *sc, struct ecore_mcast_obj *o); member 1565 int (*wait_comp)(struct bxe_softc *sc, member 1833 int (*wait_comp)(struct bxe_softc *sc, struct ecore_func_sp_obj *o, member
|
| H A D | ecore_sp.c | 1746 rc = raw->wait_comp(sc, raw); in ecore_wait_vlan_mac() 2169 rc = raw->wait_comp(sc, raw); in ecore_config_vlan_mac() 2295 raw->wait_comp = ecore_raw_wait; in ecore_init_raw_obj() 2805 rc = p->rx_mode_obj->wait_comp(sc, p); in ecore_config_rx_mode() 2858 o->raw.wait_comp(sc, &o->raw)) in ecore_mcast_wait() 4055 rc = o->wait_comp(sc, o); in ecore_config_mcast() 4610 rc = r->wait_comp(sc, r); in ecore_config_rss() 4677 rc = o->wait_comp(sc, o, pending_bit); in ecore_queue_state_change() 5775 obj->wait_comp = ecore_queue_wait_comp; in ecore_init_queue_obj() 6571 obj->wait_comp = ecore_func_wait_comp; in ecore_init_func_obj() [all …]
|