Searched defs:h5 (Results 1 – 1 of 1) sorted by relevance
67 struct h5 { struct68 struct sk_buff_head unack; /* Unack'ed packets queue */69 struct sk_buff_head rel; /* Reliable packets queue */70 struct sk_buff_head unrel; /* Unreliable packets queue */72 unsigned long flags;74 struct sk_buff *rx_skb; /* Receive buffer */75 size_t rx_pending; /* Expecting more bytes */99 static void h5_reset_rx(struct h5 *h5); argument103 struct h5 *h5 = hu->priv; in h5_link_control() local117 static u8 h5_cfg_field(struct h5 *h5) in h5_cfg_field()[all …]