Searched defs:fw_table (Results 1 - 3 of 3) 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

Completed in 59 milliseconds