Searched defs:ecore_pending_mcast_cmd (Results 1 – 1 of 1) sorted by relevance
2243 struct ecore_pending_mcast_cmd { struct2244 ecore_list_entry_t link;2245 int type; /* ECORE_MCAST_CMD_X */2246 union {2250 } data;2275 struct ecore_pending_mcast_cmd *new_cmd; in ecore_mcast_enqueue_cmd() argument