Searched defs:bnx2x_pending_mcast_cmd (Results 1 – 1 of 1) sorted by relevance
2623 struct bnx2x_pending_mcast_cmd { struct2624 struct list_head link;2625 struct list_head group_head;2626 int type; /* BNX2X_MCAST_CMD_X */2627 union {2631 } data;2633 bool set_convert; /* in case type == BNX2X_MCAST_CMD_SET, this is set2638 bool done; /* set to true, when the command has been handled,