/Linux-v5.10/drivers/net/ethernet/sfc/ |
D | nic_common.h | 33 static inline efx_qword_t *efx_event(struct efx_channel *channel, in efx_event() 36 return ((efx_qword_t *) (channel->eventq.buf.addr)) + in efx_event() 50 static inline int efx_event_present(efx_qword_t *event) in efx_event_present() 59 static inline efx_qword_t * 62 return ((efx_qword_t *) (tx_queue->txd.buf.addr)) + index; in efx_tx_desc() 99 static inline efx_qword_t * 102 return ((efx_qword_t *) (rx_queue->rxd.buf.addr)) + index; in efx_rx_desc() 192 static inline void efx_sensor_event(struct efx_nic *efx, efx_qword_t *ev) in efx_sensor_event()
|
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 | ptp.h | 28 void efx_ptp_event(struct efx_nic *efx, efx_qword_t *ev); 31 void efx_time_sync_event(struct efx_channel *channel, efx_qword_t *ev);
|
D | farch.c | 87 static inline void efx_write_buf_tbl(struct efx_nic *efx, efx_qword_t *value, in efx_write_buf_tbl() 173 efx_qword_t buf_desc; in efx_init_special_buffer() 295 const efx_qword_t *txd) in efx_farch_push_tx_desc() 319 efx_qword_t *txd; in efx_farch_tx_write() 379 entries * sizeof(efx_qword_t)); in efx_farch_tx_probe() 467 efx_qword_t *rxd; in efx_farch_build_rx_desc() 509 entries * sizeof(efx_qword_t)); in efx_farch_rx_probe() 794 efx_qword_t *event) in efx_farch_generate_event() 810 efx_qword_t event; in efx_farch_magic_event() 824 efx_farch_handle_tx_event(struct efx_channel *channel, efx_qword_t *event) in efx_farch_handle_tx_event() [all …]
|
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 | ef100_rx.c | 130 void efx_ef100_ev_rx(struct efx_channel *channel, const efx_qword_t *p_event) in efx_ef100_ev_rx() 154 efx_qword_t *rxd; in ef100_rx_write()
|
D | siena_sriov.c | 109 u64 evq0_addrs[EFX_MAX_VF_EVQ_SIZE * sizeof(efx_qword_t) / 166 (EFX_MAX_DMAQ_SIZE * sizeof(efx_qword_t) / EFX_BUF_SIZE)) 169 (2 * EFX_MAX_DMAQ_SIZE * sizeof(efx_qword_t) / EFX_BUF_SIZE)) 408 efx_qword_t event; in __efx_siena_sriov_push_vf_status() 480 efx_qword_t buf; in efx_siena_sriov_bufs() 502 sizeof(efx_qword_t) / EFX_BUF_SIZE; in bad_buf_count() 945 efx_qword_t event; in efx_siena_sriov_reset_vf() 1402 void efx_siena_sriov_event(struct efx_channel *channel, efx_qword_t *event) in efx_siena_sriov_event() 1491 void efx_siena_sriov_tx_flush_done(struct efx_nic *efx, efx_qword_t *event) in efx_siena_sriov_tx_flush_done() 1510 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 | 130 const efx_qword_t *value, unsigned int index) in efx_sram_writeq() 181 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); 359 void efx_mcdi_process_link_change(struct efx_nic *efx, efx_qword_t *ev);
|
D | ef10.c | 2177 sizeof(efx_qword_t), in efx_ef10_tx_probe() 2183 const efx_qword_t *txd) in efx_ef10_push_tx_desc() 2311 efx_qword_t *txd; in efx_ef10_tx_init() 2417 efx_qword_t *txd; in efx_ef10_tx_write() 2544 efx_qword_t *rxd; in efx_ef10_build_rx_desc() 2583 efx_qword_t event; in efx_ef10_rx_defer_refill() 2595 sizeof(efx_qword_t)); in efx_ef10_rx_defer_refill() 2675 const efx_qword_t *event) in efx_ef10_handle_rx_event_errors() 2762 const efx_qword_t *event) in efx_ef10_handle_rx_event() 2770 efx_qword_t errors; in efx_ef10_handle_rx_event() [all …]
|
D | mcdi_port_common.h | 65 void efx_mcdi_process_link_change(struct efx_nic *efx, efx_qword_t *ev);
|
D | mcdi_functions.c | 67 sizeof(efx_qword_t), in efx_mcdi_ev_probe() 274 sizeof(efx_qword_t), in efx_mcdi_rx_probe()
|
D | net_driver.h | 167 efx_qword_t option; /* EF10 */ 1313 bool (*handle_global_event)(struct efx_channel *channel, efx_qword_t *); 1451 void (*sensor_event)(struct efx_nic *efx, efx_qword_t *ev);
|
D | ef100_nic.c | 202 sizeof(efx_qword_t), in ef100_ev_probe() 235 efx_qword_t *p_event; in ef100_ev_process() 640 efx_qword_t event; in efx_ef100_ev_test_generate() 653 sizeof(efx_qword_t)); in efx_ef100_ev_test_generate()
|
D | nic.h | 394 efx_qword_t *event);
|
D | bitfield.h | 83 } efx_qword_t; typedef 88 efx_qword_t qword[2];
|
D | ef100_tx.c | 315 void ef100_ev_tx(struct efx_channel *channel, const efx_qword_t *p_event) in ef100_ev_tx()
|
D | tx_tso.c | 88 ptr = (char *) (((efx_qword_t *)tx_queue->txd.buf.addr) + insert_ptr); in prefetch_ptr()
|
D | mcdi_mon.c | 103 void efx_mcdi_sensor_event(struct efx_nic *efx, efx_qword_t *ev) in efx_mcdi_sensor_event()
|
D | ptp.c | 322 efx_qword_t evt_frags[MAX_EVENT_FRAGS]; 1915 void efx_ptp_event(struct efx_nic *efx, efx_qword_t *ev) in efx_ptp_event() 1966 void efx_time_sync_event(struct efx_channel *channel, efx_qword_t *ev) in efx_time_sync_event()
|
D | mcdi_port_common.c | 1267 void efx_mcdi_process_link_change(struct efx_nic *efx, efx_qword_t *ev) in efx_mcdi_process_link_change()
|
D | mcdi.c | 1312 efx_qword_t *event) in efx_mcdi_process_event()
|