Home
last modified time | relevance | path

Searched refs:alpa_map (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c1666 port->alpa_map[0] = 1; in emlxs_read_la_mbcmpl()
1667 port->alpa_map[1] = 0; in emlxs_read_la_mbcmpl()
1694 uint8_t *alpa_map; in emlxs_read_la_mbcmpl() local
1702 alpa_map = (uint8_t *)port->alpa_map; in emlxs_read_la_mbcmpl()
1708 "%02x", alpa_map[0], alpa_map[1], in emlxs_read_la_mbcmpl()
1709 alpa_map[2], alpa_map[3], in emlxs_read_la_mbcmpl()
1710 alpa_map[4], alpa_map[5], in emlxs_read_la_mbcmpl()
1711 alpa_map[6], alpa_map[7]); in emlxs_read_la_mbcmpl()
1719 alpa_map[j], in emlxs_read_la_mbcmpl()
1720 alpa_map[j + 1], in emlxs_read_la_mbcmpl()
[all …]
H A Demlxs_fcf.c2974 uint8_t *alpa_map; in emlxs_fc_fcftab_topo_mbcmpl() local
3082 alpa_map = (uint8_t *)port->alpa_map; in emlxs_fc_fcftab_topo_mbcmpl()
3088 alpa_map[0] = 127; in emlxs_fc_fcftab_topo_mbcmpl()
3095 alpa_map[0], alpa_map[1], in emlxs_fc_fcftab_topo_mbcmpl()
3096 alpa_map[2], alpa_map[3], in emlxs_fc_fcftab_topo_mbcmpl()
3097 alpa_map[4], alpa_map[5], in emlxs_fc_fcftab_topo_mbcmpl()
3098 alpa_map[6], alpa_map[7], in emlxs_fc_fcftab_topo_mbcmpl()
3099 alpa_map[8]); in emlxs_fc_fcftab_topo_mbcmpl()
3106 alpa_map[j], in emlxs_fc_fcftab_topo_mbcmpl()
3107 alpa_map[j + 1], in emlxs_fc_fcftab_topo_mbcmpl()
[all …]
H A Demlxs_event.c631 linkinfo->a_alpaCnt = port->alpa_map[0]; in emlxs_log_link_event()
637 bcopy((void *)&port->alpa_map[1], linkinfo->a_alpaMap, in emlxs_log_link_event()
H A Demlxs_dfc.c945 for (i = 0; i < port->alpa_map[0]; i++) { in emlxs_fcio_get_host_params()
946 if (port->alpa_map[i + 1] == port->did) { in emlxs_fcio_get_host_params()
994 for (i = 0; i < port->alpa_map[0]; i++) { in emlxs_fcio_get_host_params()
995 if (port->alpa_map[i + 1] == port->did) { in emlxs_fcio_get_host_params()
1840 for (j = 1; j < port->alpa_map[0]; j++) { in emlxs_fcio_get_dev_list()
1841 if (nlp->nlp_DID == port->alpa_map[j]) { in emlxs_fcio_get_dev_list()
1918 for (j = 1; j < port->alpa_map[0]; j++) { in emlxs_fcio_get_dev_list()
1919 if (nlp->nlp_DID == port->alpa_map[j]) { in emlxs_fcio_get_dev_list()
3979 hbainfo->alpa_count = port->alpa_map[0]; in emlxs_dfc_get_hbainfo()
3980 bcopy((void *)&port->alpa_map[1], hbainfo->alpa_map, in emlxs_dfc_get_hbainfo()
[all …]
H A Demlxs_solaris.c2430 port->alpa_map[0], port->alpa_map[1], port->alpa_map[2], in emlxs_fca_get_map()
2431 port->alpa_map[3], port->alpa_map[4]); in emlxs_fca_get_map()
2442 if (port->alpa_map[0] != 0) { in emlxs_fca_get_map()
2455 lilp_length = (uint32_t)port->alpa_map[0] + 1; in emlxs_fca_get_map()
2464 bcopy((void *)&port->alpa_map, (void *)&mapbuf->lilp_length, in emlxs_fca_get_map()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h371 uint8_t alpa_map[128]; member
H A Demlxs_fc.h1060 uint8_t alpa_map[128]; member