Searched refs:upper (Results 76 - 100 of 213) sorted by relevance

123456789

/linux-master/net/dsa/
H A Dconduit.c465 struct net_device *upper; local
470 netdev_for_each_upper_dev_rcu(lag_dev, upper, iter)
471 if (dsa_user_dev_check(upper))
/linux-master/drivers/net/bonding/
H A Dbond_alb.c959 static int alb_upper_dev_walk(struct net_device *upper, argument
969 if (is_vlan_dev(upper) &&
970 bond->dev->lower_level == upper->lower_level - 1) {
971 if (upper->addr_assign_type == NET_ADDR_STOLEN) {
973 vlan_dev_vlan_proto(upper),
974 vlan_dev_vlan_id(upper));
976 alb_send_lp_vid(slave, upper->dev_addr,
977 vlan_dev_vlan_proto(upper),
978 vlan_dev_vlan_id(upper));
985 if (netif_is_macvlan(upper)
[all...]
/linux-master/arch/mips/pci/
H A Dpci-octeon.c45 uint64_t upper:2; member in struct:octeon_pci_address::__anon63
263 pci_addr.s.upper = 2;
297 pci_addr.s.upper = 2;
/linux-master/tools/leds/
H A Dget_led_device_info.sh181 color_upper=`echo $color | tr [:lower:] [:upper:]`
/linux-master/include/uapi/linux/
H A Dtipc.h61 __u32 upper; member in struct:tipc_service_range
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_switchdev.c357 static int lan966x_foreign_bridging_check(struct net_device *upper, argument
366 if (!netif_is_bridge_master(upper) &&
367 !netif_is_lag_master(upper))
370 netdev_for_each_lower_dev(upper, dev, iter) {
386 * upper device
/linux-master/net/tipc/
H A Dtopsrv.c539 saddr.addr.nameseq.upper = TIPC_TOP_SRV;
574 u32 upper, u32 filter, int *conid)
582 sub.seq.upper = upper;
573 tipc_topsrv_kern_subscr(struct net *net, u32 port, u32 type, u32 lower, u32 upper, u32 filter, int *conid) argument
/linux-master/tools/testing/selftests/kselftest/
H A Drunner.sh78 $TR_CMD [:lower:] [:upper:])
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dhw.h268 } upper; member in struct:e1000_rx_desc_extended::__anon109
303 } upper; member in struct:e1000_rx_desc_packet_split::__anon115
326 } upper; member in struct:e1000_tx_desc
376 } upper; member in struct:e1000_data_desc
/linux-master/drivers/thermal/
H A Dthermal_core.h207 unsigned long upper; /* Highest cooling state for this trip point */ member in struct:thermal_instance
/linux-master/arch/m68k/fpsp040/
H A Dsgetem.S112 bnes upper |then branch
124 upper: label
H A Dx_operr.S12 | the upper 32 bits of the mantissa are sent to the integer unit). If
218 movel ETEMP_HI(%a6),%d0 |output will be from upper 32 bits
282 | Check the exponent for $c000 and the upper 32 bits of the
H A Dx_unfl.S146 | ;upper word for round
190 | information respectively on upper/lower register halves.
248 tstl LOCAL_HI(%a0) |check upper mantissa
/linux-master/drivers/infiniband/core/
H A Dcore_priv.h188 struct net_device *upper)
190 return netdev_has_upper_dev_all_rcu(dev, upper);
187 rdma_is_upper_dev_rcu(struct net_device *dev, struct net_device *upper) argument
/linux-master/include/linux/
H A Ddcache.h536 * d_backing_inode - Get upper or lower inode we should be using
537 * @upper: The upper layer
540 * if this dentry were to be opened as a file. The inode may be on the upper
541 * dentry or it may be on a lower dentry pinned by the upper.
545 static inline struct inode *d_backing_inode(const struct dentry *upper) argument
547 struct inode *inode = upper->d_inode;
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c169 s64 upper = (off + (1 << 11)) >> 12; local
177 emit(rv_auipc(rd, upper), ctx);
195 s64 upper = (val + (1 << 11)) >> 12; local
203 if (upper)
204 emit_lui(rd, upper, ctx);
206 if (!upper) {
215 shift = __ffs(upper);
216 upper >>= shift;
219 emit_imm(rd, upper, ctx);
313 s64 upper, lowe local
425 s64 upper, lower; local
[all...]
H A Dbpf_jit_comp32.c113 u32 upper = (imm + (1 << 11)) >> 12; local
116 if (upper) {
117 emit(rv_lui(rd, upper), ctx);
129 /* Sign-extend into upper bits. */
230 s32 upper, lower; local
237 upper = (rvoff + (1 << 11)) >> 12;
239 emit(rv_auipc(RV_REG_T1, upper), ctx);
746 u32 upper = ((u32)addr + (1 << 11)) >> 12; local
762 emit(rv_lui(RV_REG_T1, upper), ctx);
1113 /* Swap upper an
[all...]
/linux-master/scripts/mod/
H A Dmodpost.c1225 uint32_t inst, upper, lower, sign, j1, j2; local
1247 upper = TO_NATIVE(*(uint16_t *)loc);
1249 offset = sign_extend32(((upper & 0x000f) << 12) |
1250 ((upper & 0x0400) << 1) |
1258 * S = upper[10]
1259 * imm6 = upper[5:0]
1265 upper = TO_NATIVE(*(uint16_t *)loc);
1268 sign = (upper >> 10) & 1;
1272 ((upper & 0x03f) << 12) |
1280 * S = upper[1
[all...]
/linux-master/security/selinux/ss/
H A Dpolicydb.c1683 struct user_datum *upper, *user; local
1687 upper = user = datum;
1688 while (upper->bounds) {
1699 upper = p->user_val_to_struct[upper->bounds - 1];
1702 if (ebitmap_get_bit(&upper->roles, bit))
1709 sym_name(p, SYM_USERS, upper->value - 1));
1720 struct role_datum *upper, *role; local
1724 upper = role = datum;
1725 while (upper
1757 struct type_datum *upper; local
[all...]
/linux-master/net/batman-adv/
H A Dmulticast.c87 struct net_device *upper = soft_iface; local
91 upper = netdev_master_upper_dev_get_rcu(upper);
92 } while (upper && !netif_is_bridge_master(upper));
94 dev_hold(upper);
97 return upper;
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c332 u32 yres, lower, vslen, upper, ytotal; local
415 upper = var->upper_margin;
431 var->upper_margin = upper;
439 upper <<= 1;
441 ytotal = yres + lower + vslen + upper;
447 upper >>= 1;
489 pos += upper - 1; /* blank_end + 1 <= ytotal + 2 */
/linux-master/drivers/crypto/caam/
H A Ddesc_constr.h466 u32 upper = (data >> 16) >> 16; \
468 (upper ? 0 : MATH_IFB)); \
469 if (upper) \
/linux-master/fs/overlayfs/
H A Dreaddir.c162 /* Defer setting d_ino for upper entry to ovl_iterate() */
374 * Insert lowest layer entries before upper ones, this
457 * Set d_ino for upper entries if needed. Non-upper entries should always report
460 * When not all layer are on same fs, report real ino also for upper.
462 * When all layers are on the same fs, and upper has a reference to
698 * Only upper dir can be impure, but if we are in the middle of
701 * a real upper dir to begin with.
1024 void ovl_cleanup_whiteouts(struct ovl_fs *ofs, struct dentry *upper, argument
1029 inode_lock_nested(upper
[all...]
H A Dutil.c20 /* Get write access to upper mnt - may fail if upper sb was remounted ro */
27 /* Get write access to upper sb - may block if upper sb is frozen */
493 * to return positive, while there's no actual upper alias for the inode.
494 * Copy up code needs to know about the existence of the upper alias, so it
632 * Use this over ovl_is_whiteout for upper and lower files, as it also
690 * Check if copy-up has happened as well as for upper alias (in
697 * upper dentry is up-to-date
699 * upper paren
915 ovl_check_protattr(struct inode *inode, struct dentry *upper) argument
950 ovl_set_protattr(struct inode *inode, struct dentry *upper, struct fileattr *fa) argument
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_82575.h86 } upper; member in struct:e1000_adv_rx_desc::__anon610

Completed in 777 milliseconds

123456789