Searched defs:eth_fast_path_rx_tpa_end_cqe (Results 1 – 1 of 1) sorted by relevance
243 struct eth_fast_path_rx_tpa_end_cqe { struct244 u8 type;245 u8 tpa_agg_index;246 __le16 total_packet_len;247 u8 num_of_bds;248 u8 end_reason;249 __le16 num_of_coalesced_segs;250 __le32 ts_delta;251 __le16 len_list[ETH_TPA_CQE_END_LEN_LIST_SIZE];252 __le16 reserved3[ETH_TPA_CQE_END_LEN_LIST_SIZE];[all …]