Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1641 bzero(model->pt_6, sizeof (model->pt_6)); in emlxs_parse_prog_types()
1653 model->pt_6[i++] = in emlxs_parse_prog_types()
1655 model->pt_6[i] = 0; in emlxs_parse_prog_types()
1840 if (hba->model_info.pt_6[0]) { in emlxs_build_prog_types()
1846 while ((i < 8) && (hba->model_info.pt_6[i])) { in emlxs_build_prog_types()
1848 hba->model_info.pt_6[i]); in emlxs_build_prog_types()
H A Demlxs_download.c5606 ptr = hba->model_info.pt_6; in emlxs_sli1_check()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_adapters.h415 uint8_t pt_6[8]; /* SLI1 */ member