Searched refs:RxDescriptors (Results 1 – 3 of 3) sorted by relevance
30 static int RxDescriptors = OPTION_UNSET; variable31 module_param(RxDescriptors, int, 0);32 MODULE_PARM_DESC(RxDescriptors, "Number of receive descriptors");465 rx_ring->count = RxDescriptors; in pch_gbe_check_options()
44 E1000_PARAM(RxDescriptors, "Number of receive descriptors");300 rx_ring->count = RxDescriptors[bd]; in e1000_check_options()
266 VELOCITY_PARAM(RxDescriptors, "Number of receive descriptors");475 velocity_set_int_opt(&opts->numrx, RxDescriptors[index], in velocity_get_options()
Completed in 13 milliseconds