Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Deth_common.h308 struct eth_fast_path_rx_tpa_start_cqe struct
310 u8 type /* CQE type (use enum eth_rx_cqe_type) */;
311 u8 bitfields;
318 __le16 seg_len /* Segment length (packetLen from the parser) */;
319 struct parsing_and_err_flags pars_flags /* Parsing and error flags from the parser */;
320 __le16 vlan_tag /* 802.1q VLAN tag */;
321 __le32 rss_hash /* RSS hash result */;
322 __le16 len_on_first_bd /* Number of bytes placed on first BD */;
323 u8 placement_offset /* Offset of placement from BD start */;
324 struct eth_tunnel_parsing_flags tunnel_pars_flags /* Tunnel Parsing Flags */;
[all …]