Home
last modified time | relevance | path

Searched refs:lmt (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dphy_be.c591 struct rtw89_txpwr_limit_be *lmt, in phy_fill_limit_20m_be() argument
598 fill_limit_nonbf_bf(rtwdev, &lmt->ofdm, band, in phy_fill_limit_20m_be()
605 struct rtw89_txpwr_limit_be *lmt, in phy_fill_limit_40m_be() argument
613 fill_limit_nonbf_bf(rtwdev, &lmt->ofdm, band, in phy_fill_limit_40m_be()
625 struct rtw89_txpwr_limit_be *lmt, in phy_fill_limit_80m_be() argument
652 struct rtw89_txpwr_limit_be *lmt, in phy_fill_limit_160m_be() argument
701 struct rtw89_txpwr_limit_be *lmt, in phy_fill_limit_320m_be() argument
790 struct rtw89_txpwr_limit_be *lmt, in rtw89_phy_fill_limit_be() argument
798 memset(lmt, 0, sizeof(*lmt)); in rtw89_phy_fill_limit_be()
823 struct rtw89_txpwr_limit_be lmt; in rtw89_phy_set_txpwr_limit_be() local
[all …]
H A Dphy.c2272 lmt = (*rule_2ghz->lmt)[bw][ntx][rs][bf][regd][ch_idx]; in rtw89_phy_read_txpwr_limit()
2273 if (lmt) in rtw89_phy_read_txpwr_limit()
2276 lmt = (*rule_2ghz->lmt)[bw][ntx][rs][bf][RTW89_WW][ch_idx]; in rtw89_phy_read_txpwr_limit()
2279 lmt = (*rule_5ghz->lmt)[bw][ntx][rs][bf][regd][ch_idx]; in rtw89_phy_read_txpwr_limit()
2280 if (lmt) in rtw89_phy_read_txpwr_limit()
2283 lmt = (*rule_5ghz->lmt)[bw][ntx][rs][bf][RTW89_WW][ch_idx]; in rtw89_phy_read_txpwr_limit()
2286 lmt = (*rule_6ghz->lmt)[bw][ntx][rs][bf][regd][reg6][ch_idx]; in rtw89_phy_read_txpwr_limit()
2287 if (lmt) in rtw89_phy_read_txpwr_limit()
2290 lmt = (*rule_6ghz->lmt)[bw][ntx][rs][bf][RTW89_WW] in rtw89_phy_read_txpwr_limit()
2300 lmt = rtw89_phy_txpwr_rf_to_mac(rtwdev, lmt + offset); in rtw89_phy_read_txpwr_limit()
[all …]
H A Drtw8851b_table.c14882 .lmt = &rtw89_8851b_txpwr_lmt_2g,
14886 .lmt = &rtw89_8851b_txpwr_lmt_5g,
14890 .lmt = &rtw89_8851b_tx_shape_lmt,
14898 .lmt = &rtw89_8851b_txpwr_lmt_2g_type2,
14902 .lmt = &rtw89_8851b_txpwr_lmt_5g_type2,
14906 .lmt = &rtw89_8851b_tx_shape_lmt,
H A Ddebug.c898 const struct txpwr_map *lmt; member
904 .lmt = &__txpwr_map_lmt_ax,
910 .lmt = &__txpwr_map_lmt_be,
984 n = __print_txpwr_map(rtwdev, p, end - p, tbl->lmt); in rtw89_debug_priv_txpwr_table_get()
H A Drtw8852b_common.c1329 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8852bx_set_tx_shape()
1330 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8852bx_set_tx_shape()
H A Drtw8851b.c1757 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8851b_set_tx_shape()
1758 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8851b_set_tx_shape()
H A Dcore.h3954 const s8 (*lmt)[RTW89_2G_BW_NUM][RTW89_NTX_NUM] member
3962 const s8 (*lmt)[RTW89_5G_BW_NUM][RTW89_NTX_NUM] member
3970 const s8 (*lmt)[RTW89_6G_BW_NUM][RTW89_NTX_NUM] member
3980 const u8 (*lmt)[RTW89_BAND_NUM][RTW89_RS_TX_SHAPE_NUM][RTW89_REGD_NUM]; member
H A Drtw8852b_table.c22916 .lmt = &rtw89_8852b_txpwr_lmt_2g,
22920 .lmt = &rtw89_8852b_txpwr_lmt_5g,
22924 .lmt = &rtw89_8852b_tx_shape_lmt,
H A Drtw8852c.c2056 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8852c_set_tx_shape()
2057 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8852c_set_tx_shape()
H A Drtw8852a_table.c51055 .lmt = &rtw89_8852a_txpwr_lmt_2g,
51059 .lmt = &rtw89_8852a_txpwr_lmt_5g,
H A Dfw.c9132 parms->rule_2ghz.lmt = &rfe_data->lmt_2ghz.v; in rtw89_load_rfe_data_from_fw()
9137 parms->rule_5ghz.lmt = &rfe_data->lmt_5ghz.v; in rtw89_load_rfe_data_from_fw()
9142 parms->rule_6ghz.lmt = &rfe_data->lmt_6ghz.v; in rtw89_load_rfe_data_from_fw()
9162 parms->tx_shape.lmt = &rfe_data->tx_shape_lmt.v; in rtw89_load_rfe_data_from_fw()
H A Drtw8852c_table.c57144 .lmt = &rtw89_8852c_txpwr_lmt_2g,
57148 .lmt = &rtw89_8852c_txpwr_lmt_5g,
57152 .lmt = &rtw89_8852c_txpwr_lmt_6g,
57156 .lmt = &rtw89_8852c_tx_shape_lmt,
H A Drtw8922a.c2228 tx_shape_idx = (*tx_shape->lmt)[band][RTW89_RS_OFDM][regd]; in rtw8922a_set_tx_shape()
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_ct.c2803 if (phba->lmt & LMT_64Gb) in lpfc_fdmi_port_attr_support_speed()
2805 if (phba->lmt & LMT_32Gb) in lpfc_fdmi_port_attr_support_speed()
2807 if (phba->lmt & LMT_16Gb) in lpfc_fdmi_port_attr_support_speed()
2812 if (phba->lmt & LMT_64Gb) in lpfc_fdmi_port_attr_support_speed()
2814 if (phba->lmt & LMT_32Gb) in lpfc_fdmi_port_attr_support_speed()
2816 if (phba->lmt & LMT_16Gb) in lpfc_fdmi_port_attr_support_speed()
2823 if (phba->lmt & LMT_64Gb) in lpfc_fdmi_port_attr_support_speed()
2831 if (phba->lmt & LMT_8Gb) in lpfc_fdmi_port_attr_support_speed()
2833 if (phba->lmt & LMT_4Gb) in lpfc_fdmi_port_attr_support_speed()
2835 if (phba->lmt & LMT_2Gb) in lpfc_fdmi_port_attr_support_speed()
[all …]
H A Dlpfc_init.c530 phba->lmt = mb->un.varRdConfig.lmt; in lpfc_config_port_post()
2534 if (phba->lmt & LMT_64Gb) in lpfc_get_hba_model_desc()
4977 if (phba->lmt & LMT_64Gb) in lpfc_host_supported_speeds_set()
4979 if (phba->lmt & LMT_32Gb) in lpfc_host_supported_speeds_set()
4981 if (phba->lmt & LMT_16Gb) in lpfc_host_supported_speeds_set()
4985 if (phba->lmt & LMT_8Gb) in lpfc_host_supported_speeds_set()
4987 if (phba->lmt & LMT_4Gb) in lpfc_host_supported_speeds_set()
4989 if (phba->lmt & LMT_2Gb) in lpfc_host_supported_speeds_set()
4991 if (phba->lmt & LMT_1Gb) in lpfc_host_supported_speeds_set()
6543 phba->lmt = 0; in lpfc_sli4_async_sli_evt()
[all …]
H A Dlpfc_attr.c4338 if (((val == LPFC_USER_LINK_SPEED_1G) && !(phba->lmt & LMT_1Gb)) || in lpfc_link_speed_store()
4339 ((val == LPFC_USER_LINK_SPEED_2G) && !(phba->lmt & LMT_2Gb)) || in lpfc_link_speed_store()
4340 ((val == LPFC_USER_LINK_SPEED_4G) && !(phba->lmt & LMT_4Gb)) || in lpfc_link_speed_store()
4341 ((val == LPFC_USER_LINK_SPEED_8G) && !(phba->lmt & LMT_8Gb)) || in lpfc_link_speed_store()
4342 ((val == LPFC_USER_LINK_SPEED_10G) && !(phba->lmt & LMT_10Gb)) || in lpfc_link_speed_store()
4343 ((val == LPFC_USER_LINK_SPEED_16G) && !(phba->lmt & LMT_16Gb)) || in lpfc_link_speed_store()
4344 ((val == LPFC_USER_LINK_SPEED_32G) && !(phba->lmt & LMT_32Gb)) || in lpfc_link_speed_store()
4345 ((val == LPFC_USER_LINK_SPEED_64G) && !(phba->lmt & LMT_64Gb))) { in lpfc_link_speed_store()
H A Dlpfc_els.c4194 if (!(phba->lmt & LMT_64Gb)) in lpfc_link_is_lds_capable()
6916 if (phba->lmt & LMT_256Gb) in lpfc_rdp_res_speed()
6918 if (phba->lmt & LMT_128Gb) in lpfc_rdp_res_speed()
6920 if (phba->lmt & LMT_64Gb) in lpfc_rdp_res_speed()
6922 if (phba->lmt & LMT_32Gb) in lpfc_rdp_res_speed()
6924 if (phba->lmt & LMT_16Gb) in lpfc_rdp_res_speed()
6926 if (phba->lmt & LMT_10Gb) in lpfc_rdp_res_speed()
6928 if (phba->lmt & LMT_8Gb) in lpfc_rdp_res_speed()
6930 if (phba->lmt & LMT_4Gb) in lpfc_rdp_res_speed()
6932 if (phba->lmt & LMT_2Gb) in lpfc_rdp_res_speed()
[all …]
H A Dlpfc.h1084 uint32_t lmt; member
H A Dlpfc_hw.h2625 uint32_t lmt; member
H A Dlpfc_hbadisc.c3808 if (phba->lmt & LMT_64Gb) in lpfc_mbx_cmpl_read_topology()
4399 } else if (phba->lmt & LMT_64Gb) { in lpfc_mbx_cmpl_ns_reg_login()
/linux-6.15/drivers/scsi/elx/libefc_sli/
H A Dsli4.h2257 __le16 lmt; member
H A Dsli4.c4230 sli4->link_module_type = le16_to_cpu(conf->lmt); in sli_get_read_config()