Searched defs:siw_rx_stream (Results 1 – 1 of 1) sorted by relevance
286 struct siw_rx_stream { struct287 struct sk_buff *skb;288 int skb_new; /* pending unread bytes in skb */289 int skb_offset; /* offset in skb */290 int skb_copied; /* processed bytes in skb */292 union iwarp_hdr hdr;293 struct mpa_trailer trailer;295 enum siw_rx_state state;304 int fpdu_part_rcvd; /* bytes in pkt part copied */305 int fpdu_part_rem; /* bytes in pkt part not seen */[all …]