Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_main.c1368 i40e->i40e_osdep_space.ios_reg_handle != NULL) { in i40e_unconfigure()
1369 ddi_regs_map_free(&i40e->i40e_osdep_space.ios_reg_handle); in i40e_unconfigure()
1370 i40e->i40e_osdep_space.ios_reg_handle = NULL; in i40e_unconfigure()
1374 i40e->i40e_osdep_space.ios_cfg_handle != NULL) { in i40e_unconfigure()
1375 pci_config_teardown(&i40e->i40e_osdep_space.ios_cfg_handle); in i40e_unconfigure()
1376 i40e->i40e_osdep_space.ios_cfg_handle = NULL; in i40e_unconfigure()
1441 struct i40e_osdep *osdep = &i40e->i40e_osdep_space; in i40e_identify_hardware()
1465 struct i40e_osdep *osdep = &i40e->i40e_osdep_space; in i40e_regs_map()
1607 ddi_acc_handle_t rh = i40e->i40e_osdep_space.ios_reg_handle; in i40e_alloc_intr_handles()
2707 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_cfg_handle) != in i40e_stop()
[all …]
H A Di40e_intr.c647 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) != in i40e_intr_other_work()
708 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) != in i40e_intr_notx()
H A Di40e_stats.c118 raw = ddi_get64(i40e->i40e_osdep_space.ios_reg_handle, in i40e_stat_get_uint48()
149 raw = ddi_get32(i40e->i40e_osdep_space.ios_reg_handle, in i40e_stat_get_uint32()
219 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) != in i40e_stat_vsi_update()
437 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) != in i40e_stat_pf_update()
1110 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) != in i40e_m_stat()
H A Di40e_sw.h788 struct i40e_osdep i40e_osdep_space; member
H A Di40e_transceiver.c1540 ddi_acc_handle_t rh = i40e->i40e_osdep_space.ios_reg_handle; in i40e_ring_rx()
2231 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) != in i40e_ring_tx()