HomeSort by: relevance | last modified time | path
    Searched defs:ixv_txd (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixv.c 219 static int ixv_txd = DEFAULT_TXD; variable in typeref:typename:int
220 TUNABLE_INT("hw.ixv.txd", &ixv_txd);
488 if (((ixv_txd * sizeof(union ixgbe_adv_tx_desc)) % DBA_ALIGN) != 0 ||
489 ixv_txd < MIN_TXD || ixv_txd > MAX_TXD) {
494 ixv_txd, MIN_TXD, MAX_TXD,
499 sc->num_tx_desc = ixv_txd;

Completed in 31 milliseconds