Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h91 #define MAX_DESC_SIZE 512 macro
92 #define MAX_DESC_TXBBS (MAX_DESC_SIZE / TXBB_SIZE)
Den_tx.c80 ring->bounce_buf = kmalloc_node(MAX_DESC_SIZE, GFP_KERNEL, node); in mlx4_en_create_tx_ring()
82 ring->bounce_buf = kmalloc(MAX_DESC_SIZE, GFP_KERNEL); in mlx4_en_create_tx_ring()