Searched defs:fcoib (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fcoib.c43 hermon_fcoib_t *fcoib; local
49 fcoib = &state->hs_fcoib;
53 config_fc_basic.fexch_base_hi = fcoib->hfc_fexch_base[port] >> 16;
54 config_fc_basic.fx_base_mpt_hi = fcoib->hfc_mpt_base[port] >> 17;
58 config_fc_basic.rfci_base = fcoib->hfc_rfci_qps_per_port * port +
59 fcoib->hfc_rfci_rsrc->hr_indx;
72 fcoib->hfc_port_enabled[port] = 1;
85 hermon_fcoib_t *fcoib; local
92 fcoib = &state->hs_fcoib;
93 mutex_enter(&fcoib
126 hermon_fcoib_t *fcoib; local
148 hermon_fcoib_t *fcoib; local
169 hermon_fcoib_t *fcoib; local
184 hermon_fcoib_t *fcoib; local
202 hermon_fcoib_t *fcoib; local
240 hermon_fcoib_t *fcoib; local
270 hermon_fcoib_t *fcoib; local
292 hermon_fcoib_query_fc(hermon_state_t *state, hermon_fcoib_t *fcoib) argument
314 hermon_fcoib_t *fcoib; local
424 hermon_fcoib_t *fcoib; local
[all...]
H A Dhermon_rsrc.c377 hermon_fcoib_t *fcoib; local
395 fcoib = &state->hs_fcoib;
399 vmp = fcoib->hfc_fexch_vmemp[portm1];
405 fcoib->hfc_vmemstart + fcoib->hfc_fexch_base[portm1]);
423 mpt_hdl.hr_indx = fcoib->hfc_mpt_base[portm1] +
424 (fexch_qpn_base - fcoib->hfc_fexch_base[portm1]);
434 nummtt = fcoib->hfc_mtts_per_mpt;
439 mtt_hdl.hr_indx = fcoib->hfc_mtt_base[portm1] +
440 (fexch_qpn_base - fcoib
454 hermon_fcoib_t *fcoib; local
477 hermon_fcoib_t *fcoib; local
521 hermon_fcoib_t *fcoib; local
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h222 uint32_t fcoib :1; member in struct:hermon_hw_querydevlim_s
459 uint32_t fcoib :1; member in struct:hermon_hw_querydevlim_s

Completed in 65 milliseconds