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

/linux-master/drivers/net/wireless/ath/wil6210/
H A Dmain.c94 static const struct kernel_param_ops ring_order_ops = { variable in typeref:struct:kernel_param_ops
99 module_param_cb(rx_ring_order, &ring_order_ops, &rx_ring_order, 0444);
101 module_param_cb(tx_ring_order, &ring_order_ops, &tx_ring_order, 0444);
103 module_param_cb(bcast_ring_order, &ring_order_ops, &bcast_ring_order, 0444);

Completed in 258 milliseconds