Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_main.c1537 if ((i40e->i40e_tx_ring_size % I40E_DESC_ALIGN) != 0) { in i40e_init_properties()
1539 I40E_DESC_ALIGN); in i40e_init_properties()
1550 if ((i40e->i40e_rx_ring_size % I40E_DESC_ALIGN) != 0) { in i40e_init_properties()
1552 I40E_DESC_ALIGN); in i40e_init_properties()
H A Di40e_sw.h95 #define I40E_DESC_ALIGN 32 macro