Searched refs:wait_comp (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/broadcom/bnx2x/ |
| A 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
|
| A 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() 2652 o->raw.wait_comp(bp, &o->raw)) in bnx2x_mcast_wait() 4030 rc = o->wait_comp(bp, o); in bnx2x_config_mcast() 4624 rc = r->wait_comp(bp, r); in bnx2x_config_rss() 4690 rc = o->wait_comp(bp, o, pending_bit); in bnx2x_queue_state_change() 5688 obj->wait_comp = bnx2x_queue_wait_comp; in bnx2x_init_queue_obj() 6485 obj->wait_comp = bnx2x_func_wait_comp; in bnx2x_init_func_obj() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | send.c | 1183 bool wait_comp = false; in mlx5hws_send_queue_action() local 1191 wait_comp = true; in mlx5hws_send_queue_action() 1202 while (wait_comp && !mlx5hws_send_engine_empty(queue)) in mlx5hws_send_queue_action()
|
Completed in 32 milliseconds