Searched refs:ixv_txd (Results 1 – 1 of 1) sorted by relevance
189 static int ixv_txd = DEFAULT_TXD; variable190 TUNABLE_INT("hw.ixv.txd", &ixv_txd);305 if (((ixv_txd * sizeof(union ixgbe_adv_tx_desc)) % DBA_ALIGN) != 0 || in ixv_attach()306 ixv_txd < MIN_TXD || ixv_txd > MAX_TXD) { in ixv_attach()310 adapter->num_tx_desc = ixv_txd; in ixv_attach()