Searched refs:rx_srs_cnt (Results 1 – 1 of 1) sorted by relevance
609 mac_compute_soft_ring_count(flow_entry_t *flent, int rx_srs_cnt, int maxcpus) in mac_compute_soft_ring_count() argument679 if (rx_srs_cnt > 1) { in mac_compute_soft_ring_count()682 remainder = srings%rx_srs_cnt; in mac_compute_soft_ring_count()683 srings = srings/rx_srs_cnt; in mac_compute_soft_ring_count()810 int rx_srs_cnt, reqd_rx_cpu_cnt; in mac_flow_user_cpu_init() local855 rx_srs_cnt = (flent->fe_rx_srs_cnt > 1) ? in mac_flow_user_cpu_init()858 (rx_srs_cnt * 2) : (rx_srs_cnt * 3); in mac_flow_user_cpu_init()867 rx_srs_cnt : rx_srs_cnt * 2; in mac_flow_user_cpu_init()888 fanout_cnt_per_srs = fanout_cpu_cnt/rx_srs_cnt; in mac_flow_user_cpu_init()959 if (no_of_cpus >= (rx_srs_cnt + reqd_tx_cpu_cnt)) { in mac_flow_user_cpu_init()[all …]