Searched refs:DEVICE_HEAD_LIST_SIZE (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/qlc/ |
H A D | qlc.c | 837 mdb_alloc(sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE, UM_SLEEP); in qlc_wdog_dcmd() 839 if (mdb_vread(dev, sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE, in qlc_wdog_dcmd() 843 mdb_free(dev, sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE); in qlc_wdog_dcmd() 857 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in qlc_wdog_dcmd() 1000 mdb_free(dev, sizeof (ql_head_t)*DEVICE_HEAD_LIST_SIZE); in qlc_wdog_dcmd() 1503 mdb_alloc(sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE, UM_SLEEP); in qltgtq_dcmd() 1505 if (mdb_vread(dev, sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE, in qltgtq_dcmd() 1509 mdb_free(dev, sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE); in qltgtq_dcmd() 1515 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in qltgtq_dcmd() 1558 mdb_free(dev, sizeof (ql_head_t)*DEVICE_HEAD_LIST_SIZE); in qltgtq_dcmd()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_init.c | 2983 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_configure_n_port_info() 3278 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_configure_device_d_id() 3370 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_configure_device_d_id() 3980 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_abort_isp() 4270 vha->dev = kmem_zalloc(sizeof (*vha->dev) * DEVICE_HEAD_LIST_SIZE, in ql_vport_create() 4311 kmem_free(ha->dev, sizeof (*vha->dev) * DEVICE_HEAD_LIST_SIZE); in ql_vport_destroy()
|
H A D | ql_api.c | 897 DEVICE_HEAD_LIST_SIZE, KM_SLEEP); in ql_attach() 1632 DEVICE_HEAD_LIST_SIZE); in ql_attach() 1846 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_detach() 1961 kmem_free(ha->dev, sizeof (*ha->dev) * DEVICE_HEAD_LIST_SIZE); in ql_detach() 4550 for (index = 0; index < DEVICE_HEAD_LIST_SIZE && in ql_port_manage() 4582 for (index = 0; index < DEVICE_HEAD_LIST_SIZE && in ql_port_manage() 9040 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_update_rscn() 9121 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_process_rscn() 9874 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_watchdog() 9941 index = DEVICE_HEAD_LIST_SIZE; in ql_watchdog() [all …]
|
H A D | ql_xioctl.c | 1036 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_qry_hba_port() 1109 index < DEVICE_HEAD_LIST_SIZE && link == NULL; index++) { in ql_qry_disc_port() 1218 index < DEVICE_HEAD_LIST_SIZE && link == NULL; index++) { in ql_qry_disc_tgt() 4634 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_find_port() 6256 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_get_port_summary() 6289 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_get_port_summary()
|
H A D | ql_ioctl.c | 1917 index < DEVICE_HEAD_LIST_SIZE && link == NULL; index++) { in ql_adm_device_list()
|
H A D | ql_mbx.c | 443 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) { in ql_initialize_ip() 967 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; in ql_target_reset()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 1405 #define DEVICE_HEAD_LIST_SIZE 0x81 macro
|