Lines Matching refs:rxq_def
474 int rxq_def; member
709 static int rxq_def; variable
1473 txq_map = (cpu == pp->rxq_def) ? in mvneta_defaults_set()
1511 val = MVNETA_PORT_CONFIG_DEFL_VALUE(pp->rxq_def); in mvneta_defaults_set()
3062 mvneta_set_ucast_table(pp, pp->rxq_def); in mvneta_set_rx_mode()
3063 mvneta_set_special_mcast_table(pp, pp->rxq_def); in mvneta_set_rx_mode()
3064 mvneta_set_other_mcast_table(pp, pp->rxq_def); in mvneta_set_rx_mode()
3069 mvneta_mac_addr_set(pp, dev->dev_addr, pp->rxq_def); in mvneta_set_rx_mode()
3073 mvneta_set_special_mcast_table(pp, pp->rxq_def); in mvneta_set_rx_mode()
3074 mvneta_set_other_mcast_table(pp, pp->rxq_def); in mvneta_set_rx_mode()
3083 pp->rxq_def); in mvneta_set_rx_mode()
3417 cpu = pp->rxq_def % num_present_cpus(); in mvneta_txq_sw_init()
3804 mvneta_mac_addr_set(pp, sockaddr->sa_data, pp->rxq_def); in mvneta_set_mac_addr()
4143 if (pp->rxq_def < nr_cpu_ids && cpu_online(pp->rxq_def)) in mvneta_percpu_elect()
4144 elected_cpu = pp->rxq_def; in mvneta_percpu_elect()
4160 rxq_map |= MVNETA_CPU_RXQ_ACCESS(pp->rxq_def); in mvneta_percpu_elect()
4770 pp->rxq_def = pp->indir[0]; in mvneta_config_rss()
4776 val = MVNETA_PORT_CONFIG_DEFL_VALUE(pp->rxq_def); in mvneta_config_rss()
5120 pp->rxq_def = rxq_def; in mvneta_probe()
5121 pp->indir[0] = rxq_def; in mvneta_probe()
5505 module_param(rxq_def, int, 0444);