Searched refs:input_len (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | tap_bpf_program.c | 102 __u8 input_len) in rte_softrss_be() argument 106 for (j = 0; j < input_len; j++) { in rte_softrss_be() 173 __u8 input_len = sizeof(v4_tuple) / sizeof(__u32); in rss_l3_l4() local 175 input_len--; in rss_l3_l4() 199 __u8 input_len = sizeof(v6_tuple) / sizeof(__u32); in rss_l3_l4() local 201 input_len--; in rss_l3_l4()
|
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_thash.h | 180 rte_softrss(uint32_t *input_tuple, uint32_t input_len, in rte_softrss() argument 185 for (j = 0; j < input_len; j++) { in rte_softrss() 210 rte_softrss_be(uint32_t *input_tuple, uint32_t input_len, in rte_softrss_be() argument 215 for (j = 0; j < input_len; j++) { in rte_softrss_be()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha1/ |
| H A D | sha1.c | 109 SHA1Update(SHA1_CTX *ctx, const void *inptr, size_t input_len) in SHA1Update() argument 118 if (input_len == 0) in SHA1Update() 125 if ((ctx->count[1] += (input_len << 3)) < (input_len << 3)) in SHA1Update() 128 ctx->count[0] += (input_len >> 29); in SHA1Update() 134 if (input_len >= buf_len) { in SHA1Update() 153 for (; i + 63 < input_len; i += 64) in SHA1Update() 156 block_count = (input_len - i) >> 6; in SHA1Update() 171 if (input_len == i) in SHA1Update() 178 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i); in SHA1Update()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2.c | 789 if (input_len == 0) in SHA2Update() 799 if ((ctx->count.c32[1] += (input_len << 3)) < (input_len << 3)) in SHA2Update() 802 ctx->count.c32[0] += (input_len >> 29); in SHA2Update() 811 if ((ctx->count.c64[1] += (input_len << 3)) < (input_len << 3)) in SHA2Update() 814 ctx->count.c64[0] += (input_len >> 29); in SHA2Update() 821 if (input_len >= buf_len) { in SHA2Update() 844 for (; i + buf_limit - 1 < input_len; i += buf_limit) { in SHA2Update() 848 for (; i + buf_limit - 1 < input_len; i += buf_limit) { in SHA2Update() 856 block_count = (input_len - i) >> 6; in SHA2Update() 863 block_count = (input_len - i) >> 7; in SHA2Update() [all …]
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.c | 227 u32 qede_unzip_data(struct ecore_hwfn *p_hwfn, u32 input_len, in qede_unzip_data() argument 233 p_hwfn->stream->avail_in = input_len; in qede_unzip_data()
|
| H A D | ecore_init_ops.c | 212 u32 offset, output_len, input_len, max_size; local 229 input_len = GET_FIELD(data, INIT_ARRAY_ZIPPED_HDR_ZIPPED_SIZE); 233 output_len = OSAL_UNZIP_DATA(p_hwfn, input_len,
|
| H A D | bcm_osal.h | 370 u32 qede_unzip_data(struct ecore_hwfn *p_hwfn, u32 input_len, 379 #define OSAL_UNZIP_DATA(p_hwfn, input_len, buf, max_size, unzip_buf) \ argument 380 qede_unzip_data(p_hwfn, input_len, buf, max_size, unzip_buf)
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_eth_rx_adapter.c | 654 uint32_t input_len; in rxa_do_softrss() local 667 input_len = RTE_THASH_V4_L3_LEN; in rxa_do_softrss() 672 input_len = RTE_THASH_V6_L3_LEN; in rxa_do_softrss() 676 return rte_softrss_be(tuple, input_len, rss_key_be); in rxa_do_softrss()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 3707 …<parameter type-id='type-id-67' name='input_len' filepath='../../module/icp/algs/sha2/sha2.c' line…
|