Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1691 bzero(model->pt_A, sizeof (model->pt_A)); in emlxs_parse_prog_types()
1703 model->pt_A[i++] = in emlxs_parse_prog_types()
1870 if (hba->model_info.pt_A[0]) { in emlxs_build_prog_types()
1876 while ((i < 8) && (hba->model_info.pt_A[i])) { in emlxs_build_prog_types()
1878 hba->model_info.pt_A[i]); in emlxs_build_prog_types()
H A Demlxs_download.c5684 ptr = hba->model_info.pt_A; in emlxs_sbus_fcode_check()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_adapters.h417 uint8_t pt_A[8]; /* SBUS FCODE */ member