Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 46) sorted by relevance

12

/dpdk/drivers/common/sfc_efx/base/
H A Defx_hash.c89 efx_hash_dwords( in efx_hash_dwords()
138 efx_hash_bytes( in efx_hash_bytes()
221 efx_hash_bytes( in efx_hash_bytes()
H A Defx_crc32.c84 efx_crc32_calculate( in efx_crc32_calculate()
/dpdk/examples/vm_power_manager/
H A Dparse.c19 parse_set(const char *input, uint16_t set[], unsigned int num) in parse_set()
84 parse_branch_ratio(const char *input, float *branch_ratio) in parse_branch_ratio()
/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_tlu_hash.c37 static unsigned int stage(unsigned int input) in stage()
57 static unsigned int fast_stage(unsigned int input) in fast_stage()
137 unsigned int input = (0x88888888 ^ (8 << i)) | (j << i); in hash_init() local
/dpdk/drivers/net/txgbe/
H A Dtxgbe_fdir.c523 atr_compute_perfect_hash(struct txgbe_atr_input *input, in atr_compute_perfect_hash()
566 atr_compute_signature_hash(struct txgbe_atr_input *input, in atr_compute_signature_hash()
594 struct txgbe_atr_input *input, uint8_t queue, in fdir_write_perfect_filter()
663 struct txgbe_atr_input *input, uint8_t queue, uint32_t fdircmd, in fdir_add_signature_filter()
731 struct txgbe_atr_input *input) in txgbe_fdir_filter_lookup()
765 struct txgbe_atr_input *input) in txgbe_remove_fdir_filter()
/dpdk/lib/pci/
H A Drte_pci.c42 pci_bdf_parse(const char *input, struct rte_pci_addr *dev_addr) in pci_bdf_parse()
60 pci_dbdf_parse(const char *input, struct rte_pci_addr *dev_addr) in pci_dbdf_parse()
/dpdk/lib/acl/
H A Dacl_run_scalar.c69 scan_forward(uint32_t input, uint32_t max) in scan_forward()
76 uint8_t input) in scalar_transition()
H A Dacl_run_avx2.h168 ymm_t input[2], tr_lo[2], tr_hi[2]; in search_avx2x16() local
H A Dacl_run_neon.h230 int32x4_t input; in search_neon_4() local
H A Dacl_run_sse.h291 xmm_t input, indices1, indices2; in search_sse_4() local
H A Dacl_run_altivec.h266 xmm_t input; in search_altivec_4() local
/dpdk/drivers/bus/dpaa/base/qbman/
H A Dprocess.c239 struct dpaa_ioctl_raw_portal input; in qman_allocate_raw_portal() local
261 struct dpaa_ioctl_raw_portal input; in qman_free_raw_portal() local
273 struct dpaa_ioctl_raw_portal input; in bman_allocate_raw_portal() local
291 struct dpaa_ioctl_raw_portal input; in bman_free_raw_portal() local
/dpdk/examples/vm_power_manager/guest_cli/
H A Dparse.c20 parse_set(const char *input, uint16_t set[], unsigned int num) in parse_set()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c1438 u32 ixgbe_atr_compute_sig_hash_82599(union ixgbe_atr_hash_dword input, in ixgbe_atr_compute_sig_hash_82599()
1505 union ixgbe_atr_hash_dword input, in ixgbe_fdir_add_signature_filter_82599()
1578 void ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, in ixgbe_atr_compute_perfect_hash_82599()
1841 union ixgbe_atr_input *input, in ixgbe_fdir_write_perfect_filter_82599()
1931 union ixgbe_atr_input *input, in ixgbe_fdir_erase_perfect_filter_82599()
1979 union ixgbe_atr_input *input, in ixgbe_fdir_add_perfect_filter_82599()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c809 atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, in atr_compute_perfect_hash_82599()
852 atr_compute_sig_hash_82599(union ixgbe_atr_input *input, in atr_compute_sig_hash_82599()
884 union ixgbe_atr_input *input, uint8_t queue, in fdir_write_perfect_filter_82599()
987 union ixgbe_atr_input *input, u8 queue, uint32_t fdircmd, in fdir_add_signature_filter_82599()
/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c1542 struct acc100_dma_req_desc *desc, struct rte_mbuf **input, in acc100_dma_desc_te_fill()
1623 struct acc100_dma_req_desc *desc, struct rte_mbuf **input, in acc100_dma_desc_le_fill()
1798 struct rte_mbuf **input, struct rte_mbuf *h_output, in acc100_dma_desc_ld_fill()
1920 struct rte_mbuf *input, struct rte_mbuf *h_output, in acc100_dma_desc_ld_update()
2293 struct rte_mbuf *input, *output_head, *output; in enqueue_enc_one_op_cb() local
2409 struct rte_mbuf *input, *output_head, *output; in enqueue_ldpc_enc_one_op_cb() local
2465 struct rte_mbuf *input, *output_head, *output; in enqueue_enc_one_op_tb() local
2685 struct rte_mbuf *input, *h_output_head, *h_output, in enqueue_dec_one_op_cb() local
2924 struct rte_mbuf *input, *h_output_head, *h_output; in enqueue_ldpc_dec_one_op_cb() local
3014 struct rte_mbuf *input, *h_output_head, *h_output; in enqueue_ldpc_dec_one_op_tb() local
[all …]
/dpdk/drivers/net/ice/base/
H A Dice_fdir.c3038 ice_fdir_get_prgm_desc(struct ice_hw *hw, struct ice_fdir_fltr *input, in ice_fdir_get_prgm_desc()
3302 ice_fdir_get_gen_prgm_pkt(struct ice_hw *hw, struct ice_fdir_fltr *input, in ice_fdir_get_gen_prgm_pkt()
4115 ice_fdir_get_prgm_pkt(struct ice_fdir_fltr *input, u8 *pkt, bool frag) in ice_fdir_get_prgm_pkt()
4280 bool ice_fdir_is_dup_fltr(struct ice_hw *hw, struct ice_fdir_fltr *input) in ice_fdir_is_dup_fltr()
/dpdk/drivers/net/ice/
H A Dice_acl_filter.c313 ice_acl_set_input_set(struct ice_acl_conf *filter, struct ice_fdir_fltr *input) in ice_acl_set_input_set()
412 ice_acl_hw_set_conf(struct ice_pf *pf, struct ice_fdir_fltr *input, in ice_acl_hw_set_conf()
489 struct ice_fdir_fltr *input; in ice_acl_create_filter() local
/dpdk/app/test/
H A Dtest_kvargs.c66 const char *input; in test_valid_kvargs() member
H A Dtest_cryptodev_asym.c317 uint8_t input[TEST_DATA_SIZE] = {0}; in test_cryptodev_asym_op() local
1392 uint8_t input[TEST_DATA_SIZE] = {0}; in test_mod_inv() local
1505 uint8_t input[TEST_DATA_SIZE] = {0}; in test_mod_exp() local
/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Drte_fpga_5gnr_fec.c931 struct fpga_dma_enc_desc *desc, struct rte_mbuf *input, in fpga_dma_desc_te_fill()
990 struct rte_mbuf *input, struct rte_mbuf *output, in fpga_dma_desc_ld_fill()
1210 uint64_t *input = NULL; in fpga_harq_write_loopback() local
1276 uint64_t *input = NULL; in fpga_harq_read_loopback() local
/dpdk/lib/bbdev/
H A Drte_bbdev_op.h379 struct rte_bbdev_op_data input; member
454 struct rte_bbdev_op_data input; member
620 struct rte_bbdev_op_data input; member
653 struct rte_bbdev_op_data input; member
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_flow.c799 const struct rte_flow_item *input) in ipn3ke_match_pattern()
814 ipn3ke_find_filter_func(const struct rte_flow_item *input, in ipn3ke_find_filter_func()
/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.c1236 struct fpga_dma_enc_desc *desc, struct rte_mbuf *input, in fpga_dma_desc_te_fill()
1297 struct fpga_dma_dec_desc *desc, struct rte_mbuf *input, in fpga_dma_desc_td_fill()
1500 struct rte_mbuf *input; in enqueue_enc_one_op_cb() local
1564 struct rte_mbuf *input, *output_head, *output; in enqueue_enc_one_op_tb() local
1784 struct rte_mbuf *input; in enqueue_dec_one_op_cb() local
1843 struct rte_mbuf *input, *output_head, *output; in enqueue_dec_one_op_tb() local
/dpdk/drivers/net/i40e/
H A Di40e_fdir.c1302 i40e_fdir_filter_convert(const struct i40e_fdir_filter_conf *input, in i40e_fdir_filter_convert()
1319 const struct i40e_fdir_input *input) in i40e_sw_fdir_filter_lookup()
1371 i40e_sw_fdir_filter_del(struct i40e_pf *pf, struct i40e_fdir_input *input) in i40e_sw_fdir_filter_del()

12