Home
last modified time | relevance | path

Searched defs:siw_rx_stream (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/infiniband/sw/siw/
H A Dsiw.h282 struct siw_rx_stream { struct
283 struct sk_buff *skb;
284 int skb_new; /* pending unread bytes in skb */
285 int skb_offset; /* offset in skb */
286 int skb_copied; /* processed bytes in skb */
288 enum siw_rx_state state;
290 union iwarp_hdr hdr;
291 struct mpa_trailer trailer;
292 struct shash_desc *mpa_crc_hd;
301 int fpdu_part_rcvd; /* bytes in pkt part copied */
[all …]