Searched defs:siw_rx_stream (Results 1 – 1 of 1) sorted by relevance
285 struct siw_rx_stream { struct286 struct sk_buff *skb;287 int skb_new; /* pending unread bytes in skb */288 int skb_offset; /* offset in skb */289 int skb_copied; /* processed bytes in skb */291 enum siw_rx_state state;293 union iwarp_hdr hdr;294 struct mpa_trailer trailer;295 struct shash_desc *mpa_crc_hd;304 int fpdu_part_rcvd; /* bytes in pkt part copied */[all …]