Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bxe/
Decore_sp.c3090 struct ecore_mcast_obj *o, struct ecore_pending_mcast_cmd *cmd_pos, in ecore_mcast_hdl_pending_add_e2() argument
3098 &cmd_pos->data.macs_head, link, struct ecore_mcast_mac_elem) { in ecore_mcast_hdl_pending_add_e2()
3101 o->set_one_rule(sc, o, cnt, &cfg_data, cmd_pos->type); in ecore_mcast_hdl_pending_add_e2()
3109 &cmd_pos->data.macs_head); in ecore_mcast_hdl_pending_add_e2()
3121 if (ECORE_LIST_IS_EMPTY(&cmd_pos->data.macs_head)) in ecore_mcast_hdl_pending_add_e2()
3122 cmd_pos->done = TRUE; in ecore_mcast_hdl_pending_add_e2()
3126 struct ecore_mcast_obj *o, struct ecore_pending_mcast_cmd *cmd_pos, in ecore_mcast_hdl_pending_del_e2() argument
3131 while (cmd_pos->data.macs_num) { in ecore_mcast_hdl_pending_del_e2()
3132 o->set_one_rule(sc, o, cnt, NULL, cmd_pos->type); in ecore_mcast_hdl_pending_del_e2()
3136 cmd_pos->data.macs_num--; in ecore_mcast_hdl_pending_del_e2()
[all …]