Searched refs:rx_ch_cnt (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/sound/soc/qcom/ |
| H A D | sdw.c | 29 u32 rx_ch_cnt = 0, tx_ch_cnt = 0; in qcom_snd_sdw_startup() local 48 &rx_ch_cnt, rx_ch); in qcom_snd_sdw_startup() 61 if (tx_ch_cnt || rx_ch_cnt) { in qcom_snd_sdw_startup() 65 rx_ch_cnt, rx_ch); in qcom_snd_sdw_startup()
|
| H A D | apq8096.c | 37 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()
|
| H A D | sdm845.c | 68 u32 rx_ch_cnt = 0, tx_ch_cnt = 0; in sdm845_slim_snd_hw_params() local 78 &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params() 90 rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params()
|
| /linux-6.15/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-common.c | 138 pdata->hw_feat.rx_ch_cnt); in xlgmac_init() 459 hw_feat->rx_ch_cnt = XLGMAC_GET_REG_BITS(mac_hfr2, in xlgmac_get_all_hw_features() 507 hw_feat->rx_ch_cnt++; in xlgmac_get_all_hw_features() 676 pdata->hw_feat.rx_ch_cnt); in xlgmac_print_all_hw_features()
|
| H A D | dwc-xlgmac.h | 532 unsigned int rx_ch_cnt; /* Number of DMA Receive Channels */ member
|
| /linux-6.15/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-main.c | 223 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()
|
| H A D | xgbe-ethtool.c | 700 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_get_channels() 745 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_set_channels()
|
| H A D | xgbe-drv.c | 796 hw_feat->rx_ch_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, RXCHCNT); in xgbe_get_all_hw_features() 836 hw_feat->rx_ch_cnt++; in xgbe_get_all_hw_features() 913 hw_feat->rx_ch_cnt); in xgbe_get_all_hw_features() 915 hw_feat->rx_ch_cnt); in xgbe_get_all_hw_features()
|
| H A D | xgbe.h | 1033 unsigned int rx_ch_cnt; /* Number of DMA Receive Channels */ member
|