Searched refs:sip (Results 51 - 58 of 58) sorted by relevance

123

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1914 * @sip: local IP address to bind server to
1923 __be32 sip, __be16 sport, __be16 vlan,
1942 req->local_ip = sip;
1956 * @sip: local IPv6 address to bind server to
1964 const struct in6_addr *sip, __be16 sport,
1983 req->local_ip_hi = *(__be64 *)(sip->s6_addr);
1984 req->local_ip_lo = *(__be64 *)(sip->s6_addr + 8);
2915 __be32 sip, __be16 sport, __be16 vlan,
2947 val = (u8 *)&sip;
1922 cxgb4_create_server(const struct net_device *dev, unsigned int stid, __be32 sip, __be16 sport, __be16 vlan, unsigned int queue) argument
1963 cxgb4_create_server6(const struct net_device *dev, unsigned int stid, const struct in6_addr *sip, __be16 sport, unsigned int queue) argument
2914 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
H A Dcxgb4_filter.c165 unsigned int tid, bool dip, bool sip, bool dp,
205 if (sip) {
164 set_nat_params(struct adapter *adap, struct filter_entry *f, unsigned int tid, bool dip, bool sip, bool dp, bool sp) argument
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c1853 __be32 sip, tip; local
1877 memcpy(&sip, arpptr, sizeof(sip));
1878 arpptr += sizeof(sip);
1904 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
/linux-master/drivers/perf/
H A Dxgene_pmu.c408 XGENE_PMU_EVENT_ATTR(sip-insertions-r-set, 0x16),
409 XGENE_PMU_EVENT_ATTR(sip-insertions-r-clear, 0x17),
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h8605 /* No sip checks. */
10037 u32 sip, u32 dip)
10043 mlxsw_reg_mpat_eth_rspan_sip4_set(payload, sip);
10050 struct in6_addr sip, struct in6_addr dip)
10056 mlxsw_reg_mpat_eth_rspan_sip6_memcpy_to(payload, (void *)&sip);
10035 mlxsw_reg_mpat_eth_rspan_l3_ipv4_pack(char *payload, u8 ttl, const char *smac, u32 sip, u32 dip) argument
10048 mlxsw_reg_mpat_eth_rspan_l3_ipv6_pack(char *payload, u8 ttl, const char *smac, struct in6_addr sip, struct in6_addr dip) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2937 key[0] = tp->sport | (tp->sip << 16);
2938 key[1] = (tp->sip >> 16) | (tp->dport << 16);
H A Dcxgb3_main.c2513 tp = (const struct trace_params *)&t.sip;
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c7364 u32 sip, dip, sipm, dipm, spi, spim; local
7367 sip = be32_to_cpu(fsp->h_u.tcp_ip4_spec.ip4src);
7377 tp->key[3] = (u64)sip << TCAM_V4KEY3_SADDR_SHIFT;

Completed in 613 milliseconds

123