| /dpdk/lib/cmdline/ |
| H A D | cmdline_rdline.c | 146 cirbuf_align_left(&rdl->right); in rdline_get_buffer() 170 if (!CIRBUF_IS_EMPTY(&rdl->right)) in display_right_buffer() 172 CIRBUF_GET_LEN(&rdl->right)); in display_right_buffer() 232 cirbuf_del_head(&rdl->right); in rdline_char_in() 263 cirbuf_del_head(&rdl->right); in rdline_char_in() 270 cirbuf_del_head(&rdl->right); in rdline_char_in() 296 cirbuf_del_head(&rdl->right); in rdline_char_in() 339 while (! CIRBUF_IS_EMPTY(&rdl->right) && isblank2(cirbuf_get_head(&rdl->right))) in rdline_char_in() 340 cirbuf_del_head(&rdl->right); in rdline_char_in() 341 while (! CIRBUF_IS_EMPTY(&rdl->right) && !isblank2(cirbuf_get_head(&rdl->right))) in rdline_char_in() [all …]
|
| H A D | cmdline_private.h | 36 struct cirbuf right; member
|
| /dpdk/lib/rib/ |
| H A D | rte_rib.c | 32 struct rte_rib_node *right; member 59 return node->parent->right == node; in is_right_node() 182 (tmp->parent->right == NULL))) { in rte_rib_get_nxt() 189 tmp = (tmp->parent) ? tmp->parent->right : NULL; in rte_rib_get_nxt() 199 tmp = (tmp->left) ? tmp->left : tmp->right; in rte_rib_get_nxt() 216 if ((cur->left != NULL) && (cur->right != NULL)) in rte_rib_remove() 229 cur->parent->right = child; in rte_rib_remove() 266 new_node->right = NULL; in rte_rib_insert() 309 new_node->right = *tmp; in rte_rib_insert() 331 common_node->right = *tmp; in rte_rib_insert() [all …]
|
| H A D | rte_rib6.c | 31 struct rte_rib6_node *right; member 58 return node->parent->right == node; in is_right_node() 228 (tmp->parent->right == NULL))) { in rte_rib6_get_nxt() 245 tmp = (tmp->left != NULL) ? tmp->left : tmp->right; in rte_rib6_get_nxt() 263 if ((cur->left != NULL) && (cur->right != NULL)) in rte_rib6_remove() 265 child = (cur->left == NULL) ? cur->right : cur->left; in rte_rib6_remove() 276 cur->parent->right = child; in rte_rib6_remove() 319 new_node->right = NULL; in rte_rib6_insert() 379 new_node->right = *tmp; in rte_rib6_insert() 401 common_node->right = *tmp; in rte_rib6_insert() [all …]
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_filter.c | 436 __in const efx_filter_spec_t *right) in ef10_filter_equal() argument 449 if (left->efs_rem_port != right->efs_rem_port) in ef10_filter_equal() 451 if (left->efs_loc_port != right->efs_loc_port) in ef10_filter_equal() 453 if (left->efs_inner_vid != right->efs_inner_vid) in ef10_filter_equal() 455 if (left->efs_outer_vid != right->efs_outer_vid) in ef10_filter_equal() 457 if (left->efs_ether_type != right->efs_ether_type) in ef10_filter_equal() 459 if (left->efs_ip_proto != right->efs_ip_proto) in ef10_filter_equal() 461 if (left->efs_encap_type != right->efs_encap_type) in ef10_filter_equal() 477 __in const efx_filter_spec_t *right) in ef10_filter_same_dest() argument 480 (right->efs_flags & EFX_FILTER_FLAG_RX_RSS)) { in ef10_filter_same_dest() [all …]
|
| H A D | efx_mae.c | 1174 __in const efx_mae_match_spec_t *right) in efx_mae_match_specs_equal() argument 1176 return ((memcmp(left, right, sizeof (*left)) == 0) ? B_TRUE : B_FALSE); in efx_mae_match_specs_equal() 1970 __in const efx_mae_actions_t *right) in efx_mae_action_set_specs_equal() argument 1987 return ((memcmp(left, right, cmp_size) == 0) ? B_TRUE : B_FALSE); in efx_mae_action_set_specs_equal() 1994 __in const efx_mae_match_spec_t *right, in efx_mae_match_specs_class_cmp() argument 2020 mvpr = right->emms_mask_value_pairs.outer; in efx_mae_match_specs_class_cmp() 2031 mvpr = right->emms_mask_value_pairs.action; in efx_mae_match_specs_class_cmp() 2043 if (left->emms_type != right->emms_type || in efx_mae_match_specs_class_cmp() 2044 left->emms_prio != right->emms_prio) { in efx_mae_match_specs_class_cmp()
|
| H A D | efx_filter.c | 1180 __in const siena_filter_spec_t *right) in siena_filter_equal() argument 1187 if (left->sfs_type != right->sfs_type) in siena_filter_equal() 1190 if (memcmp(left->sfs_dword, right->sfs_dword, in siena_filter_equal() 1196 left->sfs_dmaq_id != right->sfs_dmaq_id) in siena_filter_equal()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_vfio.c | 189 struct user_mem_map *right = &del_maps[j]; in delete_maps() local 191 if (user_mem_map_cmp(left, right) == 0) { in delete_maps() 208 struct user_mem_map *right = &add_maps[j]; in copy_maps() local 212 memcpy(left, right, sizeof(*left)); in copy_maps() 221 merge_map(struct user_mem_map *left, struct user_mem_map *right) in merge_map() argument 224 if (memcmp(left, right, sizeof(struct user_mem_map)) == 0) in merge_map() 227 if (left->addr + left->len != right->addr) in merge_map() 229 if (left->iova + left->len != right->iova) in merge_map() 231 if (left->chunk != right->chunk) in merge_map() 233 left->len += right->len; in merge_map() [all …]
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx_vec_altivec.h | 148 __vector unsigned short left, right; in rxq_cq_decompress_v() local 246 right = vec_perm((__vector unsigned short)byte_cnt, in rxq_cq_decompress_v() 248 byte_cnt = (__vector unsigned char)vec_add(left, right); in rxq_cq_decompress_v() 251 right = vec_perm((__vector unsigned short)byte_cnt, in rxq_cq_decompress_v() 253 byte_cnt = (__vector unsigned char)vec_add(left, right); in rxq_cq_decompress_v() 880 __vector unsigned short left, right; in rxq_cq_process_v() local 1263 right = vec_perm((__vector unsigned short)byte_cnt, in rxq_cq_process_v() 1265 byte_cnt = (__vector unsigned char)vec_add(left, right); in rxq_cq_process_v() 1268 right = vec_perm((__vector unsigned short)byte_cnt, in rxq_cq_process_v() 1270 byte_cnt = (__vector unsigned char)vec_add(left, right); in rxq_cq_process_v()
|
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | dpool.c | 191 adj_list->entry[adj_list->size - 1].right = count; in dpool_defrag() 221 adj_list->entry[i].right) > max)) { in dpool_defrag() 224 adj_list->entry[i].right; in dpool_defrag()
|
| H A D | dpool.h | 93 uint32_t right; member
|
| /dpdk/kernel/freebsd/ |
| H A D | meson.build | 9 # right now, which allows us to simplify things. We pull in the sourcer
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | bpf_lib.rst | 16 on eth devices (right now only via SW RX/TX callbacks).
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc.h | 456 const struct sfc_hw_switch_id *right);
|
| H A D | sfc.c | 1445 const struct sfc_hw_switch_id *right) in sfc_hw_switch_ids_equal() argument 1447 return strncmp(left->board_sn, right->board_sn, in sfc_hw_switch_ids_equal()
|
| H A D | sfc_mae.c | 4179 const efx_mae_match_spec_t *right) in sfc_mae_rules_class_cmp() argument 4184 rc = efx_mae_match_specs_class_cmp(sa->nic, left, right, in sfc_mae_rules_class_cmp() 4206 const efx_mae_match_spec_t *right = rule->match_spec; in sfc_mae_outer_rule_class_verify() local 4211 if (sfc_mae_rules_class_cmp(sa, left, right)) in sfc_mae_outer_rule_class_verify() 4234 const efx_mae_match_spec_t *right = spec->match_spec; in sfc_mae_action_rule_class_verify() local 4241 if (sfc_mae_rules_class_cmp(sa, left, right)) in sfc_mae_action_rule_class_verify()
|
| /dpdk/doc/guides/nics/ |
| H A D | cnxk.rst | 181 shift direction, 0: left shift, 1: right shift. 192 mask 0x7e and right shift will be used to get the size. That is, size will be 195 1 (i.e., right shift) then the shift count will be 2, that is, absolute
|
| H A D | nfb.rst | 93 from the individual queues on the right NUMA node, connection of NUMA nodes on
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | opdl.rst | 128 each burst), is validated to have come from the right queue. Statistics
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | npc.h | 368 uint8_t right; member
|
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 274 with right (SIMD) flags or check if the queue pair using CPU ISA for 359 * Ensure the event devices created are right NUMA using
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vhost.rst | 95 with the right MAC and VLAN tag, you should be able to see following
|
| /dpdk/license/ |
| H A D | gpl-2.0.txt | 126 exercise the right to control the distribution of derivative or 216 patents or other property right claims or to contest validity of any
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | fpga_5gnr_fec.rst | 109 support SR-IOV configuration right out of the box, so it will need to be patched.
|
| H A D | fpga_lte_fec.rst | 108 support SR-IOV configuration right out of the box, so it will need to be patched.
|