Searched refs:ena_com_tx_ctx (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/ena-com/
H A Dena_eth_com.h45 struct ena_com_tx_ctx { struct
84 struct ena_com_tx_ctx *ena_tx_ctx,
134 struct ena_com_tx_ctx *ena_tx_ctx)
151 struct ena_com_tx_ctx *ena_tx_ctx)
H A Dena_eth_com.c348 struct ena_com_tx_ctx *ena_tx_ctx,
415 struct ena_com_tx_ctx *ena_tx_ctx,
/freebsd-12-stable/sys/dev/ena/
H A Dena_datapath.c54 static void ena_tx_csum(struct ena_com_tx_ctx *, struct mbuf *, bool);
687 ena_tx_csum(struct ena_com_tx_ctx *ena_tx_ctx, struct mbuf *mbuf,
931 struct ena_com_tx_ctx ena_tx_ctx;
966 memset(&ena_tx_ctx, 0x0, sizeof(struct ena_com_tx_ctx));
H A Dena_netmap.c391 struct ena_com_tx_ctx ena_tx_ctx;
422 bzero(&ena_tx_ctx, sizeof(struct ena_com_tx_ctx));

Completed in 68 milliseconds