Searched refs:ours (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/x25/
H A Dx25_facilities.c269 struct x25_facilities *ours = &x25->facilities; local
274 memcpy(new, ours, sizeof(*new));
284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) {
294 int ours_in = ours->throughput & 0x0f;
295 int ours_out = ours->throughput & 0xf0;
308 if (theirs.pacsize_in < ours->pacsize_in) {
312 if (theirs.pacsize_out < ours->pacsize_out) {
319 if (theirs.winsize_in < ours->winsize_in) {
323 if (theirs.winsize_out < ours->winsize_out) {
/linux-master/tools/net/ynl/
H A Dethtool.py196 ours = bits_to_dict(eee['modes-ours'])
210 print_speed('Advertised EEE link modes', ours)
354 ours = bits_to_dict(linkmodes['ours'])
357 ports = [ p for p in supported_ports if ours.get(p, False)]
360 print_speed('Supported link modes', ours)
362 print_field(ours, ('Pause', 'Supported pause frame use', 'yn'))
363 print_field(ours, ('Autoneg', 'Supports auto-negotiation', 'yn'))
366 fec = [ p for p in supported_fec if ours
[all...]
/linux-master/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c312 unsigned long ours; local
315 ours = GENMASK(gpio->bank->num_irqs - 1, 0) << gpio->bank->first_irq_bit;
321 pending &= ours;
/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c727 struct dlm_protocol_version *ours,
733 if (!dlm_protocol_compare(ours, &proto)) {
750 ours->pv_major,
751 ours->pv_minor);
726 dlm_query_join_proto_check(char *proto_type, int node, struct dlm_protocol_version *ours, struct dlm_protocol_version *request) argument
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1579 int ours; local
1583 ours = ahc_intr(ahc);
1585 return IRQ_RETVAL(ours);
H A Daic79xx_osm.c1661 int ours; local
1665 ours = ahd_intr(ahd);
1667 return IRQ_RETVAL(ours);
/linux-master/net/ipv4/
H A Dudp.c2567 int ours; local
2582 ours = ip_check_mc_rcu(in_dev, iph->daddr, iph->saddr,
2584 if (!ours)

Completed in 153 milliseconds