Home
last modified time | relevance | path

Searched refs:sip (Results 1 – 12 of 12) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h155 __be32 sip, __be16 sport, __be16 vlan,
158 __be32 sip, __be16 sport, __be16 vlan,
Dcxgb4_main.c3242 __be32 sip, __be16 sport, __be16 vlan, in cxgb4_create_server() argument
3260 req->local_ip = sip; in cxgb4_create_server()
3954 __be32 sip, __be16 sport, __be16 vlan, in cxgb4_create_server_filter() argument
3986 val = (u8 *)&sip; in cxgb4_create_server_filter()
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ioctl.h154 uint32_t sip; member
Dsge.c1957 __be32 sip, tip; in cxgb3_arp_process() local
1971 memcpy(&sip, arp_ptr, sizeof(sip)); in cxgb3_arp_process()
1972 arp_ptr += sizeof(sip); in cxgb3_arp_process()
1979 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
Dcommon.h411 u32 sip; member
Dt3_hw.c2967 key[0] = tp->sport | (tp->sip << 16); in t3_config_trace_filter()
2968 key[1] = (tp->sip >> 16) | (tp->dport << 16); in t3_config_trace_filter()
Dcxgb3_main.c2482 tp = (const struct trace_params *)&t.sip; in cxgb_extension_ioctl()
/drivers/net/
Dvxlan.c794 __be32 sip, tip; in arp_reduce() local
816 memcpy(&sip, arpptr, sizeof(sip)); in arp_reduce()
817 arpptr += sizeof(sip); in arp_reduce()
843 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
/drivers/net/bonding/
Dbond_main.c2672 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument
2679 &sip, &tip, i, &targets[i], in bond_validate_arp()
2681 if (sip == targets[i]) { in bond_validate_arp()
2694 __be32 sip, tip; in bond_arp_rcv() local
2724 memcpy(&sip, arp_ptr, 4); in bond_arp_rcv()
2731 &sip, &tip); in bond_arp_rcv()
2742 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
2744 bond_validate_arp(bond, slave, tip, sip); in bond_arp_rcv()
/drivers/scsi/bfa/
Dbfa_svc.c3277 __be32 *sip = (__be32 *) s; in bfa_fcport_qos_stats_swap() local
3282 dip[i] = be32_to_cpu(sip[i]); in bfa_fcport_qos_stats_swap()
3290 __be32 *sip = (__be32 *) s; in bfa_fcport_fcoe_stats_swap() local
3296 dip[i] = be32_to_cpu(sip[i]); in bfa_fcport_fcoe_stats_swap()
3297 dip[i + 1] = be32_to_cpu(sip[i + 1]); in bfa_fcport_fcoe_stats_swap()
3299 dip[i] = be32_to_cpu(sip[i + 1]); in bfa_fcport_fcoe_stats_swap()
3300 dip[i + 1] = be32_to_cpu(sip[i]); in bfa_fcport_fcoe_stats_swap()
/drivers/gpu/drm/nouveau/
Dnouveau_bios.c44 #define BIOSLOG(sip, fmt, arg...) NV_DEBUG(sip->dev, fmt, ##arg) argument
/drivers/net/ethernet/sun/
Dniu.c7381 u32 sip, dip, sipm, dipm, spi, spim; in niu_get_tcamkey_from_ip4fs() local
7384 sip = be32_to_cpu(fsp->h_u.tcp_ip4_spec.ip4src); in niu_get_tcamkey_from_ip4fs()
7394 tp->key[3] = (u64)sip << TCAM_V4KEY3_SADDR_SHIFT; in niu_get_tcamkey_from_ip4fs()