Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/adaptec/
H A Dstarfire.c76 static int small_frames; variable
177 module_param(small_frames, int, 0);
184 MODULE_PARM_DESC(small_frames, "Maximum size of receive frames that bypass interrupt latency (0,64,128,256,512)");
743 if (small_frames > 0) { in starfire_init_one()
745 switch (small_frames) { in starfire_init_one()
757 if (small_frames > 512) in starfire_init_one()
758 printk("Adjusting small_frames down to 512\n"); in starfire_init_one()