Searched defs:es581_4_tx_ack_msg (Results 1 – 2 of 2) sorted by relevance
139 struct es581_4_tx_ack_msg { struct140 __le16 tx_free_entries; /* Number of remaining free entries in the device TX queue */141 u8 channel_no;142 u8 rx_cmd_ret_u8; /* type enum es58x_cmd_ret_code_u8 */
199 static int es581_4_tx_ack_msg(struct es58x_device *es58x_dev, in es581_4_tx_ack_msg() function