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

/freebsd-9.3-release/sys/dev/bxe/
H A Decore_sp.c2086 struct ecore_exeq_elem *exeq_pos, *exeq_pos_n; local
2094 ECORE_LIST_FOR_EACH_ENTRY_SAFE(exeq_pos, exeq_pos_n,
2097 if (exeq_pos->cmd_data.vlan_mac.vlan_mac_flags ==
2099 rc = exeq->remove(sc, exeq->owner, exeq_pos);
2105 ECORE_LIST_REMOVE_ENTRY(&exeq_pos->link,
2107 ecore_exe_queue_free_elem(sc, exeq_pos);

Completed in 105 milliseconds