Searched refs:efx_qword_t (Results 1 – 14 of 14) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | siena_sriov.h | 39 sizeof(efx_qword_t) / EFX_BUF_SIZE) 71 void efx_siena_sriov_tx_flush_done(struct efx_nic *efx, efx_qword_t *event); 72 void efx_siena_sriov_rx_flush_done(struct efx_nic *efx, efx_qword_t *event); 73 void efx_siena_sriov_event(struct efx_channel *channel, efx_qword_t *event);
|
D | nic.h | 34 static inline efx_qword_t *efx_event(struct efx_channel *channel, in efx_event() 37 return ((efx_qword_t *) (channel->eventq.buf.addr)) + in efx_event() 51 static inline int efx_event_present(efx_qword_t *event) in efx_event_present() 60 static inline efx_qword_t * 63 return ((efx_qword_t *) (tx_queue->txd.buf.addr)) + index; in efx_tx_desc() 132 static inline efx_qword_t * 135 return ((efx_qword_t *) (rx_queue->rxd.buf.addr)) + index; in efx_rx_desc() 459 void efx_ptp_event(struct efx_nic *efx, efx_qword_t *ev); 462 void efx_time_sync_event(struct efx_channel *channel, efx_qword_t *ev); 691 efx_qword_t *event);
|
D | farch.c | 86 static inline void efx_write_buf_tbl(struct efx_nic *efx, efx_qword_t *value, in efx_write_buf_tbl() 172 efx_qword_t buf_desc; in efx_init_special_buffer() 294 const efx_qword_t *txd) in efx_farch_push_tx_desc() 318 efx_qword_t *txd; in efx_farch_tx_write() 376 entries * sizeof(efx_qword_t)); in efx_farch_tx_probe() 462 efx_qword_t *rxd; in efx_farch_build_rx_desc() 504 entries * sizeof(efx_qword_t)); in efx_farch_rx_probe() 789 efx_qword_t *event) in efx_farch_generate_event() 805 efx_qword_t event; in efx_farch_magic_event() 819 efx_farch_handle_tx_event(struct efx_channel *channel, efx_qword_t *event) in efx_farch_handle_tx_event() [all …]
|
D | siena_sriov.c | 108 u64 evq0_addrs[EFX_MAX_VF_EVQ_SIZE * sizeof(efx_qword_t) / 165 (EFX_MAX_DMAQ_SIZE * sizeof(efx_qword_t) / EFX_BUF_SIZE)) 168 (2 * EFX_MAX_DMAQ_SIZE * sizeof(efx_qword_t) / EFX_BUF_SIZE)) 407 efx_qword_t event; in __efx_siena_sriov_push_vf_status() 479 efx_qword_t buf; in efx_siena_sriov_bufs() 501 sizeof(efx_qword_t) / EFX_BUF_SIZE; in bad_buf_count() 944 efx_qword_t event; in efx_siena_sriov_reset_vf() 1401 void efx_siena_sriov_event(struct efx_channel *channel, efx_qword_t *event) in efx_siena_sriov_event() 1490 void efx_siena_sriov_tx_flush_done(struct efx_nic *efx, efx_qword_t *event) in efx_siena_sriov_tx_flush_done() 1509 void efx_siena_sriov_rx_flush_done(struct efx_nic *efx, efx_qword_t *event) in efx_siena_sriov_rx_flush_done()
|
D | io.h | 125 const efx_qword_t *value, unsigned int index) in efx_sram_writeq() 176 efx_qword_t *value, unsigned int index) in efx_sram_readq()
|
D | mcdi.h | 185 void efx_mcdi_process_event(struct efx_channel *channel, efx_qword_t *event); 186 void efx_mcdi_sensor_event(struct efx_nic *efx, efx_qword_t *ev); 351 void efx_mcdi_process_link_change(struct efx_nic *efx, efx_qword_t *ev);
|
D | ef10.c | 2302 sizeof(efx_qword_t), in efx_ef10_tx_probe() 2308 const efx_qword_t *txd) in efx_ef10_push_tx_desc() 2418 efx_qword_t *txd; in efx_ef10_tx_init() 2594 efx_qword_t *txd; in efx_ef10_tx_write() 3076 sizeof(efx_qword_t), in efx_ef10_rx_probe() 3162 efx_qword_t *rxd; in efx_ef10_build_rx_desc() 3201 efx_qword_t event; in efx_ef10_rx_defer_refill() 3213 sizeof(efx_qword_t)); in efx_ef10_rx_defer_refill() 3232 sizeof(efx_qword_t), in efx_ef10_ev_probe() 3445 const efx_qword_t *event) in efx_ef10_handle_rx_event_errors() [all …]
|
D | bitfield.h | 83 } efx_qword_t; typedef 88 efx_qword_t qword[2];
|
D | net_driver.h | 151 efx_qword_t option; 1285 bool (*handle_global_event)(struct efx_channel *channel, efx_qword_t *);
|
D | tx_tso.c | 88 ptr = (char *) (((efx_qword_t *)tx_queue->txd.buf.addr) + insert_ptr); in prefetch_ptr()
|
D | ptp.c | 317 efx_qword_t evt_frags[MAX_EVENT_FRAGS]; 1885 void efx_ptp_event(struct efx_nic *efx, efx_qword_t *ev) in efx_ptp_event() 1936 void efx_time_sync_event(struct efx_channel *channel, efx_qword_t *ev) in efx_time_sync_event()
|
D | mcdi_mon.c | 103 void efx_mcdi_sensor_event(struct efx_nic *efx, efx_qword_t *ev) in efx_mcdi_sensor_event()
|
D | mcdi_port.c | 1152 void efx_mcdi_process_link_change(struct efx_nic *efx, efx_qword_t *ev) in efx_mcdi_process_link_change()
|
D | mcdi.c | 1302 efx_qword_t *event) in efx_mcdi_process_event()
|