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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c108 static int i_hca_pci_config_setup(struct i_hca_fm *, dev_info_t *,
832 * This is a wrapper function of i_hca_pci_config_setup() for Hermon FM so
833 * that it calls i_hca_pci_config_setup() inside after it checks the
836 * directly instead. See i_hca_pci_config_setup() in detail.
861 return (i_hca_pci_config_setup(state->hs_fm_hca_fm,
2095 * i_hca_pci_config_setup(struct i_hca_fm *hca_fm, dev_info_t *dip,
2099 * i_hca_pci_config_setup() is a wrapper function of pci_config_setup(),
2116 * i_hca_pci_config_setup() can be called in user or kernel context only.
2119 i_hca_pci_config_setup(struct i_hca_fm *hca_fm, dev_info_t *dip, function
2164 * allocated by i_hca_pci_config_setup()
[all...]

Completed in 47 milliseconds