Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dsend.h10 #define MAX_WQES_PER_RULE 32 macro
H A Dsend.c587 buf_sz = queue->num_entries * MAX_WQES_PER_RULE; in hws_send_ring_alloc_sq()
600 sq->buf_mask = (queue->num_entries * MAX_WQES_PER_RULE) - 1; in hws_send_ring_alloc_sq()
733 buf_sz = queue->num_entries * MAX_WQES_PER_RULE; in hws_send_ring_open_sq()