| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/test/mp/ |
| H A D | hal_test_mp_config.c | 250 u8 hal_mp_primary_channel_decision(u8 cent_ch, enum channel_width bw, u8 tx_sc) in hal_mp_primary_channel_decision() argument 258 if(tx_sc == 1) in hal_mp_primary_channel_decision() 260 else if(tx_sc == 2) in hal_mp_primary_channel_decision() 266 if((tx_sc == 10) || (tx_sc == 4)) in hal_mp_primary_channel_decision() 268 else if((tx_sc == 9) || (tx_sc == 1)) in hal_mp_primary_channel_decision() 270 else if(tx_sc == 2) in hal_mp_primary_channel_decision() 272 else if(tx_sc == 3) in hal_mp_primary_channel_decision() 324 u8 tx_sc = arg->sc_idx; in rtw_hal_mp_config_set_ch_bw() local 333 pri_chan = hal_mp_primary_channel_decision(cent_ch, bw, tx_sc); in rtw_hal_mp_config_set_ch_bw()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | macsec.c | 247 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in send_sci() local 249 return tx_sc->send_sci || in send_sci() 250 (secy->n_rx_sc > 1 && !tx_sc->end_station && !tx_sc->scb); in send_sci() 296 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in macsec_fill_sectag() local 306 if (tx_sc->end_station) in macsec_fill_sectag() 308 if (tx_sc->scb) in macsec_fill_sectag() 315 if (tx_sc->encrypt) in macsec_fill_sectag() 320 h->tci_an |= tx_sc->encoding_sa; in macsec_fill_sectag() 500 static void macsec_count_tx(struct sk_buff *skb, struct macsec_tx_sc *tx_sc, in macsec_count_tx() argument 503 struct pcpu_tx_sc_stats *txsc_stats = this_cpu_ptr(tx_sc->stats); in macsec_count_tx() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/test/mp/ |
| H A D | hal_test_mp_config.c | 250 u8 hal_mp_primary_channel_decision(u8 cent_ch, enum channel_width bw, u8 tx_sc) in hal_mp_primary_channel_decision() argument 258 if(tx_sc == 1) in hal_mp_primary_channel_decision() 260 else if(tx_sc == 2) in hal_mp_primary_channel_decision() 266 if((tx_sc == 10) || (tx_sc == 4)) in hal_mp_primary_channel_decision() 268 else if((tx_sc == 9) || (tx_sc == 1)) in hal_mp_primary_channel_decision() 270 else if(tx_sc == 2) in hal_mp_primary_channel_decision() 272 else if(tx_sc == 3) in hal_mp_primary_channel_decision() 324 u8 tx_sc = arg->sc_idx; in rtw_hal_mp_config_set_ch_bw() local 333 pri_chan = hal_mp_primary_channel_decision(cent_ch, bw, tx_sc); in rtw_hal_mp_config_set_ch_bw()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_macsec.c | 350 if (secy->tx_sc.encrypt) in aq_set_txsc() 352 if (secy->tx_sc.scb) in aq_set_txsc() 354 if (secy->tx_sc.send_sci) in aq_set_txsc() 356 if (secy->tx_sc.end_station) in aq_set_txsc() 361 if (!(secy->icv_len == 16 && !secy->tx_sc.encrypt)) in aq_set_txsc() 381 sc_rec.curr_an = secy->tx_sc.encoding_sa; in aq_set_txsc() 507 struct aq_macsec_txsc *tx_sc = &nic->macsec_cfg->aq_txsc[txsc_idx]; in aq_clear_txsc() local 514 for_each_set_bit (sa_num, &tx_sc->tx_sa_idx_busy, AQ_MACSEC_MAX_SA) { in aq_clear_txsc() 515 ret = aq_clear_txsa(nic, tx_sc, sa_num, clear_type); in aq_clear_txsc() 528 tx_sc->hw_sc_idx); in aq_clear_txsc() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 157 tmp = (tx_info->tx_sc) | ((tx_info->bw) << 4) | in phydm_set_mac_phy_txinfo_jgr3() 161 if (tx_info->tx_sc == 1) /*upper*/ in phydm_set_mac_phy_txinfo_jgr3() 163 else if (tx_info->tx_sc == 2) /*lower*/ in phydm_set_mac_phy_txinfo_jgr3() 436 tx_info.tx_sc = 0x0; /*duplicate*/ in phydm_pmac_tx_dbg()
|
| H A D | phydm_pmac_tx_setting.h | 45 u8 tx_sc; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 158 tmp = (tx_info->tx_sc) | ((tx_info->bw) << 4) | in phydm_set_mac_phy_txinfo_jgr3() 162 if (tx_info->tx_sc == 1) /*upper*/ in phydm_set_mac_phy_txinfo_jgr3() 164 else if (tx_info->tx_sc == 2) /*lower*/ in phydm_set_mac_phy_txinfo_jgr3() 437 tx_info.tx_sc = 0x0; /*duplicate*/ in phydm_pmac_tx_dbg()
|
| H A D | phydm_pmac_tx_setting.h | 46 u8 tx_sc; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 157 tmp = (tx_info->tx_sc) | ((tx_info->bw) << 4) | in phydm_set_mac_phy_txinfo_jgr3() 161 if (tx_info->tx_sc == 1) /*upper*/ in phydm_set_mac_phy_txinfo_jgr3() 163 else if (tx_info->tx_sc == 2) /*lower*/ in phydm_set_mac_phy_txinfo_jgr3() 436 tx_info.tx_sc = 0x0; /*duplicate*/ in phydm_pmac_tx_dbg()
|
| H A D | phydm_pmac_tx_setting.h | 45 u8 tx_sc; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 192 tmp = (tx_info->tx_sc) | ((tx_info->bw) << 4) | in phydm_set_mac_phy_txinfo_jgr3() 196 if (tx_info->tx_sc == 1) /*upper*/ in phydm_set_mac_phy_txinfo_jgr3() 198 else if (tx_info->tx_sc == 2) /*lower*/ in phydm_set_mac_phy_txinfo_jgr3() 506 tx_info.tx_sc = 0x0; /*duplicate*/ in phydm_pmac_tx_dbg()
|
| H A D | phydm_pmac_tx_setting.h | 45 u8 tx_sc; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 192 tmp = (tx_info->tx_sc) | ((tx_info->bw) << 4) | in phydm_set_mac_phy_txinfo_jgr3() 196 if (tx_info->tx_sc == 1) /*upper*/ in phydm_set_mac_phy_txinfo_jgr3() 198 else if (tx_info->tx_sc == 2) /*lower*/ in phydm_set_mac_phy_txinfo_jgr3() 507 tx_info.tx_sc = 0x0; /*duplicate*/ in phydm_pmac_tx_dbg()
|
| H A D | phydm_pmac_tx_setting.h | 45 u8 tx_sc; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 192 tmp = (tx_info->tx_sc) | ((tx_info->bw) << 4) | in phydm_set_mac_phy_txinfo_jgr3() 196 if (tx_info->tx_sc == 1) /*upper*/ in phydm_set_mac_phy_txinfo_jgr3() 198 else if (tx_info->tx_sc == 2) /*lower*/ in phydm_set_mac_phy_txinfo_jgr3() 506 tx_info.tx_sc = 0x0; /*duplicate*/ in phydm_pmac_tx_dbg()
|
| H A D | phydm_pmac_tx_setting.h | 45 u8 tx_sc; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 192 tmp = (tx_info->tx_sc) | ((tx_info->bw) << 4) | in phydm_set_mac_phy_txinfo_jgr3() 196 if (tx_info->tx_sc == 1) /*upper*/ in phydm_set_mac_phy_txinfo_jgr3() 198 else if (tx_info->tx_sc == 2) /*lower*/ in phydm_set_mac_phy_txinfo_jgr3() 506 tx_info.tx_sc = 0x0; /*duplicate*/ in phydm_pmac_tx_dbg()
|
| H A D | phydm_pmac_tx_setting.h | 45 u8 tx_sc; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 193 tmp = (tx_info->tx_sc) | ((tx_info->bw) << 4) | in phydm_set_mac_phy_txinfo_jgr3() 197 if (tx_info->tx_sc == 1) /*upper*/ in phydm_set_mac_phy_txinfo_jgr3() 199 else if (tx_info->tx_sc == 2) /*lower*/ in phydm_set_mac_phy_txinfo_jgr3() 507 tx_info.tx_sc = 0x0; /*duplicate*/ in phydm_pmac_tx_dbg()
|
| H A D | phydm_pmac_tx_setting.h | 46 u8 tx_sc; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.h | 46 u8 tx_sc; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.h | 47 u8 tx_sc; member
|
| H A D | phydm_pmac_tx_setting.c | 283 tmp = (tx_info->tx_sc) | ((tx_info->bw) << 4) | in phydm_set_mac_phy_txinfo_jgr3() 286 tmp = (tx_info->tx_sc) | ((tx_info->bw) << 4) | in phydm_set_mac_phy_txinfo_jgr3()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.h | 47 u8 tx_sc; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.h | 47 u8 tx_sc; member
|