Lines Matching refs:exeq
1343 struct bnx2x_exe_queue_obj *exeq = &o->exe_queue; in bnx2x_validate_vlan_mac_add() local
1356 if (exeq->get(exeq, elem)) { in bnx2x_validate_vlan_mac_add()
1392 struct bnx2x_exe_queue_obj *exeq = &o->exe_queue; in bnx2x_validate_vlan_mac_del() local
1411 if (exeq->get(exeq, &query_elem)) { in bnx2x_validate_vlan_mac_del()
1417 if (exeq->get(exeq, elem)) { in bnx2x_validate_vlan_mac_del()
1563 struct bnx2x_exe_queue_obj *exeq = &o->exe_queue; in bnx2x_wait_vlan_mac() local
1573 if (!bnx2x_exe_queue_empty(exeq)) in bnx2x_wait_vlan_mac()
1670 struct bnx2x_exe_queue_obj *exeq = &o->exe_queue; in bnx2x_optimize_vlan_mac() local
1687 pos = exeq->get(exeq, &query); in bnx2x_optimize_vlan_mac()
2027 struct bnx2x_exe_queue_obj *exeq = &o->exe_queue; in bnx2x_vlan_mac_del_all() local
2035 spin_lock_bh(&exeq->lock); in bnx2x_vlan_mac_del_all()
2037 list_for_each_entry_safe(exeq_pos, exeq_pos_n, &exeq->exe_queue, link) { in bnx2x_vlan_mac_del_all()
2041 rc = exeq->remove(bp, exeq->owner, exeq_pos); in bnx2x_vlan_mac_del_all()
2044 spin_unlock_bh(&exeq->lock); in bnx2x_vlan_mac_del_all()
2052 spin_unlock_bh(&exeq->lock); in bnx2x_vlan_mac_del_all()