Searched refs:ours (Results 1 – 9 of 9) sorted by relevance
| /linux/net/x25/ |
| H A D | x25_facilities.c | 269 struct x25_facilities *ours = &x25->facilities; in x25_negotiate_facilities() local 274 memcpy(new, ours, sizeof(*new)); in x25_negotiate_facilities() 284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities() 294 int ours_in = ours->throughput & 0x0f; in x25_negotiate_facilities() 295 int ours_out = ours->throughput & 0xf0; in x25_negotiate_facilities() 308 if (theirs.pacsize_in < ours->pacsize_in) { in x25_negotiate_facilities() 312 if (theirs.pacsize_out < ours->pacsize_out) { in x25_negotiate_facilities() 319 if (theirs.winsize_in < ours->winsize_in) { in x25_negotiate_facilities() 323 if (theirs.winsize_out < ours->winsize_out) { in x25_negotiate_facilities()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ethtool.py | 198 ours = bits_to_dict(eee['modes-ours']) 212 print_speed('Advertised EEE link modes', ours) 364 ours = bits_to_dict(linkmodes['ours']) 367 ports = [ p for p in supported_ports if ours.get(p, False)] 370 print_speed('Supported link modes', ours) 372 print_field(ours, ('Pause', 'Supported pause frame use', 'yn')) 373 print_field(ours, ('Autoneg', 'Supports auto-negotiation', 'yn')) 376 fec = [ p for p in supported_fec if ours.get(p, False)]
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | ps3.dts | 39 * here so we can bring up both of ours. See smp_setup_cpu_maps().
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmdomain.c | 727 struct dlm_protocol_version *ours, in dlm_query_join_proto_check() argument 733 if (!dlm_protocol_compare(ours, &proto)) { in dlm_query_join_proto_check() 750 ours->pv_major, in dlm_query_join_proto_check() 751 ours->pv_minor); in dlm_query_join_proto_check()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 2849 int ours; in udp_v4_early_demux() local 2864 ours = ip_check_mc_rcu(in_dev, iph->daddr, iph->saddr, in udp_v4_early_demux() 2866 if (!ours) in udp_v4_early_demux()
|
| /linux/LICENSES/deprecated/ |
| H A D | GPL-1.0 | 53 Also, for each author's protection and ours, we want to make certain
|
| /linux/tools/usb/usbip/ |
| H A D | COPYING | 43 Also, for each author's protection and ours, we want to make certain
|
| /linux/LICENSES/preferred/ |
| H A D | GPL-2.0 | 62 Also, for each author's protection and ours, we want to make certain
|
| /linux/Documentation/process/ |
| H A D | backporting.rst | 297 ``git diff HEAD`` (or ``git diff --ours``) which shows only the diff
|