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.c1528 if ((i40e->i40e_tx_ring_size % I40E_DESC_ALIGN) != 0) {
1530 I40E_DESC_ALIGN);
1541 if ((i40e->i40e_rx_ring_size % I40E_DESC_ALIGN) != 0) {
1543 I40E_DESC_ALIGN);
H A Di40e_sw.h94 #define I40E_DESC_ALIGN 32 macro

Completed in 104 milliseconds