Searched refs:aus_sz (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c646 int aus_sz; local
649 aus_sz = sizeof(*aus->xsk_buffs);
651 aus_sz = sizeof(*aus->frag_pages);
653 aus = kvzalloc_node(array_size(len, aus_sz), GFP_KERNEL, node);

Completed in 116 milliseconds