| /OK3568_Linux_fs/kernel/arch/arm/tools/ |
| H A D | Makefile | 18 kapi-hdrs-y := $(kapi)/unistd-nr.h 19 kapi-hdrs-y += $(kapi)/mach-types.h 20 uapi-hdrs-y := $(uapi)/unistd-common.h 21 uapi-hdrs-y += $(uapi)/unistd-oabi.h 22 uapi-hdrs-y += $(uapi)/unistd-eabi.h 24 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y)) 28 kapi: $(kapi-hdrs-y) $(gen-y) 30 uapi: $(uapi-hdrs-y)
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/ |
| H A D | Makefile | 11 kapi-hdrs-y := $(kapi)/unistd_nr.h 12 uapi-hdrs-y := $(uapi)/unistd_32.h 13 uapi-hdrs-y += $(uapi)/unistd_64.h 15 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y)) 19 kapi: $(gen-y) $(kapi-hdrs-y) 20 uapi: $(uapi-hdrs-y)
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flow.c | 231 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK && in ice_flow_val_hdrs() 232 !is_power_of_2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK)) in ice_flow_val_hdrs() 236 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK && in ice_flow_val_hdrs() 237 !is_power_of_2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK)) in ice_flow_val_hdrs() 262 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) in ice_flow_calc_seg_sz() 264 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV6) in ice_flow_calc_seg_sz() 268 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_TCP) in ice_flow_calc_seg_sz() 270 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_UDP) in ice_flow_calc_seg_sz() 272 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_SCTP) in ice_flow_calc_seg_sz() 297 u32 hdrs; in ice_flow_proc_seg_hdrs() local [all …]
|
| H A D | ice_flow.h | 134 #define ICE_FLOW_SET_HDRS(seg, val) ((seg)->hdrs |= (u32)(val)) 174 u32 hdrs; /* Bitmask indicating protocol headers present */ member 251 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs);
|
| H A D | ice_ethtool.c | 2432 u32 hdrs = ICE_FLOW_SEG_HDR_NONE; in ice_parse_hdrs() local 2436 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2439 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2442 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2445 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs() 2448 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs() 2451 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs() 2456 return hdrs; in ice_parse_hdrs() 2551 u32 hdrs; in ice_set_rss_hash_opt() local 2567 hdrs = ice_parse_hdrs(nfc); in ice_set_rss_hash_opt() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | 0004-Add-options-to-configure-the-use-of-libbsd.patch | 86 + hdrs = 'pty.h util.h' 88 + hdrs += ' bsd/libutil.h' 89 + hdrs += ' libutil.h' 90 + conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers=hdrs)
|
| /OK3568_Linux_fs/kernel/arch/s390/tools/ |
| H A D | Makefile | 7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h 11 kapi: $(kapi-hdrs-y)
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | ib_cm.c | 477 struct rds_header **hdrs, dma_addr_t *dma_addrs, u32 num_hdrs, in rds_dma_hdrs_free() argument 483 rds_dma_hdr_free(dev->dev, hdrs[i], dma_addrs[i], dir); in rds_dma_hdrs_free() 484 kvfree(hdrs); in rds_dma_hdrs_free() 504 struct rds_header **hdrs; in rds_dma_hdrs_alloc() local 508 hdrs = kvmalloc_node(sizeof(*hdrs) * num_hdrs, GFP_KERNEL, in rds_dma_hdrs_alloc() 510 if (!hdrs) in rds_dma_hdrs_alloc() 516 kvfree(hdrs); in rds_dma_hdrs_alloc() 521 hdrs[i] = rds_dma_hdr_alloc(dev->dev, &hdr_daddrs[i], dir); in rds_dma_hdrs_alloc() 522 if (!hdrs[i]) { in rds_dma_hdrs_alloc() 523 rds_dma_hdrs_free(dev, hdrs, hdr_daddrs, i, dir); in rds_dma_hdrs_alloc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tc.c | 2736 struct pedit_headers_action *hdrs) in set_pedit_val() argument 2740 curr_pmask = (u32 *)(pedit_header(&hdrs->masks, hdr_type) + offset); in set_pedit_val() 2741 curr_pval = (u32 *)(pedit_header(&hdrs->vals, hdr_type) + offset); in set_pedit_val() 2860 struct pedit_headers_action *hdrs, in offload_pedit_fields() argument 2879 set_masks = &hdrs[0].masks; in offload_pedit_fields() 2880 add_masks = &hdrs[1].masks; in offload_pedit_fields() 2881 set_vals = &hdrs[0].vals; in offload_pedit_fields() 2882 add_vals = &hdrs[1].vals; in offload_pedit_fields() 3048 struct pedit_headers_action *hdrs, in parse_pedit_to_modify_hdr() argument 3074 err = set_pedit_val(htype, ~mask, val, offset, &hdrs[cmd]); in parse_pedit_to_modify_hdr() [all …]
|
| /OK3568_Linux_fs/buildroot/package/sdl_mixer/ |
| H A D | 0001-Add-Libs.private-field-to-pkg-config-file.patch | 31 ….PHONY: all install install-hdrs install-lib install-bin uninstall uninstall-hdrs uninstall-lib un…
|
| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | hw.h | 241 struct mei_ext_hdr hdrs[]; member 257 return meta->hdrs; in mei_ext_begin()
|
| H A D | client.c | 1781 meta->size += mei_ext_hdr_set_vtag(meta->hdrs, cb->vtag); in mei_msg_hdr_init()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/vulkan/vulkan-samples/ |
| H A D | 0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch | 25 install(FILES ${hdrs} DESTINATION include/spirv_cross)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch | 26 HDRS = #{hdrs.map{|h| '$(srcdir)/' + File.basename(h)}.join(' ')}
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | 0001-build-Pass-tag-CC-explictly-when-using-libtool.patch | 34 install: all install-bin install-hdrs install-lib install-data install-man
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_sip.c | 733 const struct sip_header *hdrs, *hdr, *thdr; in ct_sip_get_sdp_header() local 737 hdrs = nf_ct_l3num(ct) == NFPROTO_IPV4 ? ct_sdp_hdrs_v4 : ct_sdp_hdrs_v6; in ct_sip_get_sdp_header() 738 hdr = &hdrs[type]; in ct_sip_get_sdp_header() 739 thdr = &hdrs[term]; in ct_sip_get_sdp_header()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedi/ |
| H A D | qedi_iscsi.c | 485 u16 hdrs = TCP_HDR_LEN; in qedi_calc_mss() local 488 hdrs += IPV6_HDR_LEN; in qedi_calc_mss() 490 hdrs += IPV4_HDR_LEN; in qedi_calc_mss() 492 mss = pmtu - hdrs; in qedi_calc_mss()
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_cm.c | 1225 unsigned short hdrs; in cxgbit_pass_accept_req() local 1311 hdrs = (iptype == 4 ? sizeof(struct iphdr) : sizeof(struct ipv6hdr)) + in cxgbit_pass_accept_req() 1313 if (peer_mss && csk->mtu > (peer_mss + hdrs)) in cxgbit_pass_accept_req() 1314 csk->mtu = peer_mss + hdrs; in cxgbit_pass_accept_req()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-2879.patch | 123 hdrs []*Header
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ah6.c | 39 char hdrs[]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 1528 u8 *hdrs = (u8 *)&adapter->tx_rx_desc_req; in ibmvnic_xmit() local 1661 hdrs += 2; in ibmvnic_xmit() 1666 hdrs += 2; in ibmvnic_xmit() 1669 if ((*hdrs >> 7) & 1) { in ibmvnic_xmit() 1670 build_hdr_descs_arr(tx_buff, &num_entries, *hdrs); in ibmvnic_xmit()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/ |
| H A D | cm.c | 2527 unsigned short hdrs; in pass_accept_req() local 2591 hdrs = ((iptype == 4) ? sizeof(struct iphdr) : sizeof(struct ipv6hdr)) + in pass_accept_req() 2594 if (peer_mss && child_ep->mtu > (peer_mss + hdrs)) in pass_accept_req() 2595 child_ep->mtu = peer_mss + hdrs; in pass_accept_req()
|