Searched refs:em_txd (Results 1 – 1 of 1) sorted by relevance
394 static int em_txd = EM_DEFAULT_TXD; variable397 SYSCTL_INT(_hw_em, OID_AUTO, txd, CTLFLAG_RDTUN, &em_txd, 0,628 if (((em_txd * sizeof(struct e1000_tx_desc)) % EM_DBA_ALIGN) != 0 || in em_attach()629 (em_txd > EM_MAX_TXD) || (em_txd < EM_MIN_TXD)) { in em_attach()631 EM_DEFAULT_TXD, em_txd); in em_attach()634 adapter->num_tx_desc = em_txd; in em_attach()