Lines Matching defs:eecp

89 	__in		const efx_ev_callbacks_t *eecp,
370 __in const efx_ev_callbacks_t *eecp,
393 falconsiena_ev_qpoll(eep, countp, eecp, arg);
563 __in const efx_ev_callbacks_t *eecp,
709 EFSYS_ASSERT(eecp->eec_rx != NULL);
710 should_abort = eecp->eec_rx(arg, label, id, size, flags);
719 __in const efx_ev_callbacks_t *eecp,
738 EFSYS_ASSERT(eecp->eec_tx != NULL);
739 should_abort = eecp->eec_tx(arg, label, id);
766 __in const efx_ev_callbacks_t *eecp,
792 __in const efx_ev_callbacks_t *eecp,
810 EFSYS_ASSERT(eecp->eec_txq_flush_done != NULL);
811 should_abort = eecp->eec_txq_flush_done(arg, txq_index);
822 EFSYS_ASSERT(eecp->eec_rxq_flush_done != NULL);
823 EFSYS_ASSERT(eecp->eec_rxq_flush_failed != NULL);
830 should_abort = eecp->eec_rxq_flush_failed(arg,
837 should_abort = eecp->eec_rxq_flush_done(arg, rxq_index);
843 EFSYS_ASSERT(eecp->eec_initialized != NULL);
844 should_abort = eecp->eec_initialized(arg);
859 EFSYS_ASSERT(eecp->eec_sram != NULL);
860 should_abort = eecp->eec_sram(arg, code);
869 EFSYS_ASSERT(eecp->eec_wake_up != NULL);
870 should_abort = eecp->eec_wake_up(arg, id);
883 EFSYS_ASSERT(eecp->eec_timer != NULL);
884 should_abort = eecp->eec_timer(arg, id);
893 EFSYS_ASSERT(eecp->eec_exception != NULL);
894 should_abort = eecp->eec_exception(arg,
904 EFSYS_ASSERT(eecp->eec_exception != NULL);
905 should_abort = eecp->eec_exception(arg,
921 __in const efx_ev_callbacks_t *eecp,
937 EFSYS_ASSERT(eecp->eec_software != NULL);
938 should_abort = eecp->eec_software(arg, (uint16_t)data);
949 __in const efx_ev_callbacks_t *eecp,
961 EFSYS_ASSERT(eecp->eec_link_change != NULL);
962 EFSYS_ASSERT(eecp->eec_exception != NULL);
964 EFSYS_ASSERT(eecp->eec_monitor != NULL);
986 should_abort = eecp->eec_link_change(arg, link_mode);
996 should_abort = eecp->eec_monitor(arg, id, value);
998 should_abort = eecp->eec_exception(arg,
1018 if (eecp->eec_mac_stats != NULL) {
1019 eecp->eec_mac_stats(arg,
1029 should_abort = eecp->eec_exception(arg,
1033 should_abort = eecp->eec_exception(arg,
1075 __in const efx_ev_callbacks_t *eecp,
1086 EFSYS_ASSERT(eecp != NULL);
1138 &(ev[index]), eecp, arg);
1142 &(ev[index]), eecp, arg);
1146 &(ev[index]), eecp, arg);
1150 &(ev[index]), eecp, arg);
1155 &(ev[index]), eecp, arg);
1161 &(ev[index]), eecp, arg);
1173 EFSYS_ASSERT(eecp->eec_exception != NULL);
1174 (void) eecp->eec_exception(arg,