Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 116) sorted by relevance

12345

/dpdk/drivers/common/sfc_efx/base/
H A Def10_tlv_layout.h106 uint32_t length; member
124 uint32_t length; member
146 uint32_t length; member
163 uint32_t length; member
182 uint32_t length; member
200 uint32_t length; member
220 uint32_t length; member
228 uint32_t length; member
245 uint32_t length; member
253 uint32_t length; member
[all …]
H A Defx_lic.c487 __in uint32_t length) in efx_lic_v1v2_validate_key()
533 __in uint32_t length, in efx_lic_v1v2_read_key()
569 __in uint32_t length, in efx_lic_v1v2_write_key()
604 __in uint32_t length, in efx_lic_v1v2_delete_key()
1079 __in uint32_t length) in efx_lic_v3_validate_key()
1125 __in uint32_t length, in efx_lic_v3_read_key()
1147 __in uint32_t length, in efx_lic_v3_write_key()
1164 __in uint32_t length, in efx_lic_v3_delete_key()
1523 __in uint32_t length) in efx_lic_validate_key()
1549 __in uint32_t length, in efx_lic_read_key()
[all …]
H A Defx_hash.c140 __in size_t length, in efx_hash_bytes()
223 __in size_t length, in efx_hash_bytes()
H A Def10_vpd.c255 uint8_t length; in ef10_vpd_reinit() local
289 uint8_t length; in ef10_vpd_get() local
342 uint8_t length; in ef10_vpd_set() local
H A Defx_crc32.c87 __in int length) in efx_crc32_calculate()
H A Dsiena_vpd.c365 uint8_t length; in siena_vpd_reinit() local
399 uint8_t length; in siena_vpd_get() local
453 uint8_t length; in siena_vpd_set() local
/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h274 #define MOVE(program, src, src_offset, dst, dst_offset, length, opt) \ argument
302 #define MOVEB(program, src, src_offset, dst, dst_offset, length, opt) \ argument
331 #define MOVEDW(program, src, src_offset, dst, dst_offset, length, opt) \ argument
353 #define FIFOLOAD(program, data, src, length, flags) \ argument
373 #define SEQFIFOLOAD(program, data, length, flags) \ argument
392 #define FIFOSTORE(program, data, encrypt_flags, dst, length, flags) \ argument
411 #define SEQFIFOSTORE(program, data, encrypt_flags, length, flags) \ argument
432 #define KEY(program, key_dst, encrypt_flags, src, length, flags) \ argument
448 #define SEQINPTR(program, src, length, flags) \ argument
464 #define SEQOUTPTR(program, dst, length, flags) \ argument
[all …]
/dpdk/lib/hash/
H A Drte_jhash.h81 __rte_jhash_2hashes(const void *key, uint32_t length, uint32_t *pc, in __rte_jhash_2hashes() argument
236 rte_jhash_2hashes(const void * key,uint32_t length,uint32_t * pc,uint32_t * pb) rte_jhash_2hashes() argument
257 rte_jhash_32b_2hashes(const uint32_t * k,uint32_t length,uint32_t * pc,uint32_t * pb) rte_jhash_32b_2hashes() argument
280 rte_jhash(const void * key,uint32_t length,uint32_t initval) rte_jhash() argument
303 rte_jhash_32b(const uint32_t * k,uint32_t length,uint32_t initval) rte_jhash_32b() argument
[all...]
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_session.h38 size_t length; member
42 uint16_t length; member
55 size_t length; member
59 uint16_t length; member
73 size_t length; member
77 uint16_t length; member
/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dseq_in_out_ptr_cmd.h42 uint32_t length, uint32_t flags) in rta_seq_in_ptr()
118 uint32_t length, uint32_t flags) in rta_seq_out_ptr()
H A Dfifo_load_store_cmd.h49 uint64_t loc, uint32_t length, uint32_t flags) in rta_fifo_load()
205 uint32_t length, uint32_t flags) in rta_fifo_store()
H A Dmath_cmd.h81 int length, uint32_t options) in rta_math()
239 int length, uint32_t options) in rta_mathi()
H A Dload_cmd.h147 load_check_len_offset(int pos, uint32_t length, uint32_t offset) in load_check_len_offset()
216 uint32_t offset, uint32_t length, uint32_t flags) in rta_load()
H A Dkey_cmd.h28 uint32_t encrypt_flags, uint64_t src, uint32_t length, in rta_key()
/dpdk/drivers/crypto/virtio/
H A Dvirtio_crypto_algs.h17 uint16_t length; member
21 uint32_t length; member
H A Dvirtio_pci.c51 void *dst, int length) in modern_read_dev_config()
70 const void *src, int length) in modern_write_dev_config()
234 void *dst, int length) in vtpci_read_cryptodev_config()
241 const void *src, int length) in vtpci_write_cryptodev_config()
301 uint32_t length = cap->length; in get_cfg_addr() local
/dpdk/drivers/net/virtio/
H A Dvirtio.c29 void *dst, int length) in virtio_read_dev_config()
36 const void *src, int length) in virtio_write_dev_config()
H A Dvirtio_pci.c58 void *dst, int length) in legacy_read_dev_config()
93 const void *src, int length) in legacy_write_dev_config()
300 void *dst, int length) in modern_read_dev_config()
320 const void *src, int length) in modern_write_dev_config()
550 uint32_t length = cap->length; in get_cfg_addr() local
/dpdk/drivers/net/enic/base/
H A Dwq_enet_desc.h14 uint16_t length; member
42 uint64_t address, uint16_t length, uint16_t mss, uint16_t header_length, in wq_enet_desc_enc()
61 uint64_t *address, uint16_t *length, uint16_t *mss, in wq_enet_desc_dec()
H A Drq_enet_desc.h32 uint64_t address, uint8_t type, uint16_t length) in rq_enet_desc_enc()
40 uint64_t *address, uint8_t *type, uint16_t *length) in rq_enet_desc_dec()
/dpdk/lib/ethdev/
H A Drte_dev_info.h20 uint32_t length; /**< Number of registers to fetch */ global() member
31 uint32_t length; /**< Length of EEPROM region to access */ global() member
/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dsdap.h80 uint32_t *length, in pdcp_sdap_get_sn_parameters()
136 uint32_t length = 0; in pdcp_sdap_insert_no_int_op() local
216 uint32_t offset = 0, length = 0, sn_mask = 0; in pdcp_sdap_insert_enc_only_op() local
330 uint32_t offset = 0, length = 0, sn_mask = 0; in pdcp_sdap_insert_snoop_op() local
575 uint32_t offset = 0, length = 0, sn_mask = 0; in pdcp_sdap_insert_no_snoop_op() local
/dpdk/lib/cryptodev/
H A Drte_crypto_sym.h212 uint16_t length; /**< key length in bytes */ global() member
272 uint16_t length; global() member
412 uint16_t length; /**< key length in bytes */ global() member
438 uint16_t length; global() member
507 uint16_t length; /**< key length in bytes */ global() member
531 uint16_t length; global() member
643 uint32_t length; global() member
719 uint32_t length; global() member
768 uint32_t length; global() member
[all...]
/dpdk/drivers/net/cnxk/
H A Dcnxk_rep_msg.c184 cnxk_rep_msg_populate_msg_end(void *buffer, uint32_t *length) in cnxk_rep_msg_populate_msg_end()
190 cnxk_rep_msg_populate_type(void *buffer, uint32_t *length, cnxk_type_t type, uint32_t sz) in cnxk_rep_msg_populate_type()
208 cnxk_rep_msg_populate_header(void *buffer, uint32_t *length) in cnxk_rep_msg_populate_header()
228 cnxk_rep_msg_populate_command(void *buffer, uint32_t *length, cnxk_rep_msg_t type, uint32_t size) in cnxk_rep_msg_populate_command()
250 cnxk_rep_msg_populate_command_meta(void *buffer, uint32_t *length, void *msg_meta, uint32_t sz, in cnxk_rep_msg_populate_command_meta()
525 populate_ack_msg(void *buffer, uint32_t *length, cnxk_rep_msg_ack_data1_t *adata) in populate_ack_msg()
/dpdk/lib/net/
H A Drte_l2tpv2.h133 rte_be16_t length; /**< length(16) */ global() member
161 rte_be16_t length; /**< length(16) */ global() member
173 rte_be16_t length; /**< length(16) */ global() member
204 rte_be16_t length; /**< length(16) */ global() member
[all...]

12345