Home
last modified time | relevance | path

Searched refs:en_magic (Results 1 – 20 of 20) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_phy.c80 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_probe()
142 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_verify()
161 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_led_set()
201 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_adv_cap_get()
231 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_adv_cap_set()
277 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_lp_cap_get()
291 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_oui_get()
304 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_media_type_get()
323 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_module_get_info()
376 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_link_state_get()
[all …]
H A Defx_mac.c102 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_pdu_set()
167 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_addr_set()
217 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_filter_set()
254 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_filter_get_all_ucast_mcast()
270 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_drain()
299 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_up()
327 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_fcntl_set()
397 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_fcntl_get()
425 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC);
499 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_filter_default_rxq_set()
[all …]
H A Defx_port.c18 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_init()
84 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_poll()
116 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_loopback_set()
197 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_loopback_type_name()
214 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_fini()
H A Defx_intr.c116 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_init()
191 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_fini()
207 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_enable()
220 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_disable()
233 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_disable_unlocked()
248 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_trigger()
263 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_status_line()
278 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_status_message()
291 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_fatal()
482 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in siena_intr_status_line()
[all …]
H A Defx_nic.c278 enp->en_magic = EFX_NIC_MAGIC; in efx_nic_create()
390 enp->en_magic = 0; in efx_nic_create()
410 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_probe()
468 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_set_drv_limits()
492 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_set_drv_version()
529 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_get_bar_region()
565 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_get_vi_pool()
601 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_init()
630 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_fini()
649 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_unprobe()
[all …]
H A Defx_nvram.c61 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_init()
118 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_test()
145 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_size()
177 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_info()
208 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC);
239 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_rw_start()
274 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_read_chunk()
312 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_read_backup()
345 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_erase()
384 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_write_chunk()
[all …]
H A Defx_mon.c29 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_name()
57 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_init()
195 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_stat_name()
298 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_stat_description()
813 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_stats_update()
827 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_limits_update()
841 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_fini()
H A Defx_vpd.c71 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_init()
132 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_size()
155 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_read()
178 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_verify()
201 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_reinit()
232 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_get()
260 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_set()
285 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_next()
308 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_write()
987 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_fini()
H A Defx_lic.c1258 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_init()
1316 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_check_support()
1327 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_fini()
1343 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_update_licenses()
1365 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_get_key_stats()
1388 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_app_state()
1416 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_get_id()
1450 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_find_start()
1476 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_find_end()
1503 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_find_key()
[all …]
H A Defx_sram.c25 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_sram_buf_tbl_set()
146 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_sram_buf_tbl_clear()
286 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_sram_test()
H A Defx_rx.c220 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_init()
297 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_fini()
317 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_scatter_enable()
447 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_hash_default_support_get()
476 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_scale_default_support_get()
510 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_scale_context_alloc()
541 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_scale_context_free()
576 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_scale_mode_set()
677 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_scale_key_set()
703 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_scale_tbl_set()
[all …]
H A Defx_proxy.c47 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_proxy_auth_init()
110 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_proxy_auth_fini()
H A Dsiena_sram.c20 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in siena_sram_init()
H A Defx_evb.c75 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_evb_init()
144 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_evb_fini()
H A Defx_tx.c243 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_init()
322 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_fini()
369 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_qcreate()
1127 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_qstat_name()
H A Defx_filter.c166 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_filter_init()
228 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_filter_fini()
257 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_filter_supported_filters()
295 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC);
1376 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in siena_filter_fini()
H A Defx_tunnel.c219 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tunnel_init()
284 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tunnel_fini()
H A Defx_ev.c136 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_init()
241 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_fini()
271 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_qcreate()
1403 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_qstat_name()
H A Defx_mcdi.c88 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_init()
168 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_fini()
259 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_request_start()
539 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_request_poll()
612 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_request_abort()
1261 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_do_reboot()
H A Defx_impl.h821 uint32_t en_magic; member