Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/qcom/
Dapq8096.c37 u32 rx_ch_cnt = 0, tx_ch_cnt = 0; in msm_snd_hw_params() local
41 &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); in msm_snd_hw_params()
51 rx_ch_cnt, rx_ch); in msm_snd_hw_params()
Dsdm845.c55 u32 rx_ch_cnt = 0, tx_ch_cnt = 0; in sdm845_slim_snd_hw_params() local
65 &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params()
77 rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params()
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c140 pdata->hw_feat.rx_ch_cnt); in xlgmac_init()
461 hw_feat->rx_ch_cnt = XLGMAC_GET_REG_BITS(mac_hfr2, in xlgmac_get_all_hw_features()
509 hw_feat->rx_ch_cnt++; in xlgmac_get_all_hw_features()
678 pdata->hw_feat.rx_ch_cnt); in xlgmac_print_all_hw_features()
Ddwc-xlgmac.h531 unsigned int rx_ch_cnt; /* Number of DMA Receive Channels */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c223 pdata->rx_max_channel_count = pdata->hw_feat.rx_ch_cnt; in xgbe_set_counts()
247 pdata->hw_feat.rx_ch_cnt); in xgbe_set_counts()
Dxgbe-ethtool.c695 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_get_channels()
740 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_set_channels()
Dxgbe-drv.c782 hw_feat->rx_ch_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, RXCHCNT); in xgbe_get_all_hw_features()
822 hw_feat->rx_ch_cnt++; in xgbe_get_all_hw_features()
899 hw_feat->rx_ch_cnt); in xgbe_get_all_hw_features()
901 hw_feat->rx_ch_cnt); in xgbe_get_all_hw_features()
Dxgbe.h996 unsigned int rx_ch_cnt; /* Number of DMA Receive Channels */ member