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 union iwarp_hdr hdr;292 struct mpa_trailer trailer;294 enum siw_rx_state state;303 int fpdu_part_rcvd; /* bytes in pkt part copied */304 int fpdu_part_rem; /* bytes in pkt part not seen */[all …]