| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_fs.c | 80 struct mlx5e_l2_hash_node *hn; in mlx5e_add_l2_to_hash() local 84 hlist_for_each_entry(hn, &hash[ix], hlist) in mlx5e_add_l2_to_hash() 85 if (ether_addr_equal_64bits(hn->ai.addr, addr)) { in mlx5e_add_l2_to_hash() 91 hn->action = MLX5E_ACTION_NONE; in mlx5e_add_l2_to_hash() 95 hn = kzalloc(sizeof(*hn), GFP_ATOMIC); in mlx5e_add_l2_to_hash() 96 if (!hn) in mlx5e_add_l2_to_hash() 99 ether_addr_copy(hn->ai.addr, addr); in mlx5e_add_l2_to_hash() 100 hn->action = MLX5E_ACTION_ADD; in mlx5e_add_l2_to_hash() 102 hlist_add_head(&hn->hlist, &hash[ix]); in mlx5e_add_l2_to_hash() 105 static void mlx5e_del_l2_from_hash(struct mlx5e_l2_hash_node *hn) in mlx5e_del_l2_from_hash() argument [all …]
|
| H A D | en_arfs.c | 67 #define mlx5e_for_each_arfs_rule(hn, tmp, arfs_tables, i, j) \ argument 69 mlx5e_for_each_hash_arfs_rule(hn, tmp, arfs_tables[i].rules_hash, j) 71 #define mlx5e_for_each_hash_arfs_rule(hn, tmp, hash, j) \ argument 73 hlist_for_each_entry_safe(hn, tmp, &hash[j], hlist)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_4100.c | 211 uint32_t hn, uint32_t hres) in cmd_ternary_cmd() argument 219 op.params[1].value.a = hn; in cmd_ternary_cmd() 267 uint32_t hop1, uint32_t hop2, uint32_t hn, in cmd_addmod() argument 271 hn, hres); in cmd_addmod() 275 uint32_t hop1, uint32_t hop2, uint32_t hn, in cmd_submod() argument 279 hn, hres); in cmd_submod() 283 uint32_t hop1, uint32_t hop2, uint32_t hn, in cmd_mulmod() argument 287 hn, hres); in cmd_mulmod() 330 uint32_t hn, uint32_t hctx, uint32_t hres) in cmd_to_fmm() argument 337 op.params[0].value.b = hn; in cmd_to_fmm() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/sgi-gru/ |
| H A D | gruhandles.h | 82 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ argument 83 GRU_##hn##_BASE + GRU_NUM_##hn * GRU_HANDLE_STRIDE && \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | mpfs.h | 48 #define for_each_l2hash_node(hn, tmp, hash, i) \ argument 50 hlist_for_each_entry_safe(hn, tmp, &(hash)[i], hlist)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun8i_vi_layer.c | 79 u32 hn = 0, hm = 0; in sun8i_vi_layer_update_coord() local 167 hn = scanline; in sun8i_vi_layer_update_coord() 168 src_w = hn; in sun8i_vi_layer_update_coord() 185 SUN8I_MIXER_CHAN_VI_DS_N(hn) | in sun8i_vi_layer_update_coord() 189 SUN8I_MIXER_CHAN_VI_DS_N(hn) | in sun8i_vi_layer_update_coord()
|
| /OK3568_Linux_fs/kernel/sound/firewire/digi00x/ |
| H A D | amdtp-dot.c | 92 const u8 hn = (idx >> 4) & 0xf; in dot_scrt() local 93 const u8 hr = (hn == 0x9) ? 0x9 : hir[(hio[hn] + off) % 15]; in dot_scrt()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | do_hbm_test.sh | 237 hn="::1" 240 hn=$server 244 ( ping6 -i 0.2 -c $m $hn > ping.out 2>&1 ) &
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 330 double hn = (2 * hhn) * ydiffpct; in createFrustum() local 341 frustum.topLeftNear = cn - (up * (hhn + hn)) - (right * (hwn + wn)); in createFrustum() 342 frustum.topRightNear = cn - (up * (hhn + hn)) + (right * (hwn + wn)); in createFrustum() 343 frustum.bottomLeftNear = cn + (up * (hhn + hn)) - (right * (hwn + wn)); in createFrustum() 344 frustum.bottomRightNear = cn + (up * (hhn + hn)) + (right * (hwn + wn)); in createFrustum()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | cls_u32.c | 599 struct tc_u_hnode __rcu **hn; in u32_destroy_hnode() local 606 hn = &tp_c->hlist; in u32_destroy_hnode() 607 for (phn = rtnl_dereference(*hn); in u32_destroy_hnode() 609 hn = &phn->next, phn = rtnl_dereference(*hn)) { in u32_destroy_hnode() 614 RCU_INIT_POINTER(*hn, ht->next); in u32_destroy_hnode()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lrz.c | 802 char hn[MAXHOSTNAMELEN]; in zmodem_rx() 804 char hn[256]; in zmodem_rx() 815 if (gethostname(hn,sizeof(hn))==-1) { in zmodem_rx() 818 fprintf(stdout,"connect with lrz --tcp-client \"%s:%s\"\n",hn,p); in zmodem_rx()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery-2.0.3.min.js | 6 …hn=[],dn=/(=)\?(?=&|$)|\?\?/;x.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=hn.pop()…
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/ |
| H A D | ir.yuv | 139 …�����������������������������������������������������|~��pajfD:OK',/W���hn�������������������qp…
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 154 …���������������������������������������Rs����������������������|z���������ǟhn��bM��?E7$>gy������… 1580 …�������������������}o�������������Ϸ����������������������������������NM���hn���������������������… 1608 …������������������n�������������ʹ����������������������������������NL����hn���������������������… 1647 …��̧��������������}z�l�������������θ�����������������������������������NL���hn���������������������… 1866 …���������������������������������������������������������������������������hn�����̾���������������… 2254 …���������������������������������������������������������������������������hn����ο����������������… 2257 …SRQQQQOJEA<4-,-02686530/0--11010/0121121132215+O�en���������pXMB6/$ $<Q]hn�����������~uu��]BLU… 2450 …cdcbabb\VMD;3/,*/20121.-////./00-/2001102/*i�V$E/K�yptumW<1<Xp����������hn���zpa`dZK;R���������… 2545 …��������Ŷ�s���������������̱��[8HFC==KWh�������������������{t�������wt�����~hn������������������re�… 2942 …38;6596441232323433233443243/*��y��������������~z}������������xqv�hn����������������~{yws… [all …]
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |