Searched refs:eecp (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_ev.c | 85 __in const efx_ev_callbacks_t *eecp, 351 __in const efx_ev_callbacks_t *eecp, in efx_ev_qpoll() argument 374 siena_ev_qpoll(eep, countp, eecp, arg); in efx_ev_qpoll() 544 __in const efx_ev_callbacks_t *eecp, in siena_ev_rx() argument 688 EFSYS_ASSERT(eecp->eec_rx != NULL); in siena_ev_rx() 689 should_abort = eecp->eec_rx(arg, label, id, size, flags); in siena_ev_rx() 698 __in const efx_ev_callbacks_t *eecp, in siena_ev_tx() argument 717 EFSYS_ASSERT(eecp->eec_tx != NULL); in siena_ev_tx() 718 should_abort = eecp->eec_tx(arg, label, id); in siena_ev_tx() 745 __in const efx_ev_callbacks_t *eecp, in siena_ev_global() argument [all …]
|
H A D | ef10_ev.c | 54 __in const efx_ev_callbacks_t *eecp, 61 __in const efx_ev_callbacks_t *eecp, 68 __in const efx_ev_callbacks_t *eecp, 75 __in const efx_ev_callbacks_t *eecp, 82 __in const efx_ev_callbacks_t *eecp, 481 __in const efx_ev_callbacks_t *eecp, in ef10_ev_rx() argument 637 EFSYS_ASSERT(eecp->eec_rx != NULL); in ef10_ev_rx() 638 should_abort = eecp->eec_rx(arg, label, last_used_id, size, flags); in ef10_ev_rx() 647 __in const efx_ev_callbacks_t *eecp, in ef10_ev_tx() argument 672 EFSYS_ASSERT(eecp->eec_tx != NULL); in ef10_ev_tx() [all …]
|
H A D | efx.h | 1729 __in const efx_ev_callbacks_t *eecp,
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_ev.c | 784 efx_ev_callbacks_t *eecp; in sfxge_ev_qstart() local 804 eecp = &(sep->se_eec); in sfxge_ev_qstart() 805 eecp->eec_initialized = sfxge_ev_initialized; in sfxge_ev_qstart() 806 eecp->eec_rx = sfxge_ev_rx; in sfxge_ev_qstart() 807 eecp->eec_tx = sfxge_ev_tx; in sfxge_ev_qstart() 808 eecp->eec_exception = sfxge_ev_exception; in sfxge_ev_qstart() 809 eecp->eec_rxq_flush_done = sfxge_ev_rxq_flush_done; in sfxge_ev_qstart() 810 eecp->eec_rxq_flush_failed = sfxge_ev_rxq_flush_failed; in sfxge_ev_qstart() 811 eecp->eec_txq_flush_done = sfxge_ev_txq_flush_done; in sfxge_ev_qstart() 812 eecp->eec_software = sfxge_ev_software; in sfxge_ev_qstart() [all …]
|