Searched defs:siw_rx_stream (Results 1 – 1 of 1) sorted by relevance
298 struct siw_rx_stream { struct299 struct sk_buff *skb;300 int skb_new; /* pending unread bytes in skb */301 int skb_offset; /* offset in skb */302 int skb_copied; /* processed bytes in skb */304 union iwarp_hdr hdr;305 struct mpa_trailer trailer;307 enum siw_rx_state state;316 int fpdu_part_rcvd; /* bytes in pkt part copied */317 int fpdu_part_rem; /* bytes in pkt part not seen */[all …]