HomeSort by: relevance | last modified time | path
    Searched refs:ena_tx_ctx (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ena-com/
ena_eth_com.c 272 struct ena_com_tx_ctx *ena_tx_ctx)
276 if (ena_tx_ctx->meta_valid) {
278 &ena_tx_ctx->ena_meta,
289 struct ena_com_tx_ctx *ena_tx_ctx)
292 struct ena_com_tx_meta *ena_meta = &ena_tx_ctx->ena_meta;
371 struct ena_com_tx_ctx *ena_tx_ctx,
375 struct ena_com_buf *ena_bufs = ena_tx_ctx->ena_bufs;
376 void *buffer_to_push = ena_tx_ctx->push_header;
377 u16 header_len = ena_tx_ctx->header_len;
378 u16 num_bufs = ena_tx_ctx->num_bufs
    [all...]
ena_eth_com.h 82 struct ena_com_tx_ctx *ena_tx_ctx,
  /src/sys/dev/pci/
if_ena.c 2669 ena_tx_csum(struct ena_com_tx_ctx *ena_tx_ctx, struct mbuf *mbuf)
2682 ena_meta = &ena_tx_ctx->ena_meta;
2700 ena_tx_ctx->meta_valid = 0;
2719 ena_tx_ctx->l3_csum_enable = 1;
2722 ena_tx_ctx->tso_enable = 1;
2728 ena_tx_ctx->l3_proto = ENA_ETH_IO_L3_PROTO_IPV4;
2730 ena_tx_ctx->df = 1;
2733 ena_tx_ctx->l3_proto = ENA_ETH_IO_L3_PROTO_IPV6;
2740 ena_tx_ctx->l4_proto = ENA_ETH_IO_L4_PROTO_TCP;
2743 ena_tx_ctx->l4_csum_enable = 1
2797 struct ena_com_tx_ctx ena_tx_ctx; local in function:ena_xmit_mbuf
    [all...]

Completed in 40 milliseconds