Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2028 struct bnx2x_exeq_elem *exeq_pos, *exeq_pos_n; in bnx2x_vlan_mac_del_all() local
2037 list_for_each_entry_safe(exeq_pos, exeq_pos_n, &exeq->exe_queue, link) { in bnx2x_vlan_mac_del_all()
2038 flags = exeq_pos->cmd_data.vlan_mac.vlan_mac_flags; in bnx2x_vlan_mac_del_all()
2041 rc = exeq->remove(bp, exeq->owner, exeq_pos); in bnx2x_vlan_mac_del_all()
2047 list_del(&exeq_pos->link); in bnx2x_vlan_mac_del_all()
2048 bnx2x_exe_queue_free_elem(bp, exeq_pos); in bnx2x_vlan_mac_del_all()