Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c1608 if ((i40e->i40e_tx_ring_size % I40E_DESC_ALIGN) != 0) { in i40e_init_properties()
1610 I40E_DESC_ALIGN); in i40e_init_properties()
1625 if ((i40e->i40e_rx_ring_size % I40E_DESC_ALIGN) != 0) { in i40e_init_properties()
1627 I40E_DESC_ALIGN); in i40e_init_properties()
H A Di40e_sw.h108 #define I40E_DESC_ALIGN 32 macro