Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fcoib.c295 struct hermon_hw_query_fc_s query_fc; in hermon_fcoib_query_fc() local
297 status = hermon_cmn_query_cmd_post(state, QUERY_FC, 0, 0, &query_fc, in hermon_fcoib_query_fc()
298 sizeof (query_fc), HERMON_CMD_NOSLEEP_SPIN); in hermon_fcoib_query_fc()
300 fcoib->hfc_log2_max_port_ids_queried = query_fc.log2_max_nports; in hermon_fcoib_query_fc()
301 fcoib->hfc_log2_max_fexch_queried = query_fc.log2_max_fexch; in hermon_fcoib_query_fc()
302 fcoib->hfc_log2_max_rfci_queried = query_fc.log2_max_rfci; in hermon_fcoib_query_fc()