Home
last modified time | relevance | path

Searched refs:lilp_length (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfcal.h84 uchar_t lilp_length; member
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal_transport.h231 uchar_t lilp_length; member
H A Dfcio.h88 uchar_t lilp_length; member
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Difpio.h195 uchar_t lilp_length; member
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c924 if ((map_ptr->lilp_length > 126) || (map_ptr->lilp_magic != 0x1107)) { in g_get_limited_map()
927 for (i = 0; i < (uint_t)map_ptr->lilp_length; i++) { in g_get_limited_map()
3463 map.lilp_length); in g_rdls()
3465 if (map.lilp_length > sizeof (map.lilp_list)) { in g_rdls()
3469 length = map.lilp_length; in g_rdls()
5153 map.lilp_length = 0; in g_get_port_state()
5155 num_devices = map.lilp_length; in g_get_port_state()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2940 if (lilp_map->lilp_length == 0) { in fp_port_startup()
3768 if (port->fp_lilp_map.lilp_length == 0) { in fp_get_loopmap()
3778 job->job_counter = lilp_map->lilp_length; in fp_get_loopmap()
3786 for (count = 0; count < lilp_map->lilp_length; count++) { in fp_get_loopmap()
3838 if (lilp_map->lilp_length) { in fp_loop_online()
3848 job->job_counter = lilp_map->lilp_length; in fp_loop_online()
3850 for (count = 0; count < lilp_map->lilp_length; count++) { in fp_loop_online()
3936 } else if (lilp_map->lilp_length == 0 && in fp_get_lilpmap()
3939 uchar_t lilp_length; in fp_get_lilpmap() local
3945 lilp_length = sizeof (fp_valid_alpas) / in fp_get_lilpmap()
[all …]
H A Dfctl.c5975 for (index = 0; index < port->fp_lilp_map.lilp_length; index++) { in fctl_is_alpa_present()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c2426 uint32_t lilp_length; in emlxs_fca_get_map() local
2455 lilp_length = (uint32_t)port->alpa_map[0] + 1; in emlxs_fca_get_map()
2458 if (lilp_length > 128) { in emlxs_fca_get_map()
2459 lilp_length = 128; in emlxs_fca_get_map()
2464 bcopy((void *)&port->alpa_map, (void *)&mapbuf->lilp_length, in emlxs_fca_get_map()
2465 lilp_length); in emlxs_fca_get_map()
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c3032 for (i = 0; i < (uint_t)limited_map.lilp_length; i++) { in dump_map()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3348 (caddr_t)&mapbuf->lilp_length) != QL_SUCCESS) { in ql_getmap()
3362 mapbuf->lilp_myalpa, mapbuf->lilp_length, in ql_getmap()