Searched defs:siw_rx_stream (Results 1 – 1 of 1) sorted by relevance
282 struct siw_rx_stream { struct283 struct sk_buff *skb;284 int skb_new; /* pending unread bytes in skb */285 int skb_offset; /* offset in skb */286 int skb_copied; /* processed bytes in skb */288 enum siw_rx_state state;290 union iwarp_hdr hdr;291 struct mpa_trailer trailer;292 u32 mpa_crc;293 bool mpa_crc_enabled;[all …]