Searched defs:macs_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c2913 d_list_t macs_head; member in union:ecore_pending_mcast_cmd::__anon4971
2967 ECORE_LIST_INIT(&new_cmd->data.macs_head);
2987 &new_cmd->data.macs_head);
3178 &cmd_pos->data.macs_head, link, struct ecore_mcast_mac_elem) {
3189 &cmd_pos->data.macs_head);
3201 if (ECORE_LIST_IS_EMPTY(&cmd_pos->data.macs_head))
3869 ECORE_LIST_FOR_EACH_ENTRY(pmac_pos, &cmd_pos->data.macs_head,

Completed in 60 milliseconds