Home
last modified time | relevance | path

Searched refs:p_event (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/sfc/
Def100_nic.c264 efx_qword_t *p_event; in ef100_ev_process() local
280 p_event = efx_event(channel, read_ptr); in ef100_ev_process()
282 ev_phase = !!EFX_QWORD_FIELD(*p_event, ESF_GZ_EV_RXPKTS_PHASE); in ef100_ev_process()
288 channel->channel, EFX_QWORD_VAL(*p_event)); in ef100_ev_process()
290 ev_type = EFX_QWORD_FIELD(*p_event, ESF_GZ_E_TYPE); in ef100_ev_process()
294 efx_ef100_ev_rx(channel, p_event); in ef100_ev_process()
298 efx_mcdi_process_event(channel, p_event); in ef100_ev_process()
301 spent_tx += ef100_ev_tx(channel, p_event); in ef100_ev_process()
308 EFX_QWORD_VAL(*p_event)); in ef100_ev_process()
313 EFX_QWORD_VAL(*p_event)); in ef100_ev_process()
Def100_rx.h18 void efx_ef100_ev_rx(struct efx_channel *channel, const efx_qword_t *p_event);
Def100_tx.h23 int ef100_ev_tx(struct efx_channel *channel, const efx_qword_t *p_event);
Def100_rx.c171 void efx_ef100_ev_rx(struct efx_channel *channel, const efx_qword_t *p_event) in efx_ef100_ev_rx() argument
175 EFX_QWORD_FIELD(*p_event, ESF_GZ_EV_RXPKTS_NUM_PKT); in efx_ef100_ev_rx()
Def100_tx.c349 int ef100_ev_tx(struct efx_channel *channel, const efx_qword_t *p_event) in ef100_ev_tx() argument
352 EFX_QWORD_FIELD(*p_event, ESF_GZ_EV_TXCMPL_NUM_DESC); in ef100_ev_tx()
354 EFX_QWORD_FIELD(*p_event, ESF_GZ_EV_TXCMPL_Q_LABEL); in ef100_ev_tx()
Def10.c3100 efx_qword_t event, *p_event; in efx_ef10_ev_process() local
3112 p_event = efx_event(channel, read_ptr); in efx_ef10_ev_process()
3113 event = *p_event; in efx_ef10_ev_process()
3118 EFX_SET_QWORD(*p_event); in efx_ef10_ev_process()
/drivers/net/ethernet/sfc/falcon/
Dfarch.c1259 ef4_qword_t event, *p_event; in ef4_farch_ev_process() local
1270 p_event = ef4_event(channel, read_ptr); in ef4_farch_ev_process()
1271 event = *p_event; in ef4_farch_ev_process()
1282 EF4_SET_QWORD(*p_event); in ef4_farch_ev_process()
/drivers/net/ethernet/sfc/siena/
Dfarch.c1267 efx_qword_t event, *p_event; in efx_farch_ev_process() local
1277 p_event = efx_event(channel, read_ptr); in efx_farch_ev_process()
1278 event = *p_event; in efx_farch_ev_process()
1289 EFX_SET_QWORD(*p_event); in efx_farch_ev_process()