Searched refs:efx_oword_t (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | ef100_tx.c | 28 sizeof(efx_oword_t), in ef100_tx_probe() 118 static efx_oword_t *ef100_tx_desc(struct efx_tx_queue *tx_queue, unsigned int index) in ef100_tx_desc() 121 return ((efx_oword_t *)tx_queue->txd.buf.addr) + index; in ef100_tx_desc() 151 struct efx_tx_buffer *buffer, efx_oword_t *txd) in ef100_set_tx_csum_partial() 153 efx_oword_t csum; in ef100_set_tx_csum_partial() 172 static void ef100_set_tx_hw_vlan(const struct sk_buff *skb, efx_oword_t *txd) in ef100_set_tx_hw_vlan() 175 efx_oword_t vlan; in ef100_set_tx_hw_vlan() 185 struct efx_tx_buffer *buffer, efx_oword_t *txd, in ef100_make_send_desc() 203 struct efx_tx_buffer *buffer, efx_oword_t *txd, in ef100_make_tso_desc() 248 efx_oword_t *txd; in ef100_tx_make_descriptors()
|
D | io.h | 106 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()
|
D | farch.c | 94 static bool efx_masked_compare_oword(const efx_oword_t *a, const efx_oword_t *b, in efx_masked_compare_oword() 95 const efx_oword_t *mask) in efx_masked_compare_oword() 107 efx_oword_t mask, imask, original, reg, buf; in efx_farch_test_registers() 199 efx_oword_t buf_tbl_upd; in efx_fini_special_buffer() 298 efx_oword_t reg; in efx_farch_push_tx_desc() 386 efx_oword_t reg; in efx_farch_tx_init() 425 efx_oword_t tx_flush_descq; in efx_farch_flush_tx_queue() 439 efx_oword_t tx_desc_ptr; in efx_farch_tx_fini() 514 efx_oword_t rx_desc_ptr; in efx_farch_rx_init() 553 efx_oword_t rx_flush_descq; in efx_farch_flush_rx_queue() [all …]
|
D | nic.c | 385 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()
|
D | siena.c | 262 efx_oword_t reg; in siena_probe_nic() 301 rc = efx_nic_alloc_buffer(efx, &efx->irq_status, sizeof(efx_oword_t), in siena_probe_nic() 348 efx_oword_t temp; in siena_rx_pull_rss_config() 368 efx_oword_t temp; in siena_rx_push_rss_config() 403 efx_oword_t temp; in siena_init_nic()
|
D | siena_sriov.c | 232 efx_oword_t reg; in efx_siena_sriov_usrev() 537 efx_oword_t reg; in efx_vfdi_init_evq() 579 efx_oword_t reg; in efx_vfdi_init_rxq() 620 efx_oword_t reg; in efx_vfdi_init_txq() 680 efx_oword_t reg; in efx_vfdi_fini_all_queues() 947 efx_oword_t reg; in efx_siena_sriov_reset_vf()
|
D | nic.h | 386 efx_oword_t mask;
|
D | net_driver.h | 708 efx_oword_t oword[EFX_MCAST_HASH_ENTRIES / sizeof(efx_oword_t) / 8];
|
D | ef100.c | 111 efx_oword_t entry; in ef100_pci_parse_continue_entry()
|
D | bitfield.h | 91 } efx_oword_t; typedef
|
D | ef10.c | 2189 efx_oword_t reg; in efx_ef10_push_tx_desc()
|