Searched refs:lilp_length (Results 1 – 10 of 10) sorted by relevance
84 uchar_t lilp_length; member
231 uchar_t lilp_length; member
88 uchar_t lilp_length; member
195 uchar_t lilp_length; member
924 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()
2940 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() local3945 lilp_length = sizeof (fp_valid_alpas) / in fp_get_lilpmap()[all …]
5975 for (index = 0; index < port->fp_lilp_map.lilp_length; index++) { in fctl_is_alpa_present()
2426 uint32_t lilp_length; in emlxs_fca_get_map() local2455 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()
3032 for (i = 0; i < (uint_t)limited_map.lilp_length; i++) { in dump_map()
3348 (caddr_t)&mapbuf->lilp_length) != QL_SUCCESS) { in ql_getmap()3362 mapbuf->lilp_myalpa, mapbuf->lilp_length, in ql_getmap()