Lines Matching refs:exe_queue

60 	INIT_LIST_HEAD(&o->exe_queue);  in bnx2x_exe_queue_init()
93 list_for_each_entry(elem, &o->exe_queue, link) in bnx2x_exe_queue_length()
135 list_add_tail(&elem->link, &o->exe_queue); in bnx2x_exe_queue_add()
218 while (!list_empty(&o->exe_queue)) { in bnx2x_exe_queue_step()
219 elem = list_first_entry(&o->exe_queue, struct bnx2x_exeq_elem, in bnx2x_exe_queue_step()
251 list_splice_init(&o->pending_comp, &o->exe_queue); in bnx2x_exe_queue_step()
265 bool empty = list_empty(&o->exe_queue); in bnx2x_exe_queue_empty()
1107 list_for_each_entry(pos, &o->exe_queue, link) in bnx2x_exeq_get_mac()
1124 list_for_each_entry(pos, &o->exe_queue, link) in bnx2x_exeq_get_vlan()
1142 list_for_each_entry(pos, &o->exe_queue, link) in bnx2x_exeq_get_vlan_mac()
1169 struct bnx2x_exe_queue_obj *exeq = &o->exe_queue; in bnx2x_validate_vlan_mac_add()
1220 struct bnx2x_exe_queue_obj *exeq = &o->exe_queue; in bnx2x_validate_vlan_mac_del()
1281 struct bnx2x_exe_queue_obj *src_exeq = &src_o->exe_queue; in bnx2x_validate_vlan_mac_move()
1282 struct bnx2x_exe_queue_obj *dest_exeq = &dest_o->exe_queue; in bnx2x_validate_vlan_mac_move()
1394 struct bnx2x_exe_queue_obj *exeq = &o->exe_queue; in bnx2x_wait_vlan_mac()
1431 bnx2x_exe_queue_reset_pending(bp, &o->exe_queue); in bnx2x_complete_vlan_mac()
1442 rc = bnx2x_exe_queue_step(bp, &o->exe_queue, ramrod_flags); in bnx2x_complete_vlan_mac()
1448 if (!bnx2x_exe_queue_empty(&o->exe_queue)) in bnx2x_complete_vlan_mac()
1467 struct bnx2x_exe_queue_obj *exeq = &o->exe_queue; in bnx2x_optimize_vlan_mac()
1729 return bnx2x_exe_queue_add(bp, &o->exe_queue, elem, restore); in bnx2x_vlan_mac_push_new_cmd()
1762 if (!bnx2x_exe_queue_empty(&o->exe_queue)) in bnx2x_config_vlan_mac()
1773 rc = bnx2x_exe_queue_step(bp, &o->exe_queue, ramrod_flags); in bnx2x_config_vlan_mac()
1787 int max_iterations = bnx2x_exe_queue_length(&o->exe_queue) + 1; in bnx2x_config_vlan_mac()
1789 while (!bnx2x_exe_queue_empty(&o->exe_queue) && in bnx2x_config_vlan_mac()
1798 rc = bnx2x_exe_queue_step(bp, &o->exe_queue, in bnx2x_config_vlan_mac()
1833 struct bnx2x_exe_queue_obj *exeq = &o->exe_queue; in bnx2x_vlan_mac_del_all()
1840 list_for_each_entry_safe(exeq_pos, exeq_pos_n, &exeq->exe_queue, link) { in bnx2x_vlan_mac_del_all()
1954 &mac_obj->exe_queue, 1, qable_obj, in bnx2x_init_mac_obj()
1971 &mac_obj->exe_queue, CLASSIFY_RULES_COUNT, in bnx2x_init_mac_obj()
2011 &vlan_obj->exe_queue, CLASSIFY_RULES_COUNT, in bnx2x_init_vlan_obj()
2058 &vlan_mac_obj->exe_queue, 1, qable_obj, in bnx2x_init_vlan_mac_obj()
2074 &vlan_mac_obj->exe_queue, in bnx2x_init_vlan_mac_obj()