Searched refs:tip (Results 1 – 4 of 4) sorted by relevance
/drivers/input/tablet/ |
D | aiptek.c | 419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local 516 tip = (data[5] & 0x04) != 0 ? 1 : 0; in aiptek_irq() 549 input_report_key(inputdev, BTN_TOUCH, tip); in aiptek_irq() 656 tip = (data[1] & 0x04) != 0 ? 1 : 0; in aiptek_irq() 660 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq()
|
/drivers/net/bonding/ |
D | bond_main.c | 2858 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument 2862 if (!sip || !bond_has_this_ip(bond, tip)) { in bond_validate_arp() 2864 __func__, &sip, &tip); in bond_validate_arp() 2884 __be32 sip, tip; in bond_arp_rcv() local 2922 memcpy(&tip, arp_ptr, 4); in bond_arp_rcv() 2927 &sip, &tip); in bond_arp_rcv() 2956 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv() 2960 bond_validate_arp(bond, slave, tip, sip); in bond_arp_rcv() 2964 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
|
/drivers/net/vxlan/ |
D | vxlan_core.c | 1986 __be32 sip, tip; in arp_reduce() local 2011 memcpy(&tip, arpptr, sizeof(tip)); in arp_reduce() 2013 if (ipv4_is_loopback(tip) || in arp_reduce() 2014 ipv4_is_multicast(tip)) in arp_reduce() 2017 n = neigh_lookup(&arp_tbl, &tip, dev); in arp_reduce() 2035 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce() 2052 .sin.sin_addr.s_addr = tip, in arp_reduce()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 2025 __be32 sip, tip; in cxgb3_arp_process() local 2042 memcpy(&tip, arp_ptr, sizeof(tip)); in cxgb3_arp_process() 2044 if (tip != pi->iscsi_ipv4addr) in cxgb3_arp_process() 2047 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
|