Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ixgbe/
HDif_ix.c324 static int ixgbe_txd = PERFORM_TXD; variable
325 SYSCTL_INT(_hw_ix, OID_AUTO, txd, CTLFLAG_RDTUN, &ixgbe_txd, 0,
807 if (((ixgbe_txd * sizeof(union ixgbe_adv_tx_desc)) % DBA_ALIGN) != 0 || in ixgbe_attach()
808 ixgbe_txd < MIN_TXD || ixgbe_txd > MAX_TXD) { in ixgbe_attach()
812 adapter->num_tx_desc = ixgbe_txd; in ixgbe_attach()