Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Def100_nic.c247 efx_qword_t *p_event; in ef100_ev_process() local
262 p_event = efx_event(channel, read_ptr); in ef100_ev_process()
264 ev_phase = !!EFX_QWORD_FIELD(*p_event, ESF_GZ_EV_RXPKTS_PHASE); in ef100_ev_process()
270 channel->channel, EFX_QWORD_VAL(*p_event)); in ef100_ev_process()
272 ev_type = EFX_QWORD_FIELD(*p_event, ESF_GZ_E_TYPE); in ef100_ev_process()
276 efx_ef100_ev_rx(channel, p_event); in ef100_ev_process()
280 efx_mcdi_process_event(channel, p_event); in ef100_ev_process()
283 ef100_ev_tx(channel, p_event); in ef100_ev_process()
288 EFX_QWORD_VAL(*p_event)); in ef100_ev_process()
293 EFX_QWORD_VAL(*p_event)); in ef100_ev_process()
Def100_rx.c130 void efx_ef100_ev_rx(struct efx_channel *channel, const efx_qword_t *p_event) in efx_ef100_ev_rx() argument
134 EFX_QWORD_FIELD(*p_event, ESF_GZ_EV_RXPKTS_NUM_PKT); in efx_ef100_ev_rx()
Def100_tx.c331 void ef100_ev_tx(struct efx_channel *channel, const efx_qword_t *p_event) in ef100_ev_tx() argument
334 EFX_QWORD_FIELD(*p_event, ESF_GZ_EV_TXCMPL_NUM_DESC); in ef100_ev_tx()
336 EFX_QWORD_FIELD(*p_event, ESF_GZ_EV_TXCMPL_Q_LABEL); in ef100_ev_tx()
Def100_rx.h18 void efx_ef100_ev_rx(struct efx_channel *channel, const efx_qword_t *p_event);
Def100_tx.h22 void ef100_ev_tx(struct efx_channel *channel, const efx_qword_t *p_event);
Dfarch.c1265 efx_qword_t event, *p_event; in efx_farch_ev_process() local
1275 p_event = efx_event(channel, read_ptr); in efx_farch_ev_process()
1276 event = *p_event; in efx_farch_ev_process()
1287 EFX_SET_QWORD(*p_event); in efx_farch_ev_process()
Def10.c3084 efx_qword_t event, *p_event; in efx_ef10_ev_process() local
3095 p_event = efx_event(channel, read_ptr); in efx_ef10_ev_process()
3096 event = *p_event; in efx_ef10_ev_process()
3101 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()