Home
last modified time | relevance | path

Searched refs:ql_get_fw_version (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h776 int ql_get_fw_version(ql_adapter_state_t *, ql_mbx_data_t *, uint16_t);
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c1894 if (ql_get_fw_version(ha, &mr, 2) == QL_SUCCESS && in ql_8021_idc_handler()
H A Dql_init.c2514 rval = ql_get_fw_version(ha, &mr, MAILBOX_TOV); in ql_start_firmware()
2525 (void) ql_get_fw_version(ha, &mr, MAILBOX_TOV); in ql_start_firmware()
H A Dql_mbx.c3561 ql_get_fw_version(ql_adapter_state_t *ha, ql_mbx_data_t *mr, uint16_t timeout) in ql_get_fw_version() function