Home
last modified time | relevance | path

Searched refs:max_post_send_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c587 send_ring->max_post_send_size; in dr_fill_write_icm_segs()
664 if (chunk_byte_size > dmn->send_ring->max_post_send_size) { in dr_get_tbl_copy_details()
665 *iterations = chunk_byte_size / dmn->send_ring->max_post_send_size; in dr_get_tbl_copy_details()
666 *byte_size = dmn->send_ring->max_post_send_size; in dr_get_tbl_copy_details()
1271 dmn->send_ring->max_post_send_size = in mlx5dr_send_ring_alloc()
1276 size = dmn->send_ring->signal_th * dmn->send_ring->max_post_send_size; in mlx5dr_send_ring_alloc()
1292 dmn->send_ring->sync_buff = kzalloc(dmn->send_ring->max_post_send_size, in mlx5dr_send_ring_alloc()
1301 dmn->send_ring->max_post_send_size); in mlx5dr_send_ring_alloc()
H A Ddr_types.h1460 u32 max_post_send_size; member