Home
last modified time | relevance | path

Searched refs:pt_7 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1666 bzero(model->pt_7, sizeof (model->pt_7)); in emlxs_parse_prog_types()
1678 model->pt_7[i++] = in emlxs_parse_prog_types()
1680 model->pt_7[i] = 0; in emlxs_parse_prog_types()
1855 if (hba->model_info.pt_7[0]) { in emlxs_build_prog_types()
1861 while ((i < 8) && (hba->model_info.pt_7[i])) { in emlxs_build_prog_types()
1863 hba->model_info.pt_7[i]); in emlxs_build_prog_types()
H A Demlxs_download.c5625 ptr = hba->model_info.pt_7; in emlxs_sli2_check()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_adapters.h416 uint8_t pt_7[8]; /* SLI2 */ member