Home
last modified time | relevance | path

Searched refs:sess_hba (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_stats.c177 ihp = isp->sess_hba; in iscsi_sess_kstat_init()
186 isp->sess_hba->hba_oid, isp->sess_oid) >= sizeof (ks_name)) { in iscsi_sess_kstat_init()
227 isp->sess_hba->hba_oid, isp->sess_oid) >= sizeof (ks_name)) { in iscsi_sess_kstat_init()
341 iscsi_hba_t *ihp = isp->sess_hba; in iscsi_conn_kstat_init()
352 icp->conn_sess->sess_hba->hba_oid, icp->conn_sess->sess_oid, in iscsi_conn_kstat_init()
H A Discsi_conn.c114 icp->conn_sess->sess_hba->hba_oid, icp->conn_sess->sess_oid, in iscsi_conn_create()
124 ddi_taskq_create(icp->conn_sess->sess_hba->hba_dip, th_name, 1, in iscsi_conn_create()
136 icp->conn_sess->sess_hba->hba_oid, icp->conn_sess->sess_oid, in iscsi_conn_create()
146 icp->conn_tx_thread = iscsi_thread_create(isp->sess_hba->hba_dip, in iscsi_conn_create()
699 ihp = isp->sess_hba; in iscsi_conn_sync_params()
847 name = (char *)isp->sess_hba->hba_name; in iscsi_conn_sync_params()
H A Discsi_sess.c239 isp->sess_hba = ihp; in iscsi_sess_create()
424 ihp = isp->sess_hba; in iscsi_sess_online()
542 ihp = isp->sess_hba; in iscsi_sess_destroy()
699 if (isp->sess_hba == (iscsi_hba_t *)NULL) { in iscsi_sess_set_auth()
703 init_name = (char *)isp->sess_hba->hba_name; in iscsi_sess_set_auth()
1176 ihp = isp->sess_hba; in iscsi_sess_state_free()
1362 ihp = isp->sess_hba; in iscsi_sess_state_failed()
1533 ihp = isp->sess_hba; in iscsi_sess_state_flushed()
1622 ihp = isp->sess_hba; in iscsi_sess_threads_create()
1783 ihp = isp->sess_hba; in iscsi_sess_reportluns()
[all …]
H A Discsi_login.c92 ihp = isp->sess_hba; in iscsi_login_start()
722 if ((isp->sess_hba->hba_name) && in iscsi_make_login_pdu()
723 (isp->sess_hba->hba_name[0])) { in iscsi_make_login_pdu()
726 (char *)isp->sess_hba->hba_name)) { in iscsi_make_login_pdu()
736 if ((isp->sess_hba->hba_alias) && in iscsi_make_login_pdu()
737 (isp->sess_hba->hba_alias[0])) { in iscsi_make_login_pdu()
740 (char *)isp->sess_hba->hba_alias)) { in iscsi_make_login_pdu()
2153 ihp = isp->sess_hba; in iscsi_login_connect()
2177 cr.cr_li = icp->conn_sess->sess_hba->hba_li; in iscsi_login_connect()
H A Discsi_lun.c81 ihp = isp->sess_hba; in iscsi_lun_create()
311 ihp = isp->sess_hba; in iscsi_lun_virt_create()
424 ihp = isp->sess_hba; in iscsi_lun_phys_create()
429 if (ddi_prop_lookup_string(DDI_DEV_T_ANY, isp->sess_hba->hba_dip, in iscsi_lun_phys_create()
H A Discsi.h875 struct iscsi_hba *sess_hba; member
H A Discsi_cmd.c730 ihp = isp->sess_hba; in iscsi_cmd_state_active()
H A Discsi.c845 pkt = scsi_hba_pkt_alloc(ilp->lun_sess->sess_hba->hba_dip, in iscsi_tran_init_pkt()
2016 bcopy(&(isp->sess_hba-> in iscsi_ioctl()
H A Discsi_io.c2762 ASSERT(isp->sess_hba != NULL); in iscsi_handle_logout()