Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1659 bzero(model->pt_7, sizeof (model->pt_7)); in emlxs_parse_prog_types()
1671 model->pt_7[i++] = in emlxs_parse_prog_types()
1673 model->pt_7[i] = 0; in emlxs_parse_prog_types()
1848 if (hba->model_info.pt_7[0]) { in emlxs_build_prog_types()
1854 while ((i < 8) && (hba->model_info.pt_7[i])) { in emlxs_build_prog_types()
1856 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()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_adapters.h361 uint8_t pt_7[8]; /* SLI2 */ member