Searched refs:ours (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/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-6.15/tools/net/ynl/pyynl/ |
| H A D | ethtool.py | 197 ours = bits_to_dict(eee['modes-ours']) 211 print_speed('Advertised EEE link modes', ours) 363 ours = bits_to_dict(linkmodes['ours']) 366 ports = [ p for p in supported_ports if ours.get(p, False)] 369 print_speed('Supported link modes', ours) 371 print_field(ours, ('Pause', 'Supported pause frame use', 'yn')) 372 print_field(ours, ('Autoneg', 'Supports auto-negotiation', 'yn')) 375 fec = [ p for p in supported_fec if ours.get(p, False)]
|
| /linux-6.15/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-6.15/drivers/pinctrl/nuvoton/ |
| H A D | pinctrl-wpcm450.c | 312 unsigned long ours; in wpcm450_gpio_irqhandler() local 315 ours = GENMASK(gpio->bank->num_irqs - 1, 0) << gpio->bank->first_irq_bit; in wpcm450_gpio_irqhandler() 321 pending &= ours; in wpcm450_gpio_irqhandler()
|
| /linux-6.15/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-6.15/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_osm.c | 1579 int ours; in ahc_linux_isr() local 1583 ours = ahc_intr(ahc); in ahc_linux_isr() 1585 return IRQ_RETVAL(ours); in ahc_linux_isr()
|
| H A D | aic79xx_osm.c | 1661 int ours; in ahd_linux_isr() local 1665 ours = ahd_intr(ahd); in ahd_linux_isr() 1667 return IRQ_RETVAL(ours); in ahd_linux_isr()
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | ethtool.yaml | 466 name: ours 811 name: modes-ours 1599 - ours 1944 - modes-ours
|
| /linux-6.15/net/ipv4/ |
| H A D | udp.c | 2820 int ours; in udp_v4_early_demux() local 2835 ours = ip_check_mc_rcu(in_dev, iph->daddr, iph->saddr, in udp_v4_early_demux() 2837 if (!ours) in udp_v4_early_demux()
|
| /linux-6.15/LICENSES/deprecated/ |
| H A D | GPL-1.0 | 52 Also, for each author's protection and ours, we want to make certain
|
| /linux-6.15/tools/usb/usbip/ |
| H A D | COPYING | 43 Also, for each author's protection and ours, we want to make certain
|
| /linux-6.15/LICENSES/preferred/ |
| H A D | GPL-2.0 | 62 Also, for each author's protection and ours, we want to make certain
|
| /linux-6.15/Documentation/process/ |
| H A D | backporting.rst | 297 ``git diff HEAD`` (or ``git diff --ours``) which shows only the diff
|