Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1715 bzero(model->pt_B, sizeof (model->pt_B)); in emlxs_parse_prog_types()
1727 model->pt_B[i++] = in emlxs_parse_prog_types()
1886 if (hba->model_info.pt_B[0]) { in emlxs_build_prog_types()
1892 while ((i < 8) && (hba->model_info.pt_B[i])) { in emlxs_build_prog_types()
1894 hba->model_info.pt_B[i]); in emlxs_build_prog_types()
H A Demlxs_download.c5644 ptr = hba->model_info.pt_B; in emlxs_sli3_check()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_adapters.h418 uint8_t pt_B[8]; /* SLI3 */ member