Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ena-com/
H A Dena_eth_com.h45 struct ena_com_tx_ctx { struct
46 struct ena_com_tx_meta ena_meta;
47 struct ena_com_buf *ena_bufs;
49 void *push_header;
51 enum ena_eth_io_l3_proto_index l3_proto;
52 enum ena_eth_io_l4_proto_index l4_proto;
53 u16 num_bufs;
54 u16 req_id;
58 u16 header_len;
60 u8 meta_valid;
[all …]
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_eth_com.h17 struct ena_com_tx_ctx { struct
18 struct ena_com_tx_meta ena_meta;
19 struct ena_com_buf *ena_bufs;
21 void *push_header;
23 enum ena_eth_io_l3_proto_index l3_proto;
24 enum ena_eth_io_l4_proto_index l4_proto;
25 u16 num_bufs;
26 u16 req_id;
30 u16 header_len;
32 u8 meta_valid;
[all …]