Home
last modified time | relevance | path

Searched refs:is_conf (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iscsi/
H A Discsi.c150 __func__, S->is_conf.isc_target_addr, \
151 S->is_conf.isc_target, ## __VA_ARGS__); \
159 S->is_conf.isc_target_addr, \
160 S->is_conf.isc_target, ## __VA_ARGS__); \
450 if (is->is_conf.isc_enable == 0 && is->is_conf.isc_discovery == 0) { in iscsi_maintenance_thread_reconnect()
601 if (is->is_conf.isc_enable == 0) in iscsi_callout()
1449 if (is->is_conf.isc_enable == 0 && in iscsi_ioctl_daemon_wait()
1450 is->is_conf.isc_discovery == 0) { in iscsi_ioctl_daemon_wait()
1485 memcpy(&request->idr_conf, &is->is_conf, in iscsi_ioctl_daemon_wait()
1493 error = icl_limits(is->is_conf.isc_offload, in iscsi_ioctl_daemon_wait()
[all …]
H A Discsi.h116 struct iscsi_session_conf is_conf; member