Searched refs:efx_oword_t (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/ethernet/sfc/ |
H A D | io.h | 82 static inline void efx_writeo(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo() 117 static inline void efx_reado(struct efx_nic *efx, efx_oword_t *value, in efx_reado() 146 efx_writeo_table(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo_table() 149 efx_writeo(efx, value, reg + index * sizeof(efx_oword_t)); in efx_writeo_table() 153 static inline void efx_reado_table(struct efx_nic *efx, efx_oword_t *value, in efx_reado_table() 156 efx_reado(efx, value, reg + index * sizeof(efx_oword_t)); in efx_reado_table() 173 static inline void _efx_writeo_page(struct efx_nic *efx, efx_oword_t *value, in _efx_writeo_page()
|
H A D | ef100_tx.c | 28 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.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() 265 efx_oword_t *txd; in ef100_tx_make_descriptors()
|
H A D | ef100.c | 111 efx_oword_t entry; in ef100_pci_parse_continue_entry()
|
H A D | bitfield.h | 93 } efx_oword_t; typedef
|
H A D | ef10.c | 2223 efx_oword_t reg; in efx_ef10_push_tx_desc()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A 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()
|
H A D | farch.c | 95 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 …]
|
H A D | siena_sriov.c | 233 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()
|
H A D | nic.h | 196 efx_oword_t mask;
|
H A D | net_driver.h | 702 efx_oword_t oword[EFX_MCAST_HASH_ENTRIES / sizeof(efx_oword_t) / 8];
|
H A D | bitfield.h | 91 } efx_oword_t; typedef
|