Home
last modified time | relevance | path

Searched refs:efx_qword_t (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dsiena_sriov.h42 sizeof(efx_qword_t) / EFX_BUF_SIZE)
74 void efx_siena_sriov_tx_flush_done(struct efx_nic *efx, efx_qword_t *event);
75 void efx_siena_sriov_rx_flush_done(struct efx_nic *efx, efx_qword_t *event);
76 void efx_siena_sriov_event(struct efx_channel *channel, efx_qword_t *event);
Dnic.h37 static inline efx_qword_t *efx_event(struct efx_channel *channel, in efx_event()
40 return ((efx_qword_t *) (channel->eventq.buf.addr)) + in efx_event()
54 static inline int efx_event_present(efx_qword_t *event) in efx_event_present()
63 static inline efx_qword_t *
66 return ((efx_qword_t *) (tx_queue->txd.buf.addr)) + index; in efx_tx_desc()
135 static inline efx_qword_t *
138 return ((efx_qword_t *) (rx_queue->rxd.buf.addr)) + index; in efx_rx_desc()
462 void efx_ptp_event(struct efx_nic *efx, efx_qword_t *ev);
465 void efx_time_sync_event(struct efx_channel *channel, efx_qword_t *ev);
694 efx_qword_t *event);
Dfarch.c89 static inline void efx_write_buf_tbl(struct efx_nic *efx, efx_qword_t *value, in efx_write_buf_tbl()
175 efx_qword_t buf_desc; in efx_init_special_buffer()
297 const efx_qword_t *txd) in efx_farch_push_tx_desc()
321 efx_qword_t *txd; in efx_farch_tx_write()
379 entries * sizeof(efx_qword_t)); in efx_farch_tx_probe()
465 efx_qword_t *rxd; in efx_farch_build_rx_desc()
507 entries * sizeof(efx_qword_t)); in efx_farch_rx_probe()
792 efx_qword_t *event) in efx_farch_generate_event()
808 efx_qword_t event; in efx_farch_magic_event()
822 efx_farch_handle_tx_event(struct efx_channel *channel, efx_qword_t *event) in efx_farch_handle_tx_event()
[all …]
Dsiena_sriov.c111 u64 evq0_addrs[EFX_MAX_VF_EVQ_SIZE * sizeof(efx_qword_t) /
168 (EFX_MAX_DMAQ_SIZE * sizeof(efx_qword_t) / EFX_BUF_SIZE))
171 (2 * EFX_MAX_DMAQ_SIZE * sizeof(efx_qword_t) / EFX_BUF_SIZE))
410 efx_qword_t event; in __efx_siena_sriov_push_vf_status()
482 efx_qword_t buf; in efx_siena_sriov_bufs()
504 sizeof(efx_qword_t) / EFX_BUF_SIZE; in bad_buf_count()
947 efx_qword_t event; in efx_siena_sriov_reset_vf()
1404 void efx_siena_sriov_event(struct efx_channel *channel, efx_qword_t *event) in efx_siena_sriov_event()
1493 void efx_siena_sriov_tx_flush_done(struct efx_nic *efx, efx_qword_t *event) in efx_siena_sriov_tx_flush_done()
1512 void efx_siena_sriov_rx_flush_done(struct efx_nic *efx, efx_qword_t *event) in efx_siena_sriov_rx_flush_done()
Dio.h129 const efx_qword_t *value, unsigned int index) in efx_sram_writeq()
181 efx_qword_t *value, unsigned int index) in efx_sram_readq()
Dmcdi.h188 void efx_mcdi_process_event(struct efx_channel *channel, efx_qword_t *event);
189 void efx_mcdi_sensor_event(struct efx_nic *efx, efx_qword_t *ev);
354 void efx_mcdi_process_link_change(struct efx_nic *efx, efx_qword_t *ev);
Def10.c2305 sizeof(efx_qword_t), in efx_ef10_tx_probe()
2311 const efx_qword_t *txd) in efx_ef10_push_tx_desc()
2421 efx_qword_t *txd; in efx_ef10_tx_init()
2597 efx_qword_t *txd; in efx_ef10_tx_write()
3079 sizeof(efx_qword_t), in efx_ef10_rx_probe()
3165 efx_qword_t *rxd; in efx_ef10_build_rx_desc()
3204 efx_qword_t event; in efx_ef10_rx_defer_refill()
3216 sizeof(efx_qword_t)); in efx_ef10_rx_defer_refill()
3235 sizeof(efx_qword_t), in efx_ef10_ev_probe()
3448 const efx_qword_t *event) in efx_ef10_handle_rx_event_errors()
[all …]
Dbitfield.h86 } efx_qword_t; typedef
91 efx_qword_t qword[2];
Dtx_tso.c91 ptr = (char *) (((efx_qword_t *)tx_queue->txd.buf.addr) + insert_ptr); in prefetch_ptr()
Dnet_driver.h154 efx_qword_t option;
1288 bool (*handle_global_event)(struct efx_channel *channel, efx_qword_t *);
Dmcdi_mon.c106 void efx_mcdi_sensor_event(struct efx_nic *efx, efx_qword_t *ev) in efx_mcdi_sensor_event()
Dptp.c320 efx_qword_t evt_frags[MAX_EVENT_FRAGS];
1887 void efx_ptp_event(struct efx_nic *efx, efx_qword_t *ev) in efx_ptp_event()
1938 void efx_time_sync_event(struct efx_channel *channel, efx_qword_t *ev) in efx_time_sync_event()
Dmcdi_port.c1154 void efx_mcdi_process_link_change(struct efx_nic *efx, efx_qword_t *ev) in efx_mcdi_process_link_change()
Dmcdi.c1305 efx_qword_t *event) in efx_mcdi_process_event()