| /dpdk/lib/eal/common/ |
| H A D | eal_common_trace_ctf.c | 33 meta_copy(char **meta, int *offset, char *str, int rc) in meta_copy() 61 meta_data_type_emit(char **meta, int *offset) in meta_data_type_emit() 115 meta_header_emit(char **meta, int *offset) in meta_header_emit() 138 meta_env_emit(char **meta, int *offset) in meta_env_emit() 152 meta_clock_pass1_emit(char **meta, int *offset) in meta_clock_pass1_emit() 165 meta_clock_pass2_emit(char **meta, int *offset) in meta_clock_pass2_emit() 177 meta_clock_pass3_emit(char **meta, int *offset) in meta_clock_pass3_emit() 189 meta_clock_pass4_emit(char **meta, int *offset) in meta_clock_pass4_emit() 205 meta_stream_emit(char **meta, int *offset) in meta_stream_emit() 225 meta_event_emit(char **meta, int *offset, struct trace_point *tp) in meta_event_emit() [all …]
|
| /dpdk/lib/port/ |
| H A D | rte_port.h | 27 #define RTE_MBUF_METADATA_UINT32_PTR(mbuf, offset) \ argument 29 #define RTE_MBUF_METADATA_UINT64_PTR(mbuf, offset) \ argument 33 (*RTE_MBUF_METADATA_UINT8_PTR(mbuf, offset)) argument 31 RTE_MBUF_METADATA_UINT32_PTR(mbuf,offset) global() argument 36 RTE_MBUF_METADATA_UINT8(mbuf,offset) global() argument 38 RTE_MBUF_METADATA_UINT16(mbuf,offset) global() argument 40 RTE_MBUF_METADATA_UINT32(mbuf,offset) global() argument 42 RTE_MBUF_METADATA_UINT64(mbuf,offset) global() argument [all...] |
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_init_ops.h | 76 #define STORE_RT_REG(hwfn, offset, val) \ argument 79 #define OVERWRITE_RT_REG(hwfn, offset, val) \ argument 97 #define STORE_RT_REG_AGG(hwfn, offset, val) \ argument
|
| /dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_sys.h | 183 static inline void qbman_cinh_write(struct qbman_swp_sys *s, uint32_t offset, in qbman_cinh_write() 194 uint32_t offset) in qbman_cinh_write_start_wo_shadow() 205 uint32_t offset, void *cmd) in qbman_cinh_write_complete() 221 static inline uint32_t qbman_cinh_read(struct qbman_swp_sys *s, uint32_t offset) in qbman_cinh_read() 232 uint32_t offset) in qbman_cinh_read_shadow() 251 uint32_t offset) in qbman_cinh_read_wo_shadow() 261 uint32_t offset) in qbman_cena_write_start() 275 uint32_t offset) in qbman_cena_write_start_wo_shadow() 290 uint32_t offset, void *cmd) in qbman_cena_write_complete() 316 uint32_t offset) in qbman_cena_write_complete_wo_shadow() [all …]
|
| /dpdk/drivers/bus/pci/bsd/ |
| H A D | pci.c | 156 uint64_t offset; in pci_uio_map_resource_by_index() local 399 void *buf, size_t len, off_t offset) in rte_pci_read_config() 445 const void *buf, size_t len, off_t offset) in rte_pci_write_config() 488 void *buf, size_t len, off_t offset) in rte_pci_mmio_read() 499 const void *buf, size_t len, off_t offset) in rte_pci_mmio_write() 542 void *data, size_t len, off_t offset) in pci_uio_ioport_read() 571 void *data, size_t len, off_t offset) in rte_pci_ioport_read() 584 const void *data, size_t len, off_t offset) in pci_uio_ioport_write() 613 const void *data, size_t len, off_t offset) in rte_pci_ioport_write()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipip.h | 16 ipip_outbound(struct rte_mbuf *m, uint32_t offset, uint32_t is_ipv6, in ipip_outbound() 86 ip4ip_outbound(struct rte_mbuf *m, uint32_t offset, in ip4ip_outbound() 93 ip6ip_outbound(struct rte_mbuf *m, uint32_t offset, in ip6ip_outbound() 124 ipip_inbound(struct rte_mbuf *m, uint32_t offset) in ipip_inbound()
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_at24_eeprom.c | 13 u32 offset, u8 *buf, u32 len) in at24_eeprom_read_and_try() 31 u32 offset, u8 *buf, int count) in at24_eeprom_read() 61 u32 offset, u8 *buf, int count) in at24_eeprom_write()
|
| H A D | opae_i2c.c | 27 u32 offset, u8 *buf, u32 count) in i2c_read() 68 u32 offset, u8 *buffer, int len) in i2c_write() 107 int i2c_read8(struct altera_i2c_dev *dev, unsigned int slave_addr, u32 offset, in i2c_read8() 113 int i2c_read16(struct altera_i2c_dev *dev, unsigned int slave_addr, u32 offset, in i2c_read16() 120 int i2c_write8(struct altera_i2c_dev *dev, unsigned int slave_addr, u32 offset, in i2c_write8() 126 int i2c_write16(struct altera_i2c_dev *dev, unsigned int slave_addr, u32 offset, in i2c_write16()
|
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | bitalloc.c | 90 int offset = 0; in ba_init() local 114 int offset, in ba_alloc_helper() 187 int offset, in ba_alloc_reverse_helper() 233 int offset, in ba_alloc_index_helper() 289 int offset, in ba_inuse_helper() 327 int offset, in ba_free_helper() 391 int offset, in ba_find_next_helper()
|
| /dpdk/lib/ethdev/ |
| H A D | sff_8472.c | 84 int offset; /* A2-relative address offset */ member 116 #define A2_OFFSET_TO_U16(offset) \ argument 120 #define A2_OFFSET_TO_SLP(offset) \ argument 124 #define A2_OFFSET_TO_OFF(offset) \ argument 128 #define A2_OFFSET_TO_RXPWRx(offset) \ argument 136 #define A2_OFFSET_TO_TEMP(offset) ((int16_t)A2_OFFSET_TO_U16(offset)) argument
|
| H A D | rte_dev_info.h | 19 uint32_t offset; /**< Start register table location for access */ global() member 30 uint32_t offset; /**< Start EEPROM address for access*/ global() member
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_lic.c | 437 __in uint32_t offset, in efx_lic_v1v2_find_end() 452 __in uint32_t offset, in efx_lic_v1v2_find_key() 532 __in uint32_t offset, in efx_lic_v1v2_read_key() 567 __in uint32_t offset, in efx_lic_v1v2_write_key() 603 __in uint32_t offset, in efx_lic_v1v2_delete_key() 1051 __in uint32_t offset, in efx_lic_v3_find_end() 1065 __in uint32_t offset, in efx_lic_v3_find_key() 1124 __in uint32_t offset, in efx_lic_v3_read_key() 1145 __in uint32_t offset, in efx_lic_v3_write_key() 1163 __in uint32_t offset, in efx_lic_v3_delete_key() [all …]
|
| H A D | efx_nvram.c | 266 __in unsigned int offset, in efx_nvram_read_chunk() 304 __in unsigned int offset, in efx_nvram_read_backup() 340 unsigned int offset = 0; in efx_nvram_erase() local 376 __in unsigned int offset, in efx_nvram_write_chunk() 799 __in uint32_t offset, in efx_mcdi_nvram_read() 855 __in uint32_t offset, in efx_mcdi_nvram_erase() 897 __in uint32_t offset, in efx_mcdi_nvram_write()
|
| H A D | efx_sram.c | 183 size_t offset = row * FR_AZ_SRM_DBG_REG_STEP; in efx_sram_byte_increment_set() local 238 size_t offset = row * FR_AZ_SRM_DBG_REG_STEP; in efx_sram_byte_changing_set() local 259 size_t offset = row * FR_AZ_SRM_DBG_REG_STEP; in efx_sram_bit_sweep_set() local
|
| H A D | efx_vpd.c | 452 unsigned int offset; in efx_vpd_hunk_length() local 485 unsigned int offset; in efx_vpd_hunk_verify() local 584 unsigned int offset = 0; in efx_vpd_hunk_reinit() local 638 unsigned int offset; in efx_vpd_hunk_next() local 716 unsigned int offset; in efx_vpd_hunk_get() local 776 unsigned int offset; in efx_vpd_hunk_set() local
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_eeprom.c | 137 s32 txgbe_ee_read16(struct txgbe_hw *hw, u32 offset, in txgbe_ee_read16() 165 u32 offset, u32 words, void *data) in txgbe_ee_readw_buffer() 195 s32 txgbe_ee_readw_sw(struct txgbe_hw *hw, u32 offset, in txgbe_ee_readw_sw() 245 s32 txgbe_ee_write16(struct txgbe_hw *hw, u32 offset, in txgbe_ee_write16() 273 u32 offset, u32 words, void *data) in txgbe_ee_writew_buffer() 301 s32 txgbe_ee_writew_sw(struct txgbe_hw *hw, u32 offset, in txgbe_ee_writew_sw()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_ml.c | 11 roc_ml_reg_wait_to_clear(struct roc_ml *roc_ml, uint64_t offset, uint64_t mask) in roc_ml_reg_wait_to_clear() 30 roc_ml_reg_read64(struct roc_ml *roc_ml, uint64_t offset) in roc_ml_reg_read64() 38 roc_ml_reg_write64(struct roc_ml *roc_ml, uint64_t val, uint64_t offset) in roc_ml_reg_write64() 46 roc_ml_reg_read32(struct roc_ml *roc_ml, uint64_t offset) in roc_ml_reg_read32() 54 roc_ml_reg_write32(struct roc_ml *roc_ml, uint32_t val, uint64_t offset) in roc_ml_reg_write32() 62 roc_ml_reg_save(struct roc_ml *roc_ml, uint64_t offset) in roc_ml_reg_save() 109 roc_ml_addr_offset_to_pa(struct roc_ml *roc_ml, uint64_t offset) in roc_ml_addr_offset_to_pa()
|
| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | move_cmd.h | 92 uint16_t offset = 0, opt = 0; in rta_move() local 233 uint16_t *offset, uint16_t *opt) in set_move_offset() 373 math_offset(uint16_t offset) in math_offset()
|
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_eeprom.c | 133 u32 offset, u32 words, void *data) in ngbe_ee_readw_buffer() 196 u32 offset, u32 words, void *data) in ngbe_ee_writew_buffer() 274 u32 offset = (hw->rom.sw_addr + NGBE_EEPROM_VERSION_L) << 1; in ngbe_save_eeprom_version() local
|
| /dpdk/drivers/crypto/virtio/ |
| H A D | virtio_pci.c | 50 modern_read_dev_config(struct virtio_crypto_hw *hw, size_t offset, in modern_read_dev_config() 69 modern_write_dev_config(struct virtio_crypto_hw *hw, size_t offset, in modern_write_dev_config() 233 vtpci_read_cryptodev_config(struct virtio_crypto_hw *hw, size_t offset, in vtpci_read_cryptodev_config() 240 vtpci_write_cryptodev_config(struct virtio_crypto_hw *hw, size_t offset, in vtpci_write_cryptodev_config() 302 uint32_t offset = cap->offset; in get_cfg_addr() local
|
| /dpdk/drivers/common/nitrox/ |
| H A D | nitrox_csr.h | 12 #define NITROX_CSR_ADDR(bar_addr, offset) (bar_addr + (offset)) argument 41 nitrox_read_csr(uint8_t *bar_addr, uint64_t offset) in nitrox_read_csr() 47 nitrox_write_csr(uint8_t *bar_addr, uint64_t offset, uint64_t value) in nitrox_write_csr()
|
| /dpdk/lib/hash/ |
| H A D | rte_thash.c | 79 uint32_t offset; /** < Offset of the m-sequence */ global() member 420 get_subvalue(struct rte_thash_ctx * ctx,uint32_t offset) get_subvalue() argument 555 rte_thash_add_helper(struct rte_thash_ctx * ctx,const char * name,uint32_t len,uint32_t offset) rte_thash_add_helper() argument 679 read_unaligned_byte(uint8_t * ptr,unsigned int offset) read_unaligned_byte() argument 694 read_unaligned_bits(uint8_t * ptr,int len,int offset) read_unaligned_bits() argument 717 get_bits_mask(unsigned int len,unsigned int offset) get_bits_mask() argument 731 write_unaligned_byte(uint8_t * ptr,unsigned int len,unsigned int offset,uint8_t val) write_unaligned_byte() argument 749 write_unaligned_bits(uint8_t * ptr,int len,int offset,uint32_t val) write_unaligned_bits() argument 779 int offset; rte_thash_adjust_tuple() local [all...] |
| /dpdk/drivers/net/virtio/ |
| H A D | virtio.c | 28 virtio_read_dev_config(struct virtio_hw *hw, size_t offset, in virtio_read_dev_config() 35 virtio_write_dev_config(struct virtio_hw *hw, size_t offset, in virtio_write_dev_config()
|
| /dpdk/drivers/bus/pci/ |
| H A D | private.h | 55 uint64_t offset; member 127 uint64_t offset; member 136 uint32_t offset; member
|
| /dpdk/drivers/bus/pci/linux/ |
| H A D | pci.c | 631 void *buf, size_t len, off_t offset) in rte_pci_read_config() 654 const void *buf, size_t len, off_t offset) in rte_pci_write_config() 677 void *buf, size_t len, off_t offset) in rte_pci_mmio_read() 699 const void *buf, size_t len, off_t offset) in rte_pci_mmio_write() 748 void *data, size_t len, off_t offset) in rte_pci_ioport_read() 767 const void *data, size_t len, off_t offset) in rte_pci_ioport_write()
|