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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c1353 i40e->i40e_osdep_space.ios_reg_handle != NULL) {
1354 ddi_regs_map_free(&i40e->i40e_osdep_space.ios_reg_handle);
1355 i40e->i40e_osdep_space.ios_reg_handle = NULL;
1359 i40e->i40e_osdep_space.ios_cfg_handle != NULL) {
1360 pci_config_teardown(&i40e->i40e_osdep_space.ios_cfg_handle);
1361 i40e->i40e_osdep_space.ios_cfg_handle = NULL;
1426 struct i40e_osdep *osdep = &i40e->i40e_osdep_space;
1456 struct i40e_osdep *osdep = &i40e->i40e_osdep_space;
2495 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_cfg_handle) !=
2591 if (i40e_check_acc_handle(i40e->i40e_osdep_space
[all...]
H A Di40e_intr.c641 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) !=
713 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) !=
H A Di40e_stats.c118 raw = ddi_get64(i40e->i40e_osdep_space.ios_reg_handle,
149 raw = ddi_get32(i40e->i40e_osdep_space.ios_reg_handle,
219 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) !=
437 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) !=
1098 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) !=
H A Di40e_sw.h763 struct i40e_osdep i40e_osdep_space; member in struct:i40e
H A Di40e_transceiver.c1540 ddi_acc_handle_t rh = i40e->i40e_osdep_space.ios_reg_handle;
2231 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) !=

Completed in 87 milliseconds