Searched defs:ecore_pending_mcast_cmd (Results 1 – 1 of 1) sorted by relevance
2909 struct ecore_pending_mcast_cmd { struct2910 d_list_entry_t link;2911 int type; /* ECORE_MCAST_CMD_X */2912 union {2916 } data;2918 BOOL done; /* set to TRUE, when the command has been handled,2945 struct ecore_pending_mcast_cmd *new_cmd; in ecore_mcast_enqueue_cmd() argument