Home
last modified time | relevance | path

Searched refs:efx_oword_t (Results 1 – 16 of 16) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/sfc/
Def100_tx.c28 sizeof(efx_oword_t), in ef100_tx_probe()
102 static efx_oword_t *ef100_tx_desc(struct efx_tx_queue *tx_queue, unsigned int index) in ef100_tx_desc()
105 return ((efx_oword_t *)tx_queue->txd.buf.addr) + index; in ef100_tx_desc()
135 struct efx_tx_buffer *buffer, efx_oword_t *txd) in ef100_set_tx_csum_partial()
137 efx_oword_t csum; in ef100_set_tx_csum_partial()
156 static void ef100_set_tx_hw_vlan(const struct sk_buff *skb, efx_oword_t *txd) in ef100_set_tx_hw_vlan()
159 efx_oword_t vlan; in ef100_set_tx_hw_vlan()
169 struct efx_tx_buffer *buffer, efx_oword_t *txd, in ef100_make_send_desc()
187 struct efx_tx_buffer *buffer, efx_oword_t *txd, in ef100_make_tso_desc()
264 efx_oword_t *txd; in ef100_tx_make_descriptors()
Dio.h106 static inline void efx_writeo(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo()
162 static inline void efx_reado(struct efx_nic *efx, efx_oword_t *value, in efx_reado()
212 efx_writeo_table(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo_table()
215 efx_writeo(efx, value, reg + index * sizeof(efx_oword_t)); in efx_writeo_table()
219 static inline void efx_reado_table(struct efx_nic *efx, efx_oword_t *value, in efx_reado_table()
222 efx_reado(efx, value, reg + index * sizeof(efx_oword_t)); in efx_reado_table()
239 static inline void _efx_writeo_page(struct efx_nic *efx, efx_oword_t *value, in _efx_writeo_page()
Dnic.c385 len += sizeof(efx_oword_t); in efx_nic_get_regs_len()
407 efx_reado(efx, (efx_oword_t *)buf, reg->offset); in efx_nic_get_regs()
408 buf += sizeof(efx_oword_t); in efx_nic_get_regs()
Dnic.h382 efx_oword_t mask;
Dnet_driver.h703 efx_oword_t oword[EFX_MCAST_HASH_ENTRIES / sizeof(efx_oword_t) / 8];
Def100.c112 efx_oword_t entry; in ef100_pci_parse_continue_entry()
Dbitfield.h91 } efx_oword_t; typedef
Def10.c2205 efx_oword_t reg; in efx_ef10_push_tx_desc()
/linux-5.19.10/drivers/net/ethernet/sfc/siena/
Dio.h106 static inline void efx_writeo(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo()
162 static inline void efx_reado(struct efx_nic *efx, efx_oword_t *value, in efx_reado()
212 efx_writeo_table(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo_table()
215 efx_writeo(efx, value, reg + index * sizeof(efx_oword_t)); in efx_writeo_table()
219 static inline void efx_reado_table(struct efx_nic *efx, efx_oword_t *value, in efx_reado_table()
222 efx_reado(efx, value, reg + index * sizeof(efx_oword_t)); in efx_reado_table()
239 static inline void _efx_writeo_page(struct efx_nic *efx, efx_oword_t *value, in _efx_writeo_page()
Dfarch.c95 static bool efx_masked_compare_oword(const efx_oword_t *a, const efx_oword_t *b, in efx_masked_compare_oword()
96 const efx_oword_t *mask) in efx_masked_compare_oword()
108 efx_oword_t mask, imask, original, reg, buf; in efx_farch_test_registers()
200 efx_oword_t buf_tbl_upd; in efx_fini_special_buffer()
299 efx_oword_t reg; in efx_farch_push_tx_desc()
387 efx_oword_t reg; in efx_farch_tx_init()
426 efx_oword_t tx_flush_descq; in efx_farch_flush_tx_queue()
440 efx_oword_t tx_desc_ptr; in efx_farch_tx_fini()
515 efx_oword_t rx_desc_ptr; in efx_farch_rx_init()
554 efx_oword_t rx_flush_descq; in efx_farch_flush_rx_queue()
[all …]
Dnic.c378 len += sizeof(efx_oword_t); in efx_siena_get_regs_len()
400 efx_reado(efx, (efx_oword_t *)buf, reg->offset); in efx_siena_get_regs()
401 buf += sizeof(efx_oword_t); in efx_siena_get_regs()
Dsiena.c265 efx_oword_t reg; in siena_probe_nic()
304 rc = efx_siena_alloc_buffer(efx, &efx->irq_status, sizeof(efx_oword_t), in siena_probe_nic()
351 efx_oword_t temp; in siena_rx_pull_rss_config()
371 efx_oword_t temp; in siena_rx_push_rss_config()
406 efx_oword_t temp; in siena_init_nic()
Dnic.h196 efx_oword_t mask;
Dsiena_sriov.c233 efx_oword_t reg; in efx_siena_sriov_usrev()
538 efx_oword_t reg; in efx_vfdi_init_evq()
580 efx_oword_t reg; in efx_vfdi_init_rxq()
621 efx_oword_t reg; in efx_vfdi_init_txq()
681 efx_oword_t reg; in efx_vfdi_fini_all_queues()
948 efx_oword_t reg; in efx_siena_sriov_reset_vf()
Dnet_driver.h702 efx_oword_t oword[EFX_MCAST_HASH_ENTRIES / sizeof(efx_oword_t) / 8];
Dbitfield.h91 } efx_oword_t; typedef