Home
last modified time | relevance | path

Searched refs:lmt (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dphy.c1660 s8 lmt = 0, sar; in rtw89_phy_read_txpwr_limit() local
1664 lmt = (*rule_2ghz->lmt)[bw][ntx][rs][bf][regd][ch_idx]; in rtw89_phy_read_txpwr_limit()
1665 if (lmt) in rtw89_phy_read_txpwr_limit()
1668 lmt = (*rule_2ghz->lmt)[bw][ntx][rs][bf][RTW89_WW][ch_idx]; in rtw89_phy_read_txpwr_limit()
1671 lmt = (*rule_5ghz->lmt)[bw][ntx][rs][bf][regd][ch_idx]; in rtw89_phy_read_txpwr_limit()
1672 if (lmt) in rtw89_phy_read_txpwr_limit()
1675 lmt in rtw89_phy_read_txpwr_limit()
1709 rtw89_phy_fill_txpwr_limit_20m(struct rtw89_dev *rtwdev, struct rtw89_txpwr_limit *lmt, u8 band, u8 ntx, u8 ch) rtw89_phy_fill_txpwr_limit_20m() argument
1724 rtw89_phy_fill_txpwr_limit_40m(struct rtw89_dev *rtwdev, struct rtw89_txpwr_limit *lmt, u8 band, u8 ntx, u8 ch, u8 pri_ch) rtw89_phy_fill_txpwr_limit_40m() argument
1745 rtw89_phy_fill_txpwr_limit_80m(struct rtw89_dev *rtwdev, struct rtw89_txpwr_limit *lmt, u8 band, u8 ntx, u8 ch, u8 pri_ch) rtw89_phy_fill_txpwr_limit_80m() argument
1786 rtw89_phy_fill_txpwr_limit_160m(struct rtw89_dev *rtwdev, struct rtw89_txpwr_limit *lmt, u8 band, u8 ntx, u8 ch, u8 pri_ch) rtw89_phy_fill_txpwr_limit_160m() argument
1873 rtw89_phy_fill_txpwr_limit(struct rtw89_dev *rtwdev, const struct rtw89_chan *chan, struct rtw89_txpwr_limit *lmt, u8 ntx) rtw89_phy_fill_txpwr_limit() argument
2186 struct rtw89_txpwr_limit lmt; rtw89_phy_set_txpwr_limit() local
[all...]
H A Dcore.h3266 const s8 (*lmt)[RTW89_2G_BW_NUM][RTW89_NTX_NUM] member
3274 const s8 (*lmt)[RTW89_5G_BW_NUM][RTW89_NTX_NUM] member
3282 const s8 (*lmt)[RTW89_6G_BW_NUM][RTW89_NTX_NUM] member
H A Drtw8851b_table.c14814 .lmt = &rtw89_8851b_txpwr_lmt_2g,
14818 .lmt = &rtw89_8851b_txpwr_lmt_5g,
14825 .lmt = &rtw89_8851b_txpwr_lmt_2g_type2,
14829 .lmt = &rtw89_8851b_txpwr_lmt_5g_type2,
H A Drtw8852b_table.c22885 .lmt = &rtw89_8852b_txpwr_lmt_2g,
22889 .lmt = &rtw89_8852b_txpwr_lmt_5g,
H A Drtw8852c_table.c[all...]
H A Drtw8852a_table.c[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_ct.c2814 if (phba->lmt & LMT_64Gb) in lpfc_fdmi_port_attr_support_speed()
2816 if (phba->lmt & LMT_32Gb) in lpfc_fdmi_port_attr_support_speed()
2818 if (phba->lmt & LMT_16Gb) in lpfc_fdmi_port_attr_support_speed()
2821 if (phba->lmt & LMT_128Gb) in lpfc_fdmi_port_attr_support_speed()
2823 if (phba->lmt & LMT_64Gb) in lpfc_fdmi_port_attr_support_speed()
2825 if (phba->lmt & LMT_32Gb) in lpfc_fdmi_port_attr_support_speed()
2827 if (phba->lmt & LMT_16Gb) in lpfc_fdmi_port_attr_support_speed()
2830 if (phba->lmt & LMT_256Gb) in lpfc_fdmi_port_attr_support_speed()
2832 if (phba->lmt & LMT_128Gb) in lpfc_fdmi_port_attr_support_speed()
2834 if (phba->lmt in lpfc_fdmi_port_attr_support_speed()
[all...]
H A Dlpfc_init.c529 phba->lmt = mb->un.varRdConfig.lmt; in lpfc_config_port_post()
775 !(phba->lmt & LMT_1Gb)) || in lpfc_hba_init_link_fc_topology()
777 !(phba->lmt & LMT_2Gb)) || in lpfc_hba_init_link_fc_topology()
779 !(phba->lmt & LMT_4Gb)) || in lpfc_hba_init_link_fc_topology()
781 !(phba->lmt & LMT_8Gb)) || in lpfc_hba_init_link_fc_topology()
783 !(phba->lmt & LMT_10Gb)) || in lpfc_hba_init_link_fc_topology()
785 !(phba->lmt & LMT_16Gb)) || in lpfc_hba_init_link_fc_topology()
787 !(phba->lmt & LMT_32Gb)) || in lpfc_hba_init_link_fc_topology()
789 !(phba->lmt in lpfc_hba_init_link_fc_topology()
[all...]
H A Dlpfc_attr.c4328 if (((val == LPFC_USER_LINK_SPEED_1G) && !(phba->lmt & LMT_1Gb)) || in lpfc_link_speed_store()
4329 ((val == LPFC_USER_LINK_SPEED_2G) && !(phba->lmt & LMT_2Gb)) || in lpfc_link_speed_store()
4330 ((val == LPFC_USER_LINK_SPEED_4G) && !(phba->lmt & LMT_4Gb)) || in lpfc_link_speed_store()
4331 ((val == LPFC_USER_LINK_SPEED_8G) && !(phba->lmt & LMT_8Gb)) || in lpfc_link_speed_store()
4332 ((val == LPFC_USER_LINK_SPEED_10G) && !(phba->lmt & LMT_10Gb)) || in lpfc_link_speed_store()
4333 ((val == LPFC_USER_LINK_SPEED_16G) && !(phba->lmt & LMT_16Gb)) || in lpfc_link_speed_store()
4334 ((val == LPFC_USER_LINK_SPEED_32G) && !(phba->lmt & LMT_32Gb)) || in lpfc_link_speed_store()
4335 ((val == LPFC_USER_LINK_SPEED_64G) && !(phba->lmt & LMT_64Gb))) { in lpfc_link_speed_store()
H A Dlpfc_els.c4234 if (!(phba->lmt & LMT_64Gb)) in lpfc_link_is_lds_capable()
6986 if (phba->lmt & LMT_256Gb) in lpfc_rdp_res_speed()
6988 if (phba->lmt & LMT_128Gb) in lpfc_rdp_res_speed()
6990 if (phba->lmt & LMT_64Gb) in lpfc_rdp_res_speed()
6992 if (phba->lmt & LMT_32Gb) in lpfc_rdp_res_speed()
6994 if (phba->lmt & LMT_16Gb) in lpfc_rdp_res_speed()
6996 if (phba->lmt & LMT_10Gb) in lpfc_rdp_res_speed()
6998 if (phba->lmt & LMT_8Gb) in lpfc_rdp_res_speed()
7000 if (phba->lmt & LMT_4Gb) in lpfc_rdp_res_speed()
7002 if (phba->lmt in lpfc_rdp_res_speed()
[all...]
H A Dlpfc.h1066 uint32_t lmt; member
H A Dlpfc_hw.h2603 uint32_t lmt; member
H A Dlpfc_hbadisc.c3825 if (phba->lmt & LMT_64Gb) in lpfc_mbx_cmpl_read_topology()
4430 } else if (phba->lmt & LMT_64Gb) { in lpfc_mbx_cmpl_ns_reg_login()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_init.c522 phba->lmt = mb->un.varRdConfig.lmt; in lpfc_config_port_post()
716 !(phba->lmt & LMT_1Gb)) || in lpfc_hba_init_link_fc_topology()
718 !(phba->lmt & LMT_2Gb)) || in lpfc_hba_init_link_fc_topology()
720 !(phba->lmt & LMT_4Gb)) || in lpfc_hba_init_link_fc_topology()
722 !(phba->lmt & LMT_8Gb)) || in lpfc_hba_init_link_fc_topology()
724 !(phba->lmt & LMT_10Gb)) || in lpfc_hba_init_link_fc_topology()
726 !(phba->lmt & LMT_16Gb)) || in lpfc_hba_init_link_fc_topology()
728 !(phba->lmt & LMT_32Gb)) || in lpfc_hba_init_link_fc_topology()
730 !(phba->lmt in lpfc_hba_init_link_fc_topology()
[all...]
H A Dlpfc_ct.c2492 if (phba->lmt & LMT_128Gb) in lpfc_fdmi_port_attr_support_speed()
2494 if (phba->lmt & LMT_64Gb) in lpfc_fdmi_port_attr_support_speed()
2496 if (phba->lmt & LMT_32Gb) in lpfc_fdmi_port_attr_support_speed()
2498 if (phba->lmt & LMT_16Gb) in lpfc_fdmi_port_attr_support_speed()
2500 if (phba->lmt & LMT_10Gb) in lpfc_fdmi_port_attr_support_speed()
2502 if (phba->lmt & LMT_8Gb) in lpfc_fdmi_port_attr_support_speed()
2504 if (phba->lmt & LMT_4Gb) in lpfc_fdmi_port_attr_support_speed()
2506 if (phba->lmt & LMT_2Gb) in lpfc_fdmi_port_attr_support_speed()
2508 if (phba->lmt & LMT_1Gb) in lpfc_fdmi_port_attr_support_speed()
H A Dlpfc_attr.c4524 if (((val == LPFC_USER_LINK_SPEED_1G) && !(phba->lmt & LMT_1Gb)) || in lpfc_link_speed_store()
4525 ((val == LPFC_USER_LINK_SPEED_2G) && !(phba->lmt & LMT_2Gb)) || in lpfc_link_speed_store()
4526 ((val == LPFC_USER_LINK_SPEED_4G) && !(phba->lmt & LMT_4Gb)) || in lpfc_link_speed_store()
4527 ((val == LPFC_USER_LINK_SPEED_8G) && !(phba->lmt & LMT_8Gb)) || in lpfc_link_speed_store()
4528 ((val == LPFC_USER_LINK_SPEED_10G) && !(phba->lmt & LMT_10Gb)) || in lpfc_link_speed_store()
4529 ((val == LPFC_USER_LINK_SPEED_16G) && !(phba->lmt & LMT_16Gb)) || in lpfc_link_speed_store()
4530 ((val == LPFC_USER_LINK_SPEED_32G) && !(phba->lmt & LMT_32Gb)) || in lpfc_link_speed_store()
4531 ((val == LPFC_USER_LINK_SPEED_64G) && !(phba->lmt & LMT_64Gb))) { in lpfc_link_speed_store()
H A Dlpfc_els.c5882 if (phba->lmt & LMT_128Gb) in lpfc_rdp_res_speed()
5884 if (phba->lmt & LMT_64Gb) in lpfc_rdp_res_speed()
5886 if (phba->lmt & LMT_32Gb) in lpfc_rdp_res_speed()
5888 if (phba->lmt & LMT_16Gb) in lpfc_rdp_res_speed()
5890 if (phba->lmt & LMT_10Gb) in lpfc_rdp_res_speed()
5892 if (phba->lmt & LMT_8Gb) in lpfc_rdp_res_speed()
5894 if (phba->lmt & LMT_4Gb) in lpfc_rdp_res_speed()
5896 if (phba->lmt & LMT_2Gb) in lpfc_rdp_res_speed()
5898 if (phba->lmt & LMT_1Gb) in lpfc_rdp_res_speed()
H A Dlpfc.h810 uint32_t lmt; member
H A Dlpfc_hw.h2431 uint32_t lmt; member
/kernel/linux/linux-6.6/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()

Completed in 193 milliseconds