Home
last modified time | relevance | path

Searched refs:emop (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mac.c98 EFSYS_ASSERT(emop != NULL); in efx_mac_pdu_set()
231 EFSYS_ASSERT(emop != NULL); in efx_mac_drain()
605 EFSYS_ASSERT(emop != NULL); in efx_mac_stats_upload()
639 EFSYS_ASSERT(emop != NULL); in efx_mac_stats_periodic()
673 EFSYS_ASSERT(emop != NULL); in efx_mac_stats_update()
690 const efx_mac_ops_t *emop; in efx_mac_select() local
696 emop = &__efx_siena_mac_ops; in efx_mac_select()
703 emop = &__efx_ef10_mac_ops; in efx_mac_select()
710 emop = &__efx_ef10_mac_ops; in efx_mac_select()
722 EFSYS_ASSERT(emop != NULL); in efx_mac_select()
[all …]
H A Defx_mon.c77 const efx_mon_ops_t *emop; in efx_mon_init() local
98 emop = &__efx_mon_mcdi_ops; in efx_mon_init()
106 emp->em_emop = emop; in efx_mon_init()
230 const efx_mon_ops_t *emop = emp->em_emop; in efx_mon_stats_update() local
235 return (emop->emo_stats_update(enp, esmp, values)); in efx_mon_stats_update()
H A Defx_port.c104 const efx_mac_ops_t *emop = epp->ep_emop; in efx_port_poll() local
111 EFSYS_ASSERT(emop != NULL); in efx_port_poll()
117 if ((rc = emop->emo_poll(enp, link_modep)) != 0) in efx_port_poll()
138 const efx_mac_ops_t *emop = epp->ep_emop; in efx_port_loopback_set() local
143 EFSYS_ASSERT(emop != NULL); in efx_port_loopback_set()
157 if ((rc = emop->emo_loopback_set(enp, link_mode, loopback_type)) != 0) in efx_port_loopback_set()
H A Def10_mac.c314 const efx_mac_ops_t *emop = epp->ep_emop; in ef10_mac_multicast_list_set() local
320 if ((rc = emop->emo_reconfigure(enp)) != 0) in ef10_mac_multicast_list_set()