Home
last modified time | relevance | path

Searched refs:s_enp (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge.c142 sp->s_enp = enp; in sfxge_create()
246 sp->s_enp = NULL; in sfxge_create()
298 efx_mcdi_new_epoch(sp->s_enp); in sfxge_start_locked()
365 efx_filter_fini(sp->s_enp); in sfxge_start_locked()
369 efx_nic_fini(sp->s_enp); in sfxge_start_locked()
420 efx_filter_fini(sp->s_enp); in sfxge_stop_locked()
422 efx_nic_fini(sp->s_enp); in sfxge_stop_locked()
548 enp = sp->s_enp; in sfxge_destroy()
575 sp->s_enp = NULL; in sfxge_destroy()
786 efx_nic_t *enp = sp->s_enp; in _sfxge_vpd_kstat_init()
[all …]
H A Dsfxge_mon.c70 efx_nic_t *enp = sp->s_enp; in sfxge_mon_kstat_update()
72 const efx_nic_cfg_t *encp = efx_nic_cfg_get(sp->s_enp); in sfxge_mon_kstat_update()
123 efx_nic_t *enp = sp->s_enp; in sfxge_mon_kstat_init()
128 const efx_nic_cfg_t *encp = efx_nic_cfg_get(sp->s_enp); in sfxge_mon_kstat_init()
211 efx_nic_t *enp = sp->s_enp; in sfxge_mon_init()
277 if ((rc = efx_mon_init(sp->s_enp)) != 0) in sfxge_mon_start()
305 efx_mon_fini(sp->s_enp); in sfxge_mon_stop()
H A Dsfxge_phy.c79 efx_nic_t *enp = sp->s_enp; in sfxge_phy_kstat_update()
127 efx_nic_t *enp = sp->s_enp; in sfxge_phy_kstat_init()
238 efx_phy_lp_cap_get(sp->s_enp, &cap); in sfxge_phy_lp_cap_test()
262 enp = sp->s_enp; in sfxge_phy_cap_apply()
319 enp = sp->s_enp; in sfxge_phy_cap_test()
341 efx_nic_t *enp = sp->s_enp; in sfxge_phy_cap_set()
H A Dsfxge_mcdi.c134 efx_nic_t *enp = sp->s_enp; in sfxge_mcdi_poll()
173 efx_mcdi_request_start(sp->s_enp, emrp, B_FALSE); in sfxge_mcdi_execute()
273 efx_nic_t *enp = sp->s_enp; in sfxge_mcdi_init()
341 efx_nic_t *enp = sp->s_enp; in sfxge_mcdi_fini()
370 const efx_nic_cfg_t *encp = efx_nic_cfg_get(sp->s_enp); in sfxge_mcdi_ioctl()
434 const efx_nic_cfg_t *encp = efx_nic_cfg_get(sp->s_enp); in sfxge_mcdi2_ioctl()
H A Dsfxge_mac.c90 if (efx_mac_stats_update(sp->s_enp, esmp, smp->sm_stat, in _sfxge_mac_stat_update()
215 kstat_named_init(knp, (char *)efx_mac_stat_name(sp->s_enp, id), in sfxge_mac_kstat_init()
273 efx_nic_t *enp = sp->s_enp; in sfxge_mac_poll()
300 efx_mac_stats_upload(sp->s_enp, esmp) == 0) in sfxge_mac_poll()
367 encp = efx_nic_cfg_get(sp->s_enp); in sfxge_mac_init()
477 efx_nic_t *enp = sp->s_enp; in sfxge_mac_filter_apply()
518 efx_nic_t *enp = sp->s_enp; in sfxge_mac_start()
737 if ((rc = efx_mac_fcntl_set(sp->s_enp, smp->sm_fcntl, B_TRUE)) != 0) in sfxge_mac_fcntl_set()
813 efx_nic_t *enp = sp->s_enp; in sfxge_mac_unicst_set()
985 efx_nic_t *enp = sp->s_enp; in sfxge_mac_stop()
H A Dsfxge_nvram.c44 efx_nic_t *enp = sp->s_enp; in sfxge_nvram_rw()
81 efx_nic_t *enp = sp->s_enp; in sfxge_nvram_erase()
106 efx_nic_t *enp = sp->s_enp; in sfxge_nvram_ioctl()
H A Dsfxge_hash.c166 if ((rc = efx_rx_scale_mode_set(sp->s_enp, EFX_RX_HASHALG_TOEPLITZ, in sfxge_toeplitz_hash_init()
171 if ((rc = efx_rx_scale_key_set(sp->s_enp, toeplitz_key, in sfxge_toeplitz_hash_init()
H A Dsfxge_vpd.c39 efx_nic_t *enp = sp->s_enp; in sfxge_vpd_get_keyword()
91 efx_nic_t *enp = sp->s_enp; in sfxge_vpd_set_keyword()
H A Dsfxge_sram.c111 if ((rc = efx_sram_buf_tbl_set(sp->s_enp, id, esmp, n)) != 0) in sfxge_sram_buf_tbl_set()
140 efx_sram_buf_tbl_clear(sp->s_enp, id, n); in sfxge_sram_buf_tbl_clear()
H A Dsfxge_err.c70 efx_nic_t *enp = sp->s_enp; in sfxge_intr_fatal()
H A Dsfxge_intr.c73 efx_nic_t *enp = sp->s_enp; in sfxge_intr_line()
147 efx_nic_t *enp = sp->s_enp; in sfxge_intr_message()
397 efx_nic_t *enp = sp->s_enp; in sfxge_intr_nic_enable()
477 efx_nic_t *enp = sp->s_enp; in sfxge_intr_nic_disable()
H A Dsfxge_rx.c768 prefetch_read_many(sp->s_enp); in sfxge_rx_qrefill()
890 prefetch_read_many(sp->s_enp); in sfxge_rx_qfill()
1258 enp = sp->s_enp; in sfxge_rx_qstart()
1621 hash = efx_psuedo_hdr_hash_get(sp->s_enp, in sfxge_rx_qpacket_coalesce()
1754 rc = efx_psuedo_hdr_pkt_length_get(sp->s_enp, in sfxge_rx_qcomplete()
2343 (void) efx_rx_scale_tbl_set(sp->s_enp, srsp->srs_tbl, in sfxge_rx_scale_update()
2375 (void) efx_rx_scale_tbl_set(sp->s_enp, srsp->srs_tbl, in sfxge_rx_scale_start()
2615 encp = efx_nic_cfg_get(sp->s_enp); in sfxge_rx_start()
2662 if ((rc = efx_rx_init(sp->s_enp)) != 0) in sfxge_rx_start()
2705 efx_rx_fini(sp->s_enp); in sfxge_rx_start()
[all …]
H A Dsfxge_ev.c274 if ((!efx_nic_cfg_get(sp->s_enp)->enc_rx_batching_enabled) || in sfxge_ev_rx()
276 (delta > efx_nic_cfg_get(sp->s_enp)->enc_rx_batch_max)) { in sfxge_ev_rx()
698 kstat_named_init(knp, (char *)efx_ev_qstat_name(sp->s_enp, id), in sfxge_ev_kstat_init()
783 efx_nic_t *enp = sp->s_enp; in sfxge_ev_qstart()
1237 efx_nic_t *enp = sp->s_enp; in sfxge_ev_start()
1308 efx_nic_t *enp = sp->s_enp; in sfxge_ev_stop()
H A Dsfxge_gld_v3.c118 efx_nic_t *enp = sp->s_enp; in sfxge_gld_getstat()
268 if ((rc = efx_phy_oui_get(sp->s_enp, &oui)) != 0) in sfxge_gld_getstat()
529 0, efx_nic_cfg_get(sp->s_enp)->enc_evq_timer_max_us); in sfxge_gld_priv_prop_info()
H A Dsfxge_tx.c1056 kstat_named_init(knp, (char *)efx_tx_qstat_name(sp->s_enp, id), in sfxge_tx_kstat_init()
1162 efx_nic_t *enp = sp->s_enp; in sfxge_tx_qstart()
2094 prefetch_read_many(sp->s_enp); in sfxge_tx_qdpl_drain()
2706 efx_nic_t *enp = sp->s_enp; in sfxge_tx_start()
3017 efx_nic_t *enp = sp->s_enp; in sfxge_tx_stop()
H A Dsfxge.h801 efx_nic_t *s_enp; member