Searched refs:i_hca_pci_config_teardown (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c110 static void i_hca_pci_config_teardown(struct i_hca_fm *, ddi_acc_handle_t *);
872 * This is a wrapper function of i_hca_pci_config_teardown() for Hermon
873 * FM so that it calls i_hca_pci_config_teardown() inside after it checks
877 * See i_hca_pci_config_teardown() in detail.
897 i_hca_pci_config_teardown(state->hs_fm_hca_fm, handle);
2158 * i_hca_pci_config_teardown(struct i_hca_fm *hca_fm,
2162 * i_hca_pci_config_teardown() is a wrapper function of
2174 * i_hca_pci_config_teardown() can be called in user or kernel context
2177 * Note that the handle passed to i_hca_pci_config_teardown() is NULL-cleared
2181 i_hca_pci_config_teardown(struc function
[all...]

Completed in 141 milliseconds