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