Searched defs:esd_usb_tx_done_msg (Results 1 – 1 of 1) sorted by relevance
172 struct esd_usb_tx_done_msg { struct173 u8 len; /* total message length in 32bit words */174 u8 cmd;175 u8 net;176 u8 status;177 u32 hnd; /* opaque handle, not used by device */178 __le32 ts;454 static void esd_usb_tx_done_msg(struct esd_usb_net_priv *priv, in esd_usb_tx_done_msg() function