Searched refs:wait_comp (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 93 int (*wait_comp)(struct bnx2x *bp, member 502 int (*wait_comp)(struct bnx2x *bp, member 633 int (*wait_comp)(struct bnx2x *bp, struct bnx2x_mcast_obj *o); member 1109 int (*wait_comp)(struct bnx2x *bp, member 1380 int (*wait_comp)(struct bnx2x *bp, struct bnx2x_func_sp_obj *o, member
|
D | bnx2x_sp.c | 1568 rc = raw->wait_comp(bp, raw); in bnx2x_wait_vlan_mac() 1989 rc = raw->wait_comp(bp, raw); in bnx2x_config_vlan_mac() 2111 raw->wait_comp = bnx2x_raw_wait; in bnx2x_init_raw_obj() 2573 rc = p->rx_mode_obj->wait_comp(bp, p); in bnx2x_config_rx_mode() 2585 o->wait_comp = bnx2x_empty_rx_mode_wait; in bnx2x_init_rx_mode_obj() 2588 o->wait_comp = bnx2x_wait_rx_mode_comp_e2; in bnx2x_init_rx_mode_obj() 2652 o->raw.wait_comp(bp, &o->raw)) in bnx2x_mcast_wait() 4030 rc = o->wait_comp(bp, o); in bnx2x_config_mcast() 4100 mcast_obj->wait_comp = bnx2x_mcast_wait; in bnx2x_init_mcast_obj() 4124 mcast_obj->wait_comp = bnx2x_mcast_wait; in bnx2x_init_mcast_obj() [all …]
|