Home
last modified time | relevance | path

Searched refs:emlxs_fw_table (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c49 emlxs_firmware_t emlxs_fw_table[] = EMLXS_FW_TABLE; variable
50 int emlxs_fw_count = sizeof (emlxs_fw_table) / sizeof (emlxs_firmware_t);
2891 emlxs_fw_table[i].label); in emlxs_fw_show()
H A Demlxs_sli3.c730 if (emlxs_fw_table[i].id == hba->model_info.fwid) { in emlxs_sli3_online()
731 fw = &emlxs_fw_table[i]; in emlxs_sli3_online()
H A Demlxs_sli4.c746 if (emlxs_fw_table[i].id == hba->model_info.fwid) { in emlxs_sli4_online()
747 fw = &emlxs_fw_table[i]; in emlxs_sli4_online()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h629 extern emlxs_firmware_t emlxs_fw_table[];