Home
last modified time | relevance | path

Searched refs:wait_comp (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h91 int (*wait_comp)(struct bnx2x *bp, member
498 int (*wait_comp)(struct bnx2x *bp, member
620 int (*wait_comp)(struct bnx2x *bp, struct bnx2x_mcast_obj *o); member
1092 int (*wait_comp)(struct bnx2x *bp, member
1351 int (*wait_comp)(struct bnx2x *bp, struct bnx2x_func_sp_obj *o, member
Dbnx2x_sp.c1381 rc = raw->wait_comp(bp, raw); in bnx2x_wait_vlan_mac()
1802 rc = raw->wait_comp(bp, raw); in bnx2x_config_vlan_mac()
1924 raw->wait_comp = bnx2x_raw_wait; in bnx2x_init_raw_obj()
2324 rc = p->rx_mode_obj->wait_comp(bp, p); in bnx2x_config_rx_mode()
2336 o->wait_comp = bnx2x_empty_rx_mode_wait; in bnx2x_init_rx_mode_obj()
2339 o->wait_comp = bnx2x_wait_rx_mode_comp_e2; in bnx2x_init_rx_mode_obj()
2377 o->raw.wait_comp(bp, &o->raw)) in bnx2x_mcast_wait()
3563 rc = o->wait_comp(bp, o); in bnx2x_config_mcast()
3633 mcast_obj->wait_comp = bnx2x_mcast_wait; in bnx2x_init_mcast_obj()
3657 mcast_obj->wait_comp = bnx2x_mcast_wait; in bnx2x_init_mcast_obj()
[all …]