Lines Matching defs:eecp

60 	__in		const efx_ev_callbacks_t *eecp,
67 __in const efx_ev_callbacks_t *eecp,
74 __in const efx_ev_callbacks_t *eecp,
81 __in const efx_ev_callbacks_t *eecp,
88 __in const efx_ev_callbacks_t *eecp,
490 __in const efx_ev_callbacks_t *eecp,
676 EFSYS_ASSERT(eecp->eec_rx != NULL);
677 should_abort = eecp->eec_rx(arg, label, last_used_id, size, flags);
686 __in const efx_ev_callbacks_t *eecp,
711 EFSYS_ASSERT(eecp->eec_tx != NULL);
712 should_abort = eecp->eec_tx(arg, label, id);
721 __in const efx_ev_callbacks_t *eecp,
737 EFSYS_ASSERT(eecp->eec_timer != NULL);
738 should_abort = eecp->eec_timer(arg, id);
747 EFSYS_ASSERT(eecp->eec_wake_up != NULL);
748 should_abort = eecp->eec_wake_up(arg, id);
753 EFSYS_ASSERT(eecp->eec_initialized != NULL);
754 should_abort = eecp->eec_initialized(arg);
771 __in const efx_ev_callbacks_t *eecp,
789 EFSYS_ASSERT(eecp->eec_software != NULL);
790 should_abort = eecp->eec_software(arg, (uint16_t)data);
799 __in const efx_ev_callbacks_t *eecp,
825 should_abort = eecp->eec_link_change(arg, link_mode);
838 should_abort = eecp->eec_monitor(arg, id, value);
840 should_abort = eecp->eec_exception(arg,
866 if (eecp->eec_mac_stats != NULL) {
867 eecp->eec_mac_stats(arg,
877 should_abort = eecp->eec_exception(arg,
881 should_abort = eecp->eec_exception(arg,
899 eecp->eec_exception(arg, EFX_EXCEPTION_TX_ERROR,
922 EFSYS_ASSERT(eecp->eec_txq_flush_done != NULL);
923 should_abort = eecp->eec_txq_flush_done(arg, txq_index);
939 eecp->eec_exception(arg, EFX_EXCEPTION_RX_ERROR,
962 EFSYS_ASSERT(eecp->eec_rxq_flush_done != NULL);
963 should_abort = eecp->eec_rxq_flush_done(arg, rxq_index);