Searched defs:sip (Results 1 - 8 of 8) sorted by path

/drivers/net/bonding/
H A Dbond_main.c2265 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) argument
2269 if (!sip || !bond_has_this_ip(bond, tip)) {
2270 netdev_dbg(bond->dev, "bva: sip %pI4 tip %pI4 not found\n",
2271 &sip, &tip);
2275 i = bond_get_targets_ip(bond->params.arp_targets, sip);
2277 netdev_dbg(bond->dev, "bva: sip %pI4 not found in targets\n",
2278 &sip);
2291 __be32 sip, tip; local
2326 memcpy(&sip, arp_ptr, 4);
2330 netdev_dbg(bond->dev, "bond_arp_rcv: %s/%d av %d sv %d sip
[all...]
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h410 u32 sip; member in struct:trace_params
H A Dcxgb3_ioctl.h154 uint32_t sip; member in struct:ch_trace
H A Dsge.c1957 __be32 sip, tip; local
1971 memcpy(&sip, arp_ptr, sizeof(sip));
1972 arp_ptr += sizeof(sip);
1979 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c3541 * @sip: local IP address to bind server to
3549 __be32 sip, __be16 sport, __be16 vlan,
3568 req->local_ip = sip;
3582 * @sip: local IPv6 address to bind server to
3590 const struct in6_addr *sip, __be16 sport,
3609 req->local_ip_hi = *(__be64 *)(sip->s6_addr);
3610 req->local_ip_lo = *(__be64 *)(sip->s6_addr + 8);
4688 __be32 sip, __be16 sport, __be16 vlan,
4720 val = (u8 *)&sip;
3548 cxgb4_create_server(const struct net_device *dev, unsigned int stid, __be32 sip, __be16 sport, __be16 vlan, unsigned int queue) argument
3589 cxgb4_create_server6(const struct net_device *dev, unsigned int stid, const struct in6_addr *sip, __be16 sport, unsigned int queue) argument
4687 cxgb4_create_server_filter(const struct net_device *dev, unsigned int stid, __be32 sip, __be16 sport, __be16 vlan, unsigned int queue, unsigned char port, unsigned char mask) argument
/drivers/net/ethernet/sun/
H A Dniu.c7382 u32 sip, dip, sipm, dipm, spi, spim; local
7385 sip = be32_to_cpu(fsp->h_u.tcp_ip4_spec.ip4src);
7395 tp->key[3] = (u64)sip << TCAM_V4KEY3_SADDR_SHIFT;
/drivers/net/
H A Dvxlan.c1260 __be32 sip, tip; local
1282 memcpy(&sip, arpptr, sizeof(sip));
1283 arpptr += sizeof(sip);
1309 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
/drivers/scsi/bfa/
H A Dbfa_svc.c3324 __be32 *sip = (__be32 *) s; local
3329 dip[i] = be32_to_cpu(sip[i]);
3337 __be32 *sip = (__be32 *) s; local
3343 dip[i] = be32_to_cpu(sip[i]);
3344 dip[i + 1] = be32_to_cpu(sip[i + 1]);
3346 dip[i] = be32_to_cpu(sip[i + 1]);
3347 dip[i + 1] = be32_to_cpu(sip[i]);

Completed in 156 milliseconds