Searched refs:lmt (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_ct.c | 2803 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() 2810 if (phba->lmt & LMT_128Gb) 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() 2819 if (phba->lmt & LMT_256Gb) 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() [all …]
|
H A D | lpfc_attr.c | 4338 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 D | lpfc_els.c | 4194 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 D | lpfc.h | 1085 uint32_t lmt; member
|
H A D | lpfc_hw.h | 2625 uint32_t lmt; member
|
H A D | lpfc_hbadisc.c | 3802 if (phba->lmt & LMT_64Gb) in lpfc_mbx_cmpl_read_topology() 4393 } else if (phba->lmt & LMT_64Gb) { in lpfc_mbx_cmpl_ns_reg_login()
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8851b_table.c | 14882 .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 D | rtw8852b_table.c | 22916 .lmt = &rtw89_8852b_txpwr_lmt_2g, 22920 .lmt = &rtw89_8852b_txpwr_lmt_5g, 22924 .lmt = &rtw89_8852b_tx_shape_lmt,
|
H A D | rtw8852a_table.c | 51055 .lmt = &rtw89_8852a_txpwr_lmt_2g, 51059 .lmt = &rtw89_8852a_txpwr_lmt_5g,
|
H A D | rtw8852c_table.c | 57144 .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,
|
/linux/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.h | 2257 __le16 lmt; member
|
H A D | sli4.c | 4230 sli4->link_module_type = le16_to_cpu(conf->lmt); in sli_get_read_config()
|