Home
last modified time | relevance | path

Searched refs:rx_ch_num (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/ti/
Dcpsw.c454 int rx_ch_num, tx_ch_num; member
926 ch_budget = budget / cpsw->rx_ch_num; in cpsw_split_res()
927 for (i = 0; i < cpsw->rx_ch_num; i++) { in cpsw_split_res()
1312 (cpsw->rx_ch_num + cpsw->tx_ch_num) * in cpsw_get_sset_count()
1350 cpsw_add_ch_strings(&p, cpsw->rx_ch_num, 1); in cpsw_get_strings()
1369 for (ch = 0; ch < cpsw->rx_ch_num; ch++) { in cpsw_get_ethtool_stats()
1577 for (ch = 0; ch < cpsw->rx_ch_num; ch++) { in cpsw_fill_rx_channels()
1872 ret = netif_set_real_num_rx_queues(ndev, cpsw->rx_ch_num); in cpsw_ndo_open()
2743 ch->rx_count = cpsw->rx_ch_num; in cpsw_get_channels()
2779 ch = &cpsw->rx_ch_num; in cpsw_update_channels_res()
[all …]