| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_intr.c | 927 .data_offset = 0, 931 .data_offset = 1, 935 .data_offset = 2, 939 .data_offset = 3, 943 .data_offset = 4, 947 .data_offset = 2, 951 .data_offset = 3, 955 .data_offset = 4, 959 .data_offset = 0, 963 .data_offset = 1, [all …]
|
| H A D | hns3_intr.h | 94 uint8_t data_offset; member
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_phy.c | 1114 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local 1149 &data_offset); in ixgbe_reset_phy_nl() 1154 data_offset++; in ixgbe_reset_phy_nl() 1167 data_offset++; in ixgbe_reset_phy_nl() 1173 data_offset++; in ixgbe_reset_phy_nl() 1174 ret_val = hw->eeprom.ops.read(hw, data_offset, in ixgbe_reset_phy_nl() 1178 data_offset++; in ixgbe_reset_phy_nl() 1188 data_offset++; in ixgbe_reset_phy_nl() 1193 data_offset++; in ixgbe_reset_phy_nl() 1813 u16 *data_offset) in ixgbe_get_sfp_init_sequence_offsets() argument [all …]
|
| H A D | ixgbe_phy.h | 170 u16 *data_offset);
|
| H A D | ixgbe_82599.c | 143 u16 list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local 153 &data_offset); in ixgbe_setup_sfp_modules_82599() 165 if (hw->eeprom.ops.read(hw, ++data_offset, &data_value)) in ixgbe_setup_sfp_modules_82599() 170 if (hw->eeprom.ops.read(hw, ++data_offset, &data_value)) in ixgbe_setup_sfp_modules_82599() 203 "eeprom read at offset %d failed", data_offset); in ixgbe_setup_sfp_modules_82599()
|
| H A D | ixgbe_82598.c | 166 u16 list_offset, data_offset; in ixgbe_init_phy_ops_82598() local 202 &data_offset); in ixgbe_init_phy_ops_82598()
|
| /f-stack/dpdk/examples/ip_pipeline/examples/ |
| H A D | flow_crypto.cli | 53 …iv 000102030405060708090a0b aead_aad 000102030405060708090a0b0c0d0e0f digest_size 8 data_offset 290 55 …iv 000102030405060708090a0b aead_aad 000102030405060708090a0b0c0d0e0f digest_size 8 data_offset 290
|
| /f-stack/dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 705 int data_len, data_offset; in build_auth_only_sg() local 718 data_offset = data_offset >> 3; in build_auth_only_sg() 778 sg->offset = data_offset; in build_auth_only_sg() 834 int data_len, data_offset; in build_auth_only() local 847 data_offset = data_offset >> 3; in build_auth_only() 896 sg->offset = data_offset; in build_auth_only() 930 int data_len, data_offset; in build_cipher_only_sg() local 943 data_offset = data_offset >> 3; in build_cipher_only_sg() 977 sg->offset = data_offset; in build_cipher_only_sg() 1011 sg->offset = data_offset; in build_cipher_only_sg() [all …]
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 876 int data_len, data_offset; in build_auth_sg_fd() local 881 data_offset = sym_op->auth.data.offset; in build_auth_sg_fd() 891 data_offset = data_offset >> 3; in build_auth_sg_fd() 993 int data_len, data_offset; in build_auth_fd() local 1008 data_offset = data_offset >> 3; in build_auth_fd() 1105 int data_len, data_offset; in build_cipher_sg_fd() local 1123 data_offset = data_offset >> 3; in build_cipher_sg_fd() 1153 data_offset, in build_cipher_sg_fd() 1238 int retval, data_len, data_offset; in build_cipher_fd() local 1256 data_offset = data_offset >> 3; in build_cipher_fd() [all …]
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_table_action.h | 519 uint32_t data_offset; member 760 uint32_t data_offset; member
|
| H A D | rte_table_action.c | 1001 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv4() 1031 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv4_vlan() 1061 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv6() 1087 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv6_vlan() 1710 uint16_t data_offset; member 1914 data->data_offset = (uint16_t)p->data_offset; in sym_crypto_apply() 1930 uint32_t payload_len = pkt_offset + mbuf->data_len - data->data_offset; in pkt_work_sym_crypto() 1958 sym->cipher.data.offset = data->data_offset - pkt_offset; in pkt_work_sym_crypto() 2029 sym->aead.data.offset = data->data_offset - pkt_offset; in pkt_work_sym_crypto()
|
| /f-stack/dpdk/drivers/net/atlantic/hw_atl/ |
| H A D | hw_atl_utils.c | 336 u32 data_offset = 0; in hw_atl_utils_fw_upload_dwords() local 338 for (; data_offset < cnt; ++mbox_offset, ++data_offset) { in hw_atl_utils_fw_upload_dwords() 339 aq_hw_write_reg(self, 0x328, p[data_offset]); in hw_atl_utils_fw_upload_dwords()
|
| /f-stack/freebsd/contrib/vchiq/interface/vchi/connections/ |
| H A D | connection.h | 182 uint32_t data_offset);
|
| /f-stack/dpdk/drivers/crypto/aesni_gcm/ |
| H A D | aesni_gcm_pmd.c | 225 uint32_t offset, data_offset, data_length; in process_gcm_crypto_op() local 233 data_offset = offset; in process_gcm_crypto_op() 237 data_offset = offset; in process_gcm_crypto_op() 270 data_offset); in process_gcm_crypto_op()
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_swx_table_em.c | 381 key_stack_offset, bkt_ext_stack_offset, data_offset; in __table_create() local 416 data_offset = bkt_ext_stack_offset + bkt_ext_stack_sz; in __table_create() 446 t->data = &memory[data_offset]; in __table_create()
|
| H A D | rte_table_hash_lru.c | 151 uint64_t data_offset; in rte_table_hash_lru_create() local 233 data_offset = key_stack_offset + key_stack_sz; in rte_table_hash_lru_create() 239 t->data_mem = &t->memory[data_offset]; in rte_table_hash_lru_create()
|
| H A D | rte_table_hash_ext.c | 174 uint64_t key_stack_offset, bkt_ext_stack_offset, data_offset; in rte_table_hash_ext_create() local 258 data_offset = bkt_ext_stack_offset + bkt_ext_stack_sz; in rte_table_hash_ext_create() 266 t->data_mem = &t->memory[data_offset]; in rte_table_hash_ext_create()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 500 data_offset <data_offset>]
|
| /f-stack/dpdk/drivers/net/dpaa2/mc/ |
| H A D | dpni.c | 859 uint16_t *data_offset) in dpni_get_tx_data_offset() argument 877 *data_offset = le16_to_cpu(rsp_params->data_offset); in dpni_get_tx_data_offset()
|
| H A D | fsl_dpni_cmd.h | 320 uint16_t data_offset; member
|
| H A D | fsl_dpni.h | 548 uint16_t *data_offset);
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_nvm.c | 353 u16 data_offset, u16 words_data_size, u16 *data_ptr) in i40e_read_nvm_module_data() argument 399 data_offset; in i40e_read_nvm_module_data()
|
| H A D | i40e_prototype.h | 459 u16 data_offset, u16 words_data_size, u16 *data_ptr);
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_debug.c | 6461 u32 data_offset, in qed_parse_mcp_trace_buf() argument 6490 &data_offset, in qed_parse_mcp_trace_buf() 6504 data_offset = qed_cyclic_add(data_offset, in qed_parse_mcp_trace_buf() 6540 &data_offset, in qed_parse_mcp_trace_buf()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cli.c | 1979 if (softnic_parser_read_uint32(&p.encap.vxlan.data_offset, in cmd_table_action_profile() 4786 status = softnic_parser_read_uint32(&p->data_offset, tokens[n_tokens - 1]); in parse_table_action_sym_crypto()
|