Searched refs:efx_qword_t (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | nic.h | 42 static inline efx_qword_t *efx_event(struct efx_channel *channel, in efx_event() 45 return ((efx_qword_t *) (channel->eventq.buf.addr)) + in efx_event() 59 static inline int efx_event_present(efx_qword_t *event) in efx_event_present() 68 static inline efx_qword_t * 71 return ((efx_qword_t *) (tx_queue->txd.buf.addr)) + index; in efx_tx_desc() 129 static inline efx_qword_t * 132 return ((efx_qword_t *) (rx_queue->rxd.buf.addr)) + index; in efx_rx_desc() 539 sizeof(efx_qword_t) / EFX_BUF_SIZE) 563 void efx_siena_sriov_tx_flush_done(struct efx_nic *efx, efx_qword_t *event); 564 void efx_siena_sriov_rx_flush_done(struct efx_nic *efx, efx_qword_t *event); [all …]
|
D | farch.c | 87 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() 364 entries * sizeof(efx_qword_t)); in efx_farch_tx_probe() 468 efx_qword_t *rxd; in efx_farch_build_rx_desc() 510 entries * sizeof(efx_qword_t)); in efx_farch_rx_probe() 801 efx_qword_t *event) in efx_farch_generate_event() 817 efx_qword_t event; in efx_farch_magic_event() 831 efx_farch_handle_tx_event(struct efx_channel *channel, efx_qword_t *event) in efx_farch_handle_tx_event() [all …]
|
D | siena_sriov.c | 110 u64 evq0_addrs[EFX_MAX_VF_EVQ_SIZE * sizeof(efx_qword_t) / 167 (EFX_MAX_DMAQ_SIZE * sizeof(efx_qword_t) / EFX_BUF_SIZE)) 170 (2 * EFX_MAX_DMAQ_SIZE * sizeof(efx_qword_t) / EFX_BUF_SIZE)) 409 efx_qword_t event; in __efx_siena_sriov_push_vf_status() 481 efx_qword_t buf; in efx_siena_sriov_bufs() 503 sizeof(efx_qword_t) / EFX_BUF_SIZE; in bad_buf_count() 944 efx_qword_t event; in efx_siena_sriov_reset_vf() 1396 void efx_siena_sriov_event(struct efx_channel *channel, efx_qword_t *event) in efx_siena_sriov_event() 1482 void efx_siena_sriov_tx_flush_done(struct efx_nic *efx, efx_qword_t *event) in efx_siena_sriov_tx_flush_done() 1501 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 | 129 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 | 171 void efx_mcdi_process_event(struct efx_channel *channel, efx_qword_t *event); 172 void efx_mcdi_sensor_event(struct efx_nic *efx, efx_qword_t *ev); 332 void efx_mcdi_process_link_change(struct efx_nic *efx, efx_qword_t *ev);
|
D | ef10.c | 1213 sizeof(efx_qword_t), in efx_ef10_tx_probe() 1219 const efx_qword_t *txd) in efx_ef10_push_tx_desc() 1242 efx_qword_t *txd; in efx_ef10_tx_init() 1345 efx_qword_t *txd; in efx_ef10_tx_write() 1492 sizeof(efx_qword_t), in efx_ef10_rx_probe() 1577 efx_qword_t *rxd; in efx_ef10_build_rx_desc() 1616 efx_qword_t event; in efx_ef10_rx_defer_refill() 1628 sizeof(efx_qword_t)); in efx_ef10_rx_defer_refill() 1647 sizeof(efx_qword_t), in efx_ef10_ev_probe() 1780 const efx_qword_t *event) in efx_ef10_handle_rx_event() [all …]
|
D | bitfield.h | 86 } efx_qword_t; typedef 91 efx_qword_t qword[2];
|
D | net_driver.h | 155 efx_qword_t option; 1243 bool (*handle_global_event)(struct efx_channel *channel, efx_qword_t *);
|
D | ptp.c | 298 efx_qword_t evt_frags[MAX_EVENT_FRAGS]; 1651 void efx_ptp_event(struct efx_nic *efx, efx_qword_t *ev) in efx_ptp_event() 1700 void efx_time_sync_event(struct efx_channel *channel, efx_qword_t *ev) in efx_time_sync_event()
|
D | mcdi_mon.c | 106 void efx_mcdi_sensor_event(struct efx_nic *efx, efx_qword_t *ev) in efx_mcdi_sensor_event()
|
D | mcdi_port.c | 838 void efx_mcdi_process_link_change(struct efx_nic *efx, efx_qword_t *ev) in efx_mcdi_process_link_change()
|
D | mcdi.c | 991 efx_qword_t *event) in efx_mcdi_process_event()
|
D | falcon.c | 1725 falcon_handle_global_event(struct efx_channel *channel, efx_qword_t *event) in falcon_handle_global_event()
|