Home
last modified time | relevance | path

Searched refs:pt_20 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1763 bzero(model->pt_20, sizeof (model->pt_20)); in emlxs_parse_prog_types()
1775 model->pt_20[i++] = in emlxs_parse_prog_types()
1777 model->pt_20[i] = 0; in emlxs_parse_prog_types()
1901 if (hba->model_info.pt_20[0]) { in emlxs_build_prog_types()
1907 while ((i < 8) && (hba->model_info.pt_20[i])) { in emlxs_build_prog_types()
1909 hba->model_info.pt_20[i]); in emlxs_build_prog_types()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_adapters.h421 uint8_t pt_20[8]; member