/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 155 __be32 sip, __be16 sport, __be16 vlan, 158 __be32 sip, __be16 sport, __be16 vlan,
|
D | cxgb4_main.c | 3242 __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/ |
D | cxgb3_ioctl.h | 154 uint32_t sip; member
|
D | sge.c | 1957 __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()
|
D | common.h | 411 u32 sip; member
|
D | t3_hw.c | 2967 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()
|
D | cxgb3_main.c | 2482 tp = (const struct trace_params *)&t.sip; in cxgb_extension_ioctl()
|
/drivers/net/ |
D | vxlan.c | 794 __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/ |
D | bond_main.c | 2672 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/ |
D | bfa_svc.c | 3277 __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/ |
D | nouveau_bios.c | 44 #define BIOSLOG(sip, fmt, arg...) NV_DEBUG(sip->dev, fmt, ##arg) argument
|
/drivers/net/ethernet/sun/ |
D | niu.c | 7381 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()
|