Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c2002 if (new_state != NX_DEV_POLL) { in ql_8021_idc_handler()
2005 new_state = NX_DEV_POLL; in ql_8021_idc_handler()
2184 uint32_t new_state = NX_DEV_POLL; in ql_8021_check_fw_alive()
2249 uint32_t dev_state, new_state = NX_DEV_POLL; in ql_8021_fw_chk()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h89 #define NX_DEV_POLL 0 macro