Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Deth_common.h309 struct eth_fast_path_rx_tpa_end_cqe struct
311 u8 type /* CQE type */;
312 u8 tpa_agg_index /* TPA aggregation index */;
313 __le16 total_packet_len /* Total aggregated packet length */;
314 u8 num_of_bds /* Total number of BDs comprising the packet */;
315 u8 end_reason /* Aggregation end reason. Use enum eth_tpa_end_reason */;
316 __le16 num_of_coalesced_segs /* Number of coalesced TCP segments */;
317 __le32 ts_delta /* TCP timestamp delta */;
318 __le16 len_list[ETH_TPA_CQE_END_LEN_LIST_SIZE] /* List of the segment sizes */;
319 __le16 reserved3[ETH_TPA_CQE_END_LEN_LIST_SIZE] /* FW reserved. */;
[all …]