Lines Matching refs:ena_tx_ctx
610 struct ena_com_tx_ctx *ena_tx_ctx, in ena_tx_mbuf_prepare() argument
614 struct ena_com_tx_meta *ena_meta = &ena_tx_ctx->ena_meta; in ena_tx_mbuf_prepare()
621 ena_tx_ctx->tso_enable = true; in ena_tx_mbuf_prepare()
629 ena_tx_ctx->l3_csum_enable = true; in ena_tx_mbuf_prepare()
632 ena_tx_ctx->l3_proto = ENA_ETH_IO_L3_PROTO_IPV6; in ena_tx_mbuf_prepare()
634 ena_tx_ctx->df = 1; in ena_tx_mbuf_prepare()
636 ena_tx_ctx->l3_proto = ENA_ETH_IO_L3_PROTO_IPV4; in ena_tx_mbuf_prepare()
642 ena_tx_ctx->df = 1; in ena_tx_mbuf_prepare()
648 ena_tx_ctx->l4_proto = ENA_ETH_IO_L4_PROTO_TCP; in ena_tx_mbuf_prepare()
649 ena_tx_ctx->l4_csum_enable = true; in ena_tx_mbuf_prepare()
653 ena_tx_ctx->l4_proto = ENA_ETH_IO_L4_PROTO_UDP; in ena_tx_mbuf_prepare()
654 ena_tx_ctx->l4_csum_enable = true; in ena_tx_mbuf_prepare()
656 ena_tx_ctx->l4_proto = ENA_ETH_IO_L4_PROTO_UNKNOWN; in ena_tx_mbuf_prepare()
657 ena_tx_ctx->l4_csum_enable = false; in ena_tx_mbuf_prepare()
664 ena_tx_ctx->meta_valid = true; in ena_tx_mbuf_prepare()
667 ena_tx_ctx->meta_valid = true; in ena_tx_mbuf_prepare()
669 ena_tx_ctx->meta_valid = false; in ena_tx_mbuf_prepare()
2935 struct ena_com_tx_ctx ena_tx_ctx = { { 0 } }; in ena_xmit_mbuf() local
2961 ena_tx_ctx.ena_bufs = tx_info->bufs; in ena_xmit_mbuf()
2962 ena_tx_ctx.push_header = push_header; in ena_xmit_mbuf()
2963 ena_tx_ctx.num_bufs = tx_info->num_of_bufs; in ena_xmit_mbuf()
2964 ena_tx_ctx.req_id = req_id; in ena_xmit_mbuf()
2965 ena_tx_ctx.header_len = header_len; in ena_xmit_mbuf()
2968 ena_tx_mbuf_prepare(mbuf, &ena_tx_ctx, tx_ring->offloads, in ena_xmit_mbuf()
2972 &ena_tx_ctx))) { in ena_xmit_mbuf()
2982 rc = ena_com_prepare_tx(tx_ring->ena_com_io_sq, &ena_tx_ctx, in ena_xmit_mbuf()