Searched defs:alpa_map (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c1553 bcopy((caddr_t)mp->virt, (caddr_t)port->alpa_map, 128);
1555 bzero((caddr_t)port->alpa_map, 128);
1598 port->alpa_map[0] = 1;
1599 port->alpa_map[1] = 0;
1624 port->alpa_map[0] = 0;
1626 uint8_t *alpa_map; local
1630 if (port->alpa_map[0] > 127) {
1631 port->alpa_map[0] = 127;
1634 alpa_map = (uint8_t *)port->alpa_map;
[all...]
H A Demlxs_fcf.c2974 uint8_t *alpa_map; local
3063 bzero((caddr_t)port->alpa_map, 128);
3078 /* Save the granted_alpa and alpa_map */
3082 alpa_map = (uint8_t *)port->alpa_map;
3084 bcopy((caddr_t)mp->virt, (caddr_t)alpa_map, 128);
3087 if (alpa_map[0] > 127) {
3088 alpa_map[0] = 127;
3093 "alpa_map: %d device(s): "
3095 alpa_map[
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h371 uint8_t alpa_map[128]; member in struct:dfc_hbainfo
H A Demlxs_fc.h1056 uint8_t alpa_map[128]; member in struct:emlxs_port

Completed in 98 milliseconds