Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/ena-com/
HDena_eth_com.h47 struct ena_com_tx_ctx { struct
86 struct ena_com_tx_ctx *ena_tx_ctx, argument
136 struct ena_com_tx_ctx *ena_tx_ctx) in ena_com_meta_desc_changed()
153 struct ena_com_tx_ctx *ena_tx_ctx) in ena_com_is_doorbell_needed()
HDena_eth_com.c376 struct ena_com_tx_ctx *ena_tx_ctx, in ena_com_create_and_store_tx_meta_desc()
440 struct ena_com_tx_ctx *ena_tx_ctx, in ena_com_prepare_tx()
/freebsd-14-stable/sys/dev/ena/
HDena_datapath.c57 static void ena_tx_csum(struct ena_com_tx_ctx *, struct mbuf *, bool);
708 ena_tx_csum(struct ena_com_tx_ctx *ena_tx_ctx, struct mbuf *mbuf, in ena_tx_csum()
973 struct ena_com_tx_ctx ena_tx_ctx; in ena_xmit_mbuf()
1012 memset(&ena_tx_ctx, 0x0, sizeof(struct ena_com_tx_ctx)); in ena_xmit_mbuf()
HDena_netmap.c387 struct ena_com_tx_ctx ena_tx_ctx; in ena_netmap_tx_frame()
418 bzero(&ena_tx_ctx, sizeof(struct ena_com_tx_ctx)); in ena_netmap_tx_frame()