HomeSort by: relevance | last modified time | path
    Searched defs:ena_tx_csum (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_ena.c 185 static void ena_tx_csum(struct ena_com_tx_ctx *, struct mbuf *);
2669 ena_tx_csum(struct ena_com_tx_ctx *ena_tx_ctx, struct mbuf *mbuf) function in typeref:typename:void
2874 ena_tx_csum(&ena_tx_ctx, *mbuf);
if_ena.c 185 static void ena_tx_csum(struct ena_com_tx_ctx *, struct mbuf *);
2669 ena_tx_csum(struct ena_com_tx_ctx *ena_tx_ctx, struct mbuf *mbuf) function in typeref:typename:void
2874 ena_tx_csum(&ena_tx_ctx, *mbuf);

Completed in 30 milliseconds