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()
700 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_stats_get_mask() local
710 if ((rc = emop->emo_stats_get_mask(enp, maskp, mask_size)) != 0) in efx_mac_stats_get_mask()
727 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_stats_upload() local
732 EFSYS_ASSERT(emop != NULL); in efx_mac_stats_upload()
734 if ((rc = emop->emo_stats_upload(enp, esmp)) != 0) in efx_mac_stats_upload()
753 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_stats_periodic() local
759 EFSYS_ASSERT(emop != NULL); in efx_mac_stats_periodic()
761 if (emop->emo_stats_periodic == NULL) { in efx_mac_stats_periodic()
766 if ((rc = emop->emo_stats_periodic(enp, esmp, period_ms, events)) != 0) in efx_mac_stats_periodic()
788 const efx_mac_ops_t *emop = epp->ep_emop; in efx_mac_stats_update() local
793 EFSYS_ASSERT(emop != NULL); in efx_mac_stats_update()
795 rc = emop->emo_stats_update(enp, esmp, essp, generationp); in efx_mac_stats_update()
808 const efx_mac_ops_t *emop; in efx_mac_select() local
814 emop = &__efx_mac_siena_ops; in efx_mac_select()
821 emop = &__efx_mac_ef10_ops; in efx_mac_select()
828 emop = &__efx_mac_ef10_ops; in efx_mac_select()
840 EFSYS_ASSERT(emop != NULL); in efx_mac_select()
842 epp->ep_emop = emop; in efx_mac_select()
894 const efx_mac_ops_t *emop = epp->ep_emop; in siena_mac_multicast_list_set() local
909 if ((rc = emop->emo_reconfigure(enp)) != 0) in siena_mac_multicast_list_set()