Lines Matching refs:emop
100 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_pdu_set() local
106 EFSYS_ASSERT(emop != NULL); in efx_mac_pdu_set()
120 if ((rc = emop->emo_pdu_set(enp)) != 0) in efx_mac_pdu_set()
144 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_pdu_get() local
147 if ((rc = emop->emo_pdu_get(enp, pdu)) != 0) in efx_mac_pdu_get()
164 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_addr_set() local
185 if ((rc = emop->emo_addr_set(enp)) != 0) in efx_mac_addr_set()
212 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_filter_set() local
232 if ((rc = emop->emo_reconfigure(enp)) != 0) in efx_mac_filter_set()
254 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_drain() local
259 EFSYS_ASSERT(emop != NULL); in efx_mac_drain()
266 if ((rc = emop->emo_reconfigure(enp)) != 0) in efx_mac_drain()
283 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_up() local
289 if ((rc = emop->emo_up(enp, mac_upp)) != 0) in efx_mac_up()
307 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_fcntl_set() local
354 if ((rc = emop->emo_reconfigure(enp)) != 0) in efx_mac_fcntl_set()
407 const efx_mac_ops_t *emop = epp->ep_emop; variable
441 if ((rc = emop->emo_multicast_list_set(enp)) != 0)
483 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_filter_default_rxq_set() local
489 if (emop->emo_filter_default_rxq_set != NULL) { in efx_mac_filter_default_rxq_set()
490 rc = emop->emo_filter_default_rxq_set(enp, erp, using_rss); in efx_mac_filter_default_rxq_set()
508 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_filter_default_rxq_clear() local
513 if (emop->emo_filter_default_rxq_clear != NULL) in efx_mac_filter_default_rxq_clear()
514 emop->emo_filter_default_rxq_clear(enp); in efx_mac_filter_default_rxq_clear()
724 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_stats_get_mask() local
734 if ((rc = emop->emo_stats_get_mask(enp, maskp, mask_size)) != 0) in efx_mac_stats_get_mask()
750 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_stats_clear() local
755 EFSYS_ASSERT(emop != NULL); in efx_mac_stats_clear()
757 if ((rc = emop->emo_stats_clear(enp)) != 0) in efx_mac_stats_clear()
774 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_stats_upload() local
779 EFSYS_ASSERT(emop != NULL); in efx_mac_stats_upload()
781 if ((rc = emop->emo_stats_upload(enp, esmp)) != 0) in efx_mac_stats_upload()
800 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_stats_periodic() local
806 EFSYS_ASSERT(emop != NULL); in efx_mac_stats_periodic()
808 if (emop->emo_stats_periodic == NULL) { in efx_mac_stats_periodic()
813 if ((rc = emop->emo_stats_periodic(enp, esmp, period_ms, events)) != 0) in efx_mac_stats_periodic()
834 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_stats_update() local
839 EFSYS_ASSERT(emop != NULL); in efx_mac_stats_update()
841 rc = emop->emo_stats_update(enp, esmp, essp, generationp); in efx_mac_stats_update()
854 const efx_mac_ops_t *emop; in efx_mac_select() local
860 emop = &__efx_mac_siena_ops; in efx_mac_select()
867 emop = &__efx_mac_ef10_ops; in efx_mac_select()
874 emop = &__efx_mac_ef10_ops; in efx_mac_select()
881 emop = &__efx_mac_ef10_ops; in efx_mac_select()
893 EFSYS_ASSERT(emop != NULL); in efx_mac_select()
895 epp->ep_emop = emop; in efx_mac_select()
946 const efx_mac_ops_t *emop = epp->ep_emop; in siena_mac_multicast_list_set() local
961 if ((rc = emop->emo_reconfigure(enp)) != 0) in siena_mac_multicast_list_set()