Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw_ethtool.c227 (cpsw->rx_ch_num + cpsw->tx_ch_num) * in cpsw_get_sset_count()
266 cpsw_add_ch_strings(&p, cpsw->tx_ch_num, 0); in cpsw_get_strings()
293 for (ch = 0; ch < cpsw->tx_ch_num; ch++) { in cpsw_get_ethtool_stats()
392 ch->tx_count = cpsw->tx_ch_num; in cpsw_get_channels()
546 ch = &cpsw->tx_ch_num; in cpsw_update_channels_res()
625 ret = netif_set_real_num_tx_queues(sl_ndev, cpsw->tx_ch_num); in cpsw_set_channels_common()
H A Dcpsw_priv.c298 for (ch = 0; ch < cpsw->tx_ch_num; ch++) { in cpsw_ndo_tx_timeout()
331 for (i = 0, rlim_ch_num = 0; i < cpsw->tx_ch_num; i++) { in cpsw_need_resplit()
340 if (!rlim_ch_num || rlim_ch_num == cpsw->tx_ch_num) in cpsw_need_resplit()
355 for (i = 0; i < cpsw->tx_ch_num; i++) { in cpsw_split_res()
364 if (cpsw->tx_ch_num == rlim_ch_num) { in cpsw_split_res()
367 ch_budget = CPSW_POLL_WEIGHT / cpsw->tx_ch_num; in cpsw_split_res()
384 (cpsw->tx_ch_num - rlim_ch_num); in cpsw_split_res()
386 (cpsw->tx_ch_num - rlim_ch_num); in cpsw_split_res()
391 for (i = 0; i < cpsw->tx_ch_num; i++) { in cpsw_split_res()
446 cpsw->tx_ch_num = 1; in cpsw_init_common()
H A Dam65-cpsw-nuss.c492 for (i = 0; i < common->tx_ch_num; i++) { in am65_cpsw_nuss_common_open()
519 atomic_set(&common->tdown_cnt, common->tx_ch_num); in am65_cpsw_nuss_common_stop()
524 for (i = 0; i < common->tx_ch_num; i++) in am65_cpsw_nuss_common_stop()
531 for (i = 0; i < common->tx_ch_num; i++) in am65_cpsw_nuss_common_stop()
534 for (i = 0; i < common->tx_ch_num; i++) { in am65_cpsw_nuss_common_stop()
609 ret = netif_set_real_num_tx_queues(ndev, common->tx_ch_num); in am65_cpsw_nuss_ndo_slave_open()
621 for (i = 0; i < common->tx_ch_num; i++) in am65_cpsw_nuss_ndo_slave_open()
1433 for (i = 0; i < common->tx_ch_num; i++) { in am65_cpsw_nuss_free_tx_chns()
1453 for (i = 0; i < common->tx_ch_num; i++) { in am65_cpsw_nuss_remove_tx_chns()
1493 for (i = 0; i < common->tx_ch_num; i++) { in am65_cpsw_nuss_init_tx_chns()
[all …]
H A Dam65-cpsw-nuss.h97 int tx_ch_num; member
H A Dcpsw_priv.h355 int rx_ch_num, tx_ch_num; member
H A Dcpsw.c776 ret = netif_set_real_num_tx_queues(ndev, cpsw->tx_ch_num); in cpsw_ndo_open()
929 if (q_idx >= cpsw->tx_ch_num) in cpsw_ndo_start_xmit()
930 q_idx = q_idx % cpsw->tx_ch_num; in cpsw_ndo_start_xmit()
H A Dcpsw_new.c846 ret = netif_set_real_num_tx_queues(ndev, cpsw->tx_ch_num); in cpsw_ndo_open()
942 if (q_idx >= cpsw->tx_ch_num) in cpsw_ndo_start_xmit()
943 q_idx = q_idx % cpsw->tx_ch_num; in cpsw_ndo_start_xmit()
H A Dam65-cpsw-ethtool.c434 ch->tx_count = common->tx_ch_num; in am65_cpsw_get_channels()
/OK3568_Linux_fs/u-boot/drivers/dma/
H A Dkeystone_nav_cfg.c17 .tx_ch_num = CONFIG_KSNAV_NETCP_PDMA_TX_CH_NUM,
H A Dkeystone_nav.c186 for (j = 0; j < pktdma->tx_ch_num; j++) { in ksnav_tx_disable()
258 for (j = 0; j < pktdma->tx_ch_num; j++) { in ksnav_init()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_nav.h158 u32 tx_ch_num; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_def.h4687 u8 tx_ch_num; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_def.h4687 u8 tx_ch_num; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_mac.c43 PHL_INFO("[MAC-INFO]- tx_ch_num: %d\n", mac_info->tx_ch_num); in hal_mac_get_hwinfo()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_mac.c43 PHL_INFO("[MAC-INFO]- tx_ch_num: %d\n", mac_info->tx_ch_num); in hal_mac_get_hwinfo()