Searched refs:S2IO_PARM_INT (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 423 S2IO_PARM_INT(tx_fifo_num, FIFO_DEFAULT_NUM); 424 S2IO_PARM_INT(rx_ring_num, 1); 425 S2IO_PARM_INT(multiq, 0); 426 S2IO_PARM_INT(rx_ring_mode, 1); 427 S2IO_PARM_INT(use_continuous_tx_intrs, 1); 428 S2IO_PARM_INT(rmac_pause_time, 0x100); 429 S2IO_PARM_INT(mc_pause_threshold_q0q3, 187); 430 S2IO_PARM_INT(mc_pause_threshold_q4q7, 187); 431 S2IO_PARM_INT(shared_splits, 0); 432 S2IO_PARM_INT(tmac_util_period, 5); [all …]
|
H A D | s2io.h | 1120 #define S2IO_PARM_INT(X, def_val) \ macro
|