Home
last modified time | relevance | path

Searched refs:MLX5_INLINE_SEG (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.h166 inline_dseg->byte_count = cpu_to_be32(dma_len | MLX5_INLINE_SEG); in mlx5e_xdp_mpwqe_add_dseg()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dipsec_rxtx.c188 inlseg->byte_count = cpu_to_be32(ipsec_st->tailen | MLX5_INLINE_SEG); in mlx5e_ipsec_handle_tx_wqe()
/linux-6.3-rc2/include/linux/mlx5/
A Ddevice.h194 MLX5_INLINE_SEG = 0x80000000, enumerator
198 MLX5_HW_START_PADDING = MLX5_INLINE_SEG,
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dodp.c1005 inline_segment = !!(byte_count & MLX5_INLINE_SEG); in pagefault_data_segments()
1006 bcnt = byte_count & ~MLX5_INLINE_SEG; in pagefault_data_segments()
A Dwr.c300 seg->byte_count = cpu_to_be32(inl | MLX5_INLINE_SEG); in set_data_inl_seg()

Completed in 18 milliseconds