Searched refs:rx_ch_num (Results 1 – 8 of 8) sorted by relevance
227 (cpsw->rx_ch_num + cpsw->tx_ch_num) * in cpsw_get_sset_count()265 cpsw_add_ch_strings(&p, cpsw->rx_ch_num, 1); in cpsw_get_strings()284 for (ch = 0; ch < cpsw->rx_ch_num; ch++) { in cpsw_get_ethtool_stats()391 ch->rx_count = cpsw->rx_ch_num; in cpsw_get_channels()542 ch = &cpsw->rx_ch_num; in cpsw_update_channels_res()609 new_pools = (chs->rx_count != cpsw->rx_ch_num) && cpsw->usage_count; in cpsw_set_channels_common()631 ret = netif_set_real_num_rx_queues(sl_ndev, cpsw->rx_ch_num); in cpsw_set_channels_common()
421 ch_budget = budget / cpsw->rx_ch_num; in cpsw_split_res()422 for (i = 0; i < cpsw->rx_ch_num; i++) { in cpsw_split_res()445 cpsw->rx_ch_num = 1; in cpsw_init_common()1109 for (ch = 0; ch < cpsw->rx_ch_num; ch++) { in cpsw_fill_rx_channels()1215 for (ch = 0; ch < cpsw->rx_ch_num; ch++) { in cpsw_destroy_xdp_rxqs()1234 for (ch = 0; ch < cpsw->rx_ch_num; ch++) { in cpsw_create_xdp_rxqs()
355 int rx_ch_num, tx_ch_num; member
782 ret = netif_set_real_num_rx_queues(ndev, cpsw->rx_ch_num); in cpsw_ndo_open()
852 ret = netif_set_real_num_rx_queues(ndev, cpsw->rx_ch_num); in cpsw_ndo_open()
19 .rx_ch_num = CONFIG_KSNAV_NETCP_PDMA_RX_CH_NUM,
152 for (j = 0; j < pktdma->rx_ch_num; j++) { in ksnav_rx_disable()247 for (j = 0; j < pktdma->rx_ch_num; j++) in ksnav_init()
160 u32 rx_ch_num; member