Searched refs:ena_rx_ctx (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/ena/base/ |
| H A D | ena_eth_com.c | 343 ena_rx_ctx->l4_proto = in ena_com_rx_set_flags() 346 ena_rx_ctx->l3_csum_err = in ena_com_rx_set_flags() 349 ena_rx_ctx->l4_csum_err = in ena_com_rx_set_flags() 352 ena_rx_ctx->l4_csum_checked = in ena_com_rx_set_flags() 356 ena_rx_ctx->frag = in ena_com_rx_set_flags() 361 ena_rx_ctx->l3_proto, in ena_com_rx_set_flags() 362 ena_rx_ctx->l4_proto, in ena_com_rx_set_flags() 363 ena_rx_ctx->l3_csum_err, in ena_com_rx_set_flags() 364 ena_rx_ctx->l4_csum_err, in ena_com_rx_set_flags() 365 ena_rx_ctx->hash, in ena_com_rx_set_flags() [all …]
|
| H A D | ena_eth_com.h | 61 struct ena_com_rx_ctx *ena_rx_ctx);
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_eth_com.c | 382 ena_rx_ctx->l4_proto = in ena_com_rx_set_flags() 385 ena_rx_ctx->l3_csum_err = in ena_com_rx_set_flags() 388 ena_rx_ctx->l4_csum_err = in ena_com_rx_set_flags() 391 ena_rx_ctx->l4_csum_checked = in ena_com_rx_set_flags() 395 ena_rx_ctx->frag = in ena_com_rx_set_flags() 401 ena_rx_ctx->l3_proto, in ena_com_rx_set_flags() 402 ena_rx_ctx->l4_proto, in ena_com_rx_set_flags() 403 ena_rx_ctx->l3_csum_err, in ena_com_rx_set_flags() 404 ena_rx_ctx->l4_csum_err, in ena_com_rx_set_flags() 405 ena_rx_ctx->hash, in ena_com_rx_set_flags() [all …]
|
| H A D | ena_eth_com.h | 89 struct ena_com_rx_ctx *ena_rx_ctx);
|
| /f-stack/dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.c | 301 if (unlikely(ena_rx_ctx->l3_csum_err)) in ena_rx_mbuf_prepare() 309 if (!ena_rx_ctx->l4_csum_checked || ena_rx_ctx->frag) in ena_rx_mbuf_prepare() 312 if (unlikely(ena_rx_ctx->l4_csum_err)) in ena_rx_mbuf_prepare() 2204 struct ena_com_rx_ctx ena_rx_ctx; in eth_ena_recv_pkts() local 2221 ena_rx_ctx.descs = 0; in eth_ena_recv_pkts() 2222 ena_rx_ctx.pkt_offset = 0; in eth_ena_recv_pkts() 2226 &ena_rx_ctx); in eth_ena_recv_pkts() 2237 ena_rx_ctx.ena_bufs, in eth_ena_recv_pkts() 2238 ena_rx_ctx.descs, in eth_ena_recv_pkts() 2240 ena_rx_ctx.pkt_offset); in eth_ena_recv_pkts() [all …]
|