Searched refs:tx_ratio (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.c242 * tx_ratio=<val> - 7 bit value (0 - 63) specifying the split in 64th
397 static int tx_ratio[ACE_MAX_MOD_PARMS]; variable
414 module_param_array(tx_ratio, int, NULL, 0);
421 MODULE_PARM_DESC(tx_ratio, "AceNIC/3C985/GA620 ratio of NIC memory used for TX/RX descriptors (range 0-63)");
1354 if ((tx_ratio[board_idx] > 0) && (tx_ratio[board_idx] < 64))
1355 writel(tx_ratio[board_idx], &regs->TxBufRat);
1516 if (!tx_ratio[board_idx])
1531 if (!tx_ratio[board_idx])

Completed in 217 milliseconds