Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c84 struct cn10k_mcs_rxsc *rxsc; in cn10k_mcs_get_rxsc() local
86 list_for_each_entry(rxsc, &cfg->rxsc_list, entry) { in cn10k_mcs_get_rxsc()
87 if (rxsc->sw_rxsc == rx_sc && rxsc->sw_secy == secy) in cn10k_mcs_get_rxsc()
88 return rxsc; in cn10k_mcs_get_rxsc()
282 struct cn10k_mcs_rxsc *rxsc, u8 hw_secy_id) in cn10k_mcs_write_rx_flowid() argument
284 struct macsec_rx_sc *sw_rx_sc = rxsc->sw_rxsc; in cn10k_mcs_write_rx_flowid()
285 struct macsec_secy *secy = rxsc->sw_secy; in cn10k_mcs_write_rx_flowid()
312 req->flow_id = rxsc->hw_flow_id; in cn10k_mcs_write_rx_flowid()
314 req->sc_id = rxsc->hw_sc_id; in cn10k_mcs_write_rx_flowid()
328 struct cn10k_mcs_rxsc *rxsc, u8 hw_secy_id) in cn10k_mcs_write_sc_cam() argument
[all …]
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8703b.h57 u8 rxsc: 2; member
67 u8 rxsc: 2; member
H A Drtw8821c.c639 u8 rxsc, bw; in query_phy_status_page1() local
643 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1()
645 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1()
647 if (rxsc >= 1 && rxsc <= 8) in query_phy_status_page1()
649 else if (rxsc >= 9 && rxsc <= 12) in query_phy_status_page1()
651 else if (rxsc >= 13) in query_phy_status_page1()
H A Drtw8822b.c862 u8 rxsc, bw; in query_phy_status_page1() local
870 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1()
872 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1()
874 if (rxsc >= 1 && rxsc <= 8) in query_phy_status_page1()
876 else if (rxsc >= 9 && rxsc <= 12) in query_phy_status_page1()
878 else if (rxsc >= 13) in query_phy_status_page1()
H A Drtw8822c.c2606 u8 rxsc, bw; in query_phy_status_page1() local
2615 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1()
2617 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1()
2619 if (rxsc == 0) in query_phy_status_page1()
2621 else if (rxsc >= 1 && rxsc <= 8) in query_phy_status_page1()
2623 else if (rxsc >= 9 && rxsc <= 12) in query_phy_status_page1()
H A Dmain.h660 u8 rxsc; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dtrx_common.h386 u8 rxsc:2; member
390 u8 rxsc:2; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.h520 u8 rxsc:2; member
530 u8 rxsc:2; member
550 u8 rxsc:2; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.h584 u8 rxsc:2; member
594 u8 rxsc:2; member
614 u8 rxsc:2; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.h64 u8 rxsc:2; member
H A Dtrx.h66 u8 rxsc:2; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.h425 u8 rxsc:2; member
435 u8 rxsc:2; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Ddef.h420 u8 rxsc:2; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.h348 u8 rxsc:2; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.h350 u8 rxsc:2; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c1442 u8 rxsc; in rtw89_phy_cfg_bb_rpl_ofst() local
1455 rxsc = RTW89_BB_RXSC_START_IDX_20 + i; in rtw89_phy_cfg_bb_rpl_ofst()
1457 gain->rpl_ofst_40[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
1466 rxsc = RTW89_BB_RXSC_START_IDX_20 + i; in rtw89_phy_cfg_bb_rpl_ofst()
1468 gain->rpl_ofst_80[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
1472 rxsc = RTW89_BB_RXSC_START_IDX_40 + i; in rtw89_phy_cfg_bb_rpl_ofst()
1474 gain->rpl_ofst_80[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
1483 rxsc = RTW89_BB_RXSC_START_IDX_20 + i; in rtw89_phy_cfg_bb_rpl_ofst()
1485 gain->rpl_ofst_160[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
1489 rxsc = RTW89_BB_RXSC_START_IDX_20_1 + i; in rtw89_phy_cfg_bb_rpl_ofst()
[all …]
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c65 const struct macsec_rx_sc *rxsc) in aq_get_rxsc_idx_from_rxsc() argument
69 if (unlikely(!rxsc)) in aq_get_rxsc_idx_from_rxsc()
73 if (macsec_cfg->aq_rxsc[i].sw_rxsc == rxsc) in aq_get_rxsc_idx_from_rxsc()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c5745 u8 pwdb_max = 0, rxsc; in jaguar2_rx_parse_phystats_type1() local
5762 rxsc = phy_stats1->l_rxsc; in jaguar2_rx_parse_phystats_type1()
5764 rxsc = phy_stats1->ht_rxsc; in jaguar2_rx_parse_phystats_type1()
5766 if (phy_stats1->rf_mode == 0 || rxsc == 1 || rxsc == 2) in jaguar2_rx_parse_phystats_type1()