Searched refs:rx_ring_order (Results 1 – 1 of 1) sorted by relevance
78 static uint rx_ring_order = WIL_RX_RING_SIZE_ORDER_DEFAULT; variable104 module_param_cb(rx_ring_order, &ring_order_ops, &rx_ring_order, S_IRUGO);105 MODULE_PARM_DESC(rx_ring_order, " Rx ring order; size = 1 << order");999 rc = wil_rx_init(wil, 1 << rx_ring_order); in __wil_up()