Searched refs:fw_table (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fw.c88 emlxs_firmware_t *fw_table; local
91 fw_table = emlxs_fw_mod_table;
92 for (i = 0; i < emlxs_fw_mod_count; i++, fw_table++) {
94 if ((fw_table->id == fw->id) &&
95 (fw_table->kern == fw->kern) &&
96 (fw_table->stub == fw->stub) &&
97 (fw_table->sli1 == fw->sli1) &&
98 (fw_table->sli2 == fw->sli2) &&
99 (fw_table->sli3 == fw->sli3) &&
100 (fw_table
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c390 struct fw_table fw_table[10], *fwt = NULL; local
414 if (mdb_readvar(&fw_table, "fw_table") == -1) {
436 for (fwt = &fw_table[0]; fwt->fw_class; fwt++) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1025 struct fw_table { struct
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c17031 struct fw_table *fwt;
17032 extern struct fw_table fw_table[];
17043 /* make sure the fw_class is in the fw_table of supported classes */
17044 for (fwt = &fw_table[0]; fwt->fw_version; fwt++) {
17050 "in driver's fw_table", QL_NAME, ha->instance,
17169 * compiled in fw_table version.

Completed in 88 milliseconds