Lines Matching refs:rxq_def
536 static int rxq_def; variable
822 mvreg_write(pp, MVNETA_RXQ_CMD, BIT(rxq_def)); in mvneta_port_up()
1032 val = MVNETA_PORT_CONFIG_DEFL_VALUE(rxq_def); in mvneta_defaults_set()
2085 mvneta_set_ucast_table(pp, rxq_def); in mvneta_set_rx_mode()
2086 mvneta_set_special_mcast_table(pp, rxq_def); in mvneta_set_rx_mode()
2087 mvneta_set_other_mcast_table(pp, rxq_def); in mvneta_set_rx_mode()
2092 mvneta_mac_addr_set(pp, dev->dev_addr, rxq_def); in mvneta_set_rx_mode()
2096 mvneta_set_special_mcast_table(pp, rxq_def); in mvneta_set_rx_mode()
2097 mvneta_set_other_mcast_table(pp, rxq_def); in mvneta_set_rx_mode()
2106 rxq_def); in mvneta_set_rx_mode()
2189 rx_done = mvneta_rx(pp, budget, &pp->rxqs[rxq_def]); in mvneta_poll()
2402 mvneta_rxq_deinit(pp, &pp->rxqs[rxq_def]); in mvneta_cleanup_rxqs()
2409 int err = mvneta_rxq_init(pp, &pp->rxqs[rxq_def]); in mvneta_setup_rxqs()
2412 __func__, rxq_def); in mvneta_setup_rxqs()
2618 mvneta_mac_addr_set(pp, sockaddr->sa_data, rxq_def); in mvneta_set_mac_addr()
2737 online_cpu_idx = rxq_def % num_online_cpus(); in mvneta_percpu_elect()
3488 module_param(rxq_def, int, S_IRUGO);