Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_macsec.c62 struct cn10k_mcs_rxsc *rxsc; in cn10k_mcs_get_rxsc() local
64 list_for_each_entry(rxsc, &cfg->rxsc_list, entry) { in cn10k_mcs_get_rxsc()
65 if (rxsc->sw_rxsc == rx_sc && rxsc->sw_secy == secy) in cn10k_mcs_get_rxsc()
66 return rxsc; in cn10k_mcs_get_rxsc()
237 struct cn10k_mcs_rxsc *rxsc, u8 hw_secy_id) in cn10k_mcs_write_rx_flowid() argument
239 struct macsec_rx_sc *sw_rx_sc = rxsc->sw_rxsc; in cn10k_mcs_write_rx_flowid()
260 req->flow_id = rxsc->hw_flow_id; in cn10k_mcs_write_rx_flowid()
262 req->sc_id = rxsc->hw_sc_id; in cn10k_mcs_write_rx_flowid()
276 struct cn10k_mcs_rxsc *rxsc, u8 hw_secy_id) in cn10k_mcs_write_sc_cam() argument
278 struct macsec_rx_sc *sw_rx_sc = rxsc->sw_rxsc; in cn10k_mcs_write_sc_cam()
[all …]
/linux-6.1.9/drivers/staging/r8188eu/include/
Dodm_HWConfig.h47 u8 rxsc:2; member
57 u8 rxsc:2; member
/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Dodm_HWConfig.h46 u8 rxsc:2; member
56 u8 rxsc:2; member
/linux-6.1.9/drivers/net/wireless/realtek/rtw88/
Drtw8821c.c538 u8 rxsc, bw; in query_phy_status_page1() local
542 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1()
544 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1()
546 if (rxsc >= 1 && rxsc <= 8) in query_phy_status_page1()
548 else if (rxsc >= 9 && rxsc <= 12) in query_phy_status_page1()
550 else if (rxsc >= 13) in query_phy_status_page1()
Drtw8822b.c840 u8 rxsc, bw; in query_phy_status_page1() local
848 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1()
850 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1()
852 if (rxsc >= 1 && rxsc <= 8) in query_phy_status_page1()
854 else if (rxsc >= 9 && rxsc <= 12) in query_phy_status_page1()
856 else if (rxsc >= 13) in query_phy_status_page1()
Drtw8723d.c269 u8 rxsc, bw; in query_phy_status_page1() local
274 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1()
276 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1()
280 else if ((rxsc == 1) || (rxsc == 2)) in query_phy_status_page1()
Drtw8822c.c2583 u8 rxsc, bw; in query_phy_status_page1() local
2592 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1()
2594 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1()
2596 if (rxsc >= 9 && rxsc <= 12) in query_phy_status_page1()
2598 else if (rxsc >= 13) in query_phy_status_page1()
Dmain.h626 u8 rxsc; member
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dtrx.h584 u8 rxsc:2; member
594 u8 rxsc:2; member
614 u8 rxsc:2; member
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dtrx.h520 u8 rxsc:2; member
530 u8 rxsc:2; member
550 u8 rxsc:2; member
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dmac.h64 u8 rxsc:2; member
Dtrx.h69 u8 rxsc:2; member
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dphy.c897 u8 rxsc; in rtw89_phy_cfg_bb_rpl_ofst() local
910 rxsc = RTW89_BB_RXSC_START_IDX_20 + i; in rtw89_phy_cfg_bb_rpl_ofst()
912 gain->rpl_ofst_40[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
921 rxsc = RTW89_BB_RXSC_START_IDX_20 + i; in rtw89_phy_cfg_bb_rpl_ofst()
923 gain->rpl_ofst_80[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
927 rxsc = RTW89_BB_RXSC_START_IDX_40 + i; in rtw89_phy_cfg_bb_rpl_ofst()
929 gain->rpl_ofst_80[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
938 rxsc = RTW89_BB_RXSC_START_IDX_20 + i; in rtw89_phy_cfg_bb_rpl_ofst()
940 gain->rpl_ofst_160[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
944 rxsc = RTW89_BB_RXSC_START_IDX_20_1 + i; in rtw89_phy_cfg_bb_rpl_ofst()
[all …]
/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_def.h174 u8 rxsc:2; member
Dr8192E_dev.c1517 priv->stats.received_bwtype[1+prxsc->rxsc]++; in _rtl92e_query_rxphystatus()
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.h425 u8 rxsc:2; member
435 u8 rxsc:2; member
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Ddef.h420 u8 rxsc:2; member
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dtrx.h348 u8 rxsc:2; member
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dtrx.h385 u8 rxsc:2; member
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dtrx.h350 u8 rxsc:2; member
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/
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-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.h465 u8 rxsc:2; member
/linux-6.1.9/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h581 u8 rxsc:2; member
591 u8 rxsc:2; member
/linux-6.1.9/drivers/staging/rtl8192u/
Dr8192U.h747 u8 rxsc:2; member
Dr8192U_core.c4023 priv->stats.received_bwtype[1 + prxsc->rxsc]++; in rtl8192_query_rxphystatus()