Searched refs:mcqe_format (Results 1 – 6 of 6) sorted by relevance
202 if (rxq->mcqe_format != in rxq_cq_decompress_v()264 if (unlikely(rxq->mcqe_format != in rxq_cq_decompress_v()266 if (rxq->mcqe_format == in rxq_cq_decompress_v()
187 if (rxq->mcqe_format != in rxq_cq_decompress_v()249 if (unlikely(rxq->mcqe_format != MLX5_CQE_RESP_FORMAT_HASH)) { in rxq_cq_decompress_v()250 if (rxq->mcqe_format == in rxq_cq_decompress_v()
258 if (rxq->mcqe_format != in rxq_cq_decompress_v()363 if (unlikely(rxq->mcqe_format != MLX5_CQE_RESP_FORMAT_HASH)) { in rxq_cq_decompress_v()364 if (rxq->mcqe_format == in rxq_cq_decompress_v()
440 rxq_data->mcqe_format = priv->config.cqe_comp_fmt; in mlx5_rxq_create_devx_cq_resources()457 rxq_data->mcqe_format = cq_attr.mini_cqe_res_format; in mlx5_rxq_create_devx_cq_resources()
837 rxq->mcqe_format != MLX5_CQE_RESP_FORMAT_L34H_STRIDX) in rxq_cq_to_pkt_type()1314 rxq->mcqe_format != MLX5_CQE_RESP_FORMAT_HASH) in rxq_cq_to_mbuf()1328 rxq->mcqe_format != MLX5_CQE_RESP_FORMAT_FTAG_STRIDX) in rxq_cq_to_mbuf()1352 rxq->mcqe_format != MLX5_CQE_RESP_FORMAT_L34H_STRIDX) in rxq_cq_to_mbuf()1600 rxq->mcqe_format != MLX5_CQE_RESP_FORMAT_L34H_STRIDX) in mlx5_lro_update_hdr()1684 rxq->mcqe_format == MLX5_CQE_RESP_FORMAT_FTAG_STRIDX) in mlx5_rx_burst_mprq()
129 unsigned int mcqe_format:3; /* Dynamic metadata is configured. */ member