Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_main.c1409 i40e->i40e_osdep_space.ios_reg_handle != NULL) { in i40e_unconfigure()
1410 ddi_regs_map_free(&i40e->i40e_osdep_space.ios_reg_handle); in i40e_unconfigure()
1411 i40e->i40e_osdep_space.ios_reg_handle = NULL; in i40e_unconfigure()
1415 i40e->i40e_osdep_space.ios_cfg_handle != NULL) { in i40e_unconfigure()
1416 pci_config_teardown(&i40e->i40e_osdep_space.ios_cfg_handle); in i40e_unconfigure()
1417 i40e->i40e_osdep_space.ios_cfg_handle = NULL; in i40e_unconfigure()
1482 struct i40e_osdep *osdep = &i40e->i40e_osdep_space; in i40e_identify_hardware()
1506 struct i40e_osdep *osdep = &i40e->i40e_osdep_space; in i40e_regs_map()
1651 ddi_acc_handle_t rh = i40e->i40e_osdep_space.ios_reg_handle; in i40e_alloc_intr_handles()
3067 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_cfg_handle) != in i40e_stop()
[all …]
H A Di40e_stats.c113 raw = ddi_get64(i40e->i40e_osdep_space.ios_reg_handle, in i40e_stat_get_uint48()
144 raw = ddi_get32(i40e->i40e_osdep_space.ios_reg_handle, in i40e_stat_get_uint32()
214 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) != in i40e_stat_vsi_update()
434 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) != in i40e_stat_pf_update()
1112 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) != in i40e_m_stat()
H A Di40e_intr.c704 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) != in i40e_intr_other_work()
791 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) != in i40e_intr_notx()
H A Di40e_sw.h824 struct i40e_osdep i40e_osdep_space; member
H A Di40e_transceiver.c1619 ddi_acc_handle_t rh = i40e->i40e_osdep_space.ios_reg_handle; in i40e_ring_rx()
2994 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_reg_handle) != in i40e_ring_tx()