Home
last modified time | relevance | path

Searched refs:ip (Results 1876 – 1900 of 2033) sorted by relevance

1...<<71727374757677787980>>...82

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8057 } ip; in ixgbe_tso() local
8078 ip.hdr = skb_inner_network_header(skb); in ixgbe_tso()
8080 ip.hdr = skb_network_header(skb); in ixgbe_tso()
8088 if (ip.v4->version == 4) { in ixgbe_tso()
8090 unsigned char *trans_start = ip.hdr + (ip.v4->ihl * 4); in ixgbe_tso()
8097 ip.v4->check = (skb_shinfo(skb)->gso_type & SKB_GSO_PARTIAL) ? in ixgbe_tso()
8102 ip.v4->tot_len = 0; in ixgbe_tso()
8107 ip.v6->payload_len = 0; in ixgbe_tso()
8142 vlan_macip_lens = l4.hdr - ip.hdr; in ixgbe_tso()
8557 common.ip ^= hdr.ipv4->saddr ^ hdr.ipv4->daddr; in ixgbe_atr()
[all …]
/openbmc/linux/drivers/scsi/
H A Dadvansys.c7100 sector_t capacity, int ip[]) in advansys_biosparam() argument
7109 ip[0] = 255; in advansys_biosparam()
7110 ip[1] = 63; in advansys_biosparam()
7112 ip[0] = 64; in advansys_biosparam()
7113 ip[1] = 32; in advansys_biosparam()
7118 ip[0] = 255; in advansys_biosparam()
7119 ip[1] = 63; in advansys_biosparam()
7121 ip[0] = 64; in advansys_biosparam()
7122 ip[1] = 32; in advansys_biosparam()
7125 ip[2] = (unsigned long)capacity / (ip[0] * ip[1]); in advansys_biosparam()
/openbmc/linux/drivers/cxl/core/
H A Dregion.c792 struct cxl_region_params *ip = &iter->region->params; in alloc_region_ref() local
794 if (!ip->res || ip->res->start < p->res->start) in alloc_region_ref()
806 dev_name(&iter->region->dev), ip->res, p->res); in alloc_region_ref()
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c875 int netxen_config_ipaddr(struct netxen_adapter *adapter, __be32 ip, int cmd) in netxen_config_ipaddr() argument
888 memcpy(&req.words[1], &ip, sizeof(u32)); in netxen_config_ipaddr()
894 (cmd == NX_IP_UP) ? "Add" : "Remove", ip); in netxen_config_ipaddr()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c1002 struct iphdr *ip; in chcr_ktls_write_tcp_options() local
1054 ip = (struct iphdr *)(buf + maclen); in chcr_ktls_write_tcp_options()
1055 ip->tot_len = htons(pktlen - maclen); in chcr_ktls_write_tcp_options()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.conf145 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on
/openbmc/linux/Documentation/networking/
H A Dnf_flowtable.rst93 ip protocol tcp flow add @f
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md302 ipaddr <x.x.x.x> : Set ip for this channel
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dreporting-issues.rst489 下,您可能需要检查您的WiFi管理器或 ``ip link`` 的输出。寻找有问题的网络接口
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Ddraak.dtsi43 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
/openbmc/linux/Documentation/netlink/specs/
H A Dovs_flow.yaml900 name: ip-min
903 name: ip-max
/openbmc/qemu/migration/
H A Dtrace-events217 qemu_rdma_dest_init_trying(const char *host, const char *ip) "%s => %s"
235 qemu_rdma_resolve_host_trying(const char *host, const char *ip) "Trying %s => %s"
/openbmc/linux/mm/
H A Dmemory.c5354 unsigned long ip = exception_ip(regs); in get_mmap_lock_carefully() local
5355 if (!search_exception_tables(ip)) in get_mmap_lock_carefully()
5379 unsigned long ip = exception_ip(regs); in upgrade_mmap_lock_carefully() local
5380 if (!search_exception_tables(ip)) in upgrade_mmap_lock_carefully()
5901 void print_vma_addr(char *prefix, unsigned long ip) in print_vma_addr() argument
5912 vma = find_vma(mm, ip); in print_vma_addr()
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py150 def tohex(ip): argument
151 if ip < 0:
152 ip += 1 << 64
153 return "%x" % ip
2931 ip = query.value(8)
2967 cnt, text = self.glb.disassembler.DisassembleOne(inst, buf_ptr, buf_sz, ip)
2969 byte_str = tohex(ip).rjust(16)
2983 ip += cnt
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c1129 static bool is_inaddr_any(u8 *ip, int family) in is_inaddr_any() argument
1136 addr = (struct in_addr *)ip; in is_inaddr_any()
1142 addr6 = (struct in6_addr *)ip; in is_inaddr_any()
/openbmc/linux/arch/x86/events/
H A Dcore.c2772 if (perf_callchain_store(entry, regs->ip)) in perf_callchain_kernel()
2931 perf_callchain_store(entry, regs->ip); in perf_callchain_user()
3011 return regs->ip + code_segment_base(regs); in perf_instruction_pointer()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c430 struct iphdr *ip = ip_hdr(skb); in net_checksum_info() local
432 if (ip->protocol == IPPROTO_TCP) in net_checksum_info()
434 else if (ip->protocol == IPPROTO_UDP) in net_checksum_info()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c5996 } ip; in igb_tso() local
6015 ip.hdr = skb_network_header(skb); in igb_tso()
6023 if (ip.v4->version == 4) { in igb_tso()
6025 unsigned char *trans_start = ip.hdr + (ip.v4->ihl * 4); in igb_tso()
6030 ip.v4->check = csum_fold(csum_partial(trans_start, in igb_tso()
6035 ip.v4->tot_len = 0; in igb_tso()
6040 ip.v6->payload_len = 0; in igb_tso()
6071 vlan_macip_lens = l4.hdr - ip.hdr; in igb_tso()
6072 vlan_macip_lens |= (ip.hdr - skb->data) << E1000_ADVTXD_MACLEN_SHIFT; in igb_tso()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1188 context->res_ctx.pipe_ctx[i].det_buffer_size_kb = context->bw_ctx.dml.ip.det_buffer_size_kbytes; in dcn20_calculate_dlg_params()
1215 context->bw_ctx.bw.dcn.compbuf_size_kb = context->bw_ctx.dml.ip.config_return_buffer_size_in_kbytes in dcn20_calculate_dlg_params()
1216 - context->bw_ctx.dml.ip.det_buffer_size_kbytes * pipe_idx; in dcn20_calculate_dlg_params()
1536 pipes[pipe_cnt].pipe.src.num_cursors = dc->dml.ip.number_of_cursors; in dcn20_populate_dml_pipes_from_context()
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dusage.rst222 ip addresses) is available if the mount helper (mount.cifs) is installed. If
285 ip
286 The ip address of the target server
830 translate host names to ip address, and the user space helper must also
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1381 void *ip; in mlx5e_enable_ecn() local
1387 ip = skb->data + network_depth; in mlx5e_enable_ecn()
1388 rc = ((proto == htons(ETH_P_IP)) ? IP_ECN_set_ce((struct iphdr *)ip) : in mlx5e_enable_ecn()
1389 IP6_ECN_set_ce(skb, (struct ipv6hdr *)ip)); in mlx5e_enable_ecn()
/openbmc/linux/Documentation/admin-guide/media/
H A Dfaq.rst183 configured with ``ifconfig`` or with ``ip addr``.
/openbmc/u-boot/arch/arm/dts/
H A Dr8a7793-gose.dts55 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
H A Dsalvator-common.dtsi41 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fc.h1410 u8 ip[16]; /* IP Address */ member

1...<<71727374757677787980>>...82