Searched refs:IXGBE_TXD_ALIGN (Results 1 – 3 of 3) sorted by relevance
18 #define IXGBE_TXD_ALIGN (IXGBE_ALIGN / sizeof(union ixgbe_adv_tx_desc)) macro
2593 if (nb_desc % IXGBE_TXD_ALIGN != 0 || in ixgbe_dev_tx_queue_setup()
480 .nb_align = IXGBE_TXD_ALIGN,