Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Deth_common.h289 struct eth_fast_path_rx_tpa_end_cqe struct
291 u8 type /* CQE type (use enum eth_rx_cqe_type) */;
292 u8 tpa_agg_index /* TPA aggregation index */;
293 __le16 total_packet_len /* Total aggregated packet length */;
294 u8 num_of_bds /* Total number of BDs comprising the packet */;
295 u8 end_reason /* Aggregation end reason. Use enum eth_tpa_end_reason */;
296 __le16 num_of_coalesced_segs /* Number of coalesced TCP segments */;
297 __le32 ts_delta /* TCP timestamp delta */;
298 __le16 len_list[ETH_TPA_CQE_END_LEN_LIST_SIZE] /* List of the segment sizes */;
299 __le16 reserved3[ETH_TPA_CQE_END_LEN_LIST_SIZE] /* FW reserved. */;
[all …]