Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c170 (void) ql_fw_ready(ha, ha->fwwait); in ql_initialize_adapter()
1754 ha->fwwait = (uint8_t)(CFG_IST(ha, CFG_CTRL_8081) ? 45 : 10); in ql_common_properties()
1758 ha->fwwait = (uint8_t)data; in ql_common_properties()
1762 "value of %d\n", data, ha->fwwait); in ql_common_properties()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1610 uint8_t fwwait; member