Searched refs:p_event (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | ef100_nic.c | 247 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()
|
D | ef100_rx.c | 130 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()
|
D | ef100_tx.c | 331 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()
|
D | ef100_rx.h | 18 void efx_ef100_ev_rx(struct efx_channel *channel, const efx_qword_t *p_event);
|
D | ef100_tx.h | 22 void ef100_ev_tx(struct efx_channel *channel, const efx_qword_t *p_event);
|
D | farch.c | 1265 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()
|
D | ef10.c | 3084 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/ |
D | farch.c | 1259 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()
|