Searched refs:upper (Results 51 - 75 of 212) sorted by relevance

123456789

/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c1108 struct net_device *upper; local
1117 upper = cu_info->upper_dev;
1118 if (!netif_is_bridge_master(upper) &&
1119 !netif_is_lag_master(upper)) {
1120 NL_SET_ERR_MSG_MOD(extack, "Unknown upper device type");
1127 if (netdev_has_any_upper_dev(upper)) {
1132 if (netif_is_lag_master(upper) &&
1133 !prestera_lag_master_check(upper, cu_info->upper_info, extack))
1135 if (netif_is_lag_master(upper) && vlan_uses_dev(dev)) {
1140 if (netif_is_lag_port(dev) && is_vlan_dev(upper)
[all...]
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_cbdr.c152 u32 upper; local
165 upper = *(const u32 *)mac_addr;
167 cbd.addr[0] = cpu_to_le32(upper);
/linux-master/fs/overlayfs/
H A Doverlayfs.h56 /* Pure upper dir that may contain non pure upper entries */
114 /* Is the real inode encoded in fid an upper inode? */
185 * When changing ownership of an upper object map the intended ownership
186 * according to the upper layer's idmapping. When an upper mount idmaps files
189 * the upper mount.
191 * called on an idmapped upper mount the value written to disk - i.e., the
194 * The mnt idmapping helpers are nops if the upper layer isn't idmapped.
691 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper,
700 ovl_verify_origin_fh(struct ovl_fs *ofs, struct dentry *upper, const struct ovl_fh *fh, bool set) argument
706 ovl_verify_origin(struct ovl_fs *ofs, struct dentry *upper, struct dentry *origin, bool set) argument
713 ovl_verify_upper(struct ovl_fs *ofs, struct dentry *index, struct dentry *upper, bool set) argument
[all...]
H A Dsuper.c33 struct dentry *upper, *lower; local
49 upper = ovl_dentry_upper(dentry);
50 if (upper && (type == D_REAL_METADATA ||
52 return upper;
110 struct dentry *upper; local
120 upper = ovl_i_dentry_upper(inode);
121 if (upper)
122 ret = ovl_revalidate_real(upper, flags, weak);
197 /* Sync real dirty inodes in upper filesystem (if it exists) */
243 * Get the filesystem statistics. As writes always target the upper laye
[all...]
H A Dparams.c279 enum ovl_opt layer, const char *name, bool upper)
299 * Check whether upper path is read-only here to report failures
303 if (upper) {
355 swap(ctx->upper, *path);
376 bool upper = (layer == Opt_upperdir || layer == Opt_workdir); local
383 if (upper)
390 err = ovl_mount_dir_check(fc, &path, layer, name, upper);
394 if (!upper) {
647 path_put(&ctx->upper);
794 /* Workdir/index are useless in non-upper moun
278 ovl_mount_dir_check(struct fs_context *fc, const struct path *path, enum ovl_opt layer, const char *name, bool upper) argument
[all...]
/linux-master/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S117 # less_than_8 expects length in upper 3 bits of len_dw
251 # in upper 4 bits of len_dw
258 # less_than_8 expects length in upper 3 bits of len_dw
272 # upper lg(j) bits of len_dw
287 # upper 3 bits of len_dw
295 # upper 2 bits of len_dw
/linux-master/fs/fat/
H A Dnamei_vfat.c268 upper:1, member in struct:shortname_info
273 (x)->upper = 1; \
303 info->upper = 0;
311 info->upper = 0;
315 info->upper = 0;
452 return (base_info.upper && ext_info.upper);
454 if ((base_info.upper || base_info.lower) &&
455 (ext_info.upper || ext_info.lower)) {
456 if (!base_info.upper
[all...]
/linux-master/fs/btrfs/
H A Drelocation.c196 while (!list_empty(&node->upper)) {
197 edge = list_entry(node->upper.next,
220 if (list_is_last(&edge->list[LOWER], &lower->upper)) {
403 ASSERT(list_empty(&cur->upper));
427 if (list_empty(&lower->upper))
435 * Backref nodes for upper level tree blocks are left in the
455 * upper level blocks that reference the block, and then check backrefs of
456 * these upper level blocks recursively. The recursion stops when tree root is
460 * all upper level blocks that directly/indirectly reference the block are also
516 /* Finish the upper linkag
2407 struct btrfs_backref_node *upper; local
[all...]
H A Dbackref.h327 /* List of upper level edges, which link this node to its parents */
328 struct list_head upper; member in struct:btrfs_backref_node
349 * 1 if corresponding block has been COWed but some upper level block
367 * Represent an edge connecting upper and lower backref nodes.
371 * list[LOWER] is linked to btrfs_backref_node::upper of lower level
373 * upper level node.
376 * linking list[UPPER] to its upper level nodes.
390 * List of blocks that have been COWed but some block pointers in upper
435 struct btrfs_backref_node *upper,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_rc6.c752 u32 lower, upper, tmp; local
763 * With a control bit, we can choose between upper or lower
773 upper = intel_uncore_read_fw(uncore, reg);
775 tmp = upper;
783 upper = intel_uncore_read_fw(uncore, reg);
784 } while (upper != tmp && --loop);
792 return lower | (u64)upper << 8;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_query.c92 u32 upper, lower, old_upper, loop = 0; local
94 upper = xe_mmio_read32(gt, upper_reg);
100 old_upper = upper;
101 upper = xe_mmio_read32(gt, upper_reg);
102 } while (upper != old_upper && loop++ < 2);
104 *engine_ts = (u64)upper << 32 | lower;
/linux-master/arch/arm/lib/
H A Ddiv64.S54 @ See if we need to handle upper 32-bit result.
59 @ Align divisor with upper part of dividend.
84 @ The division loop for needed upper bit positions.
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c122 u16 upper, lower; local
126 upper = __mem_to_opcode_thumb16(((u16 *)tval)[0]);
129 return (upper & 0x7ff) == 0x7ff && (lower & 0x2fff) == 0x2ffe;
/linux-master/arch/arm/mm/
H A Dproc-v7-3level.S49 orr rpgdh, rpgdh, r2, lsl #(48 - 32) @ upper 32-bits of pgd
/linux-master/net/tipc/
H A Dname_distr.c53 i->upper = htonl(p->sr.upper);
242 p->sr.lower, p->sr.upper);
288 ntohl(i->type), ntohl(i->lower), ntohl(i->upper));
/linux-master/drivers/clocksource/
H A Dtimer-atmel-tcb.c56 u32 lower, upper; local
60 upper = readl_relaxed(tcaddr + ATMEL_TC_REG(1, CV));
62 } while (upper != readl_relaxed(tcaddr + ATMEL_TC_REG(1, CV)));
65 return (upper << 16) | lower;
/linux-master/drivers/thermal/
H A Dthermal_core.h93 unsigned long upper; /* Highest cooling state for this trip point */ member in struct:thermal_instance
/linux-master/include/net/
H A Dmacsec.h51 u32 upper; member in struct:pn::__anon117
53 u32 upper;
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c331 int upper; local
347 upper = (outd->v_total - vsyncend) >> 1; /* in field lines */
350 r->regs[0x33] = upper - 1; /* upper blanking */
351 r->regs[0x82] = upper; /* y sync point */
352 r->regs[0x83] = upper >> 8;
/linux-master/scripts/
H A Dspdxcheck.py65 lid = l.split(':')[1].strip().upper()
72 exception = l.split(':')[1].strip().upper()
76 for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','):
131 id = tok.value.upper()
164 val = tok.value.upper()
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c543 struct net_device *upper = info->upper_dev, *iter_netdev; local
551 if (!netif_is_lag_master(upper))
557 for_each_netdev_in_bond_rcu(upper, iter_netdev) {
591 group = nfp_fl_lag_find_group_for_master_with_lag(lag, upper);
603 group = nfp_fl_lag_group_create(lag, upper);
/linux-master/drivers/net/fddi/skfp/
H A Dsmt.c100 static int div_ratio(u_long upper, u_long lower);
277 u_long upper ; local
294 upper =
300 mib->fddiMACFrameErrorRatio = div_ratio(upper,lower) ;
312 upper =
315 upper +
317 mib->fddiMACNotCopiedRatio = div_ratio(upper,lower) ;
444 static int div_ratio(u_long upper, u_long lower) argument
446 if ((upper<<16L) < upper)
[all...]
/linux-master/net/core/
H A Ddev.c3034 * netif_inherit_tso_max() - copy all TSO limits from a lower device to an upper
5104 * the upper (protocol) levels to process via the backlog NAPI device. It
6853 /* upper master flag, there can only be one master device per list */
6890 * netdev_has_upper_dev - Check if device is linked to an upper device
6892 * @upper_dev: upper device to check
6894 * Find out if a device is linked to specified upper device and return true
6895 * in case it is. Note that this checks only immediate upper device,
6913 * netdev_has_upper_dev_all_rcu - Check if device is linked to an upper device
6915 * @upper_dev: upper device to check
6917 * Find out if a device is linked to specified upper devic
6958 struct netdev_adjacent *upper; local
6975 struct netdev_adjacent *upper; local
7024 struct netdev_adjacent *upper; local
7043 struct netdev_adjacent *upper; local
7059 struct netdev_adjacent *upper; local
7558 struct netdev_adjacent *upper; local
9315 struct net_device *upper; local
9722 netdev_sync_upper_features(struct net_device *lower, struct net_device *upper, netdev_features_t features) argument
9742 netdev_sync_lower_features(struct net_device *upper, struct net_device *lower, netdev_features_t features) argument
9868 struct net_device *upper, *lower; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.c547 struct net_device *upper; local
552 upper = netdev_master_upper_dev_get_rcu(dev);
553 if (!upper)
556 if (!netif_is_bridge_master(upper))
1153 struct net_device *upper; local
1160 upper = info->upper_dev;
1161 if (!netif_is_bridge_master(upper))
1168 upper->ifindex, extack);
1171 upper->ifindex, extack);
/linux-master/arch/m68k/fpsp040/
H A Dx_store.S137 swap %d0 |d0 now in upper word
155 bfextu %d1{#1:#20},%d1 |get upper 20 bits of ms
160 lsll %d0,%d1 |put lower 11 bits in upper bits
208 swap %d0 |put exp in upper word of d0
223 bfextu %d1{#1:#23},%d1 |get upper 23 bits of ms

Completed in 248 milliseconds

123456789