Home
last modified time | relevance | path

Searched refs:ql_full_login_lip (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h893 int ql_full_login_lip(ql_adapter_state_t *);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c1877 (void) ql_full_login_lip(ha); in ql_adm_loop_reset()
1878 } else if ((rval = ql_full_login_lip(ha)) != QL_SUCCESS) { in ql_adm_loop_reset()
H A Dql_mbx.c2559 rval = ql_full_login_lip(ha); in ql_loop_reset()
2640 ql_full_login_lip(ql_adapter_state_t *ha) in ql_full_login_lip() function