Home
last modified time | relevance | path

Searched refs:hdrs (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/arch/arm/tools/
H A DMakefile18 kapi-hdrs-y := $(kapi)/unistd-nr.h
19 kapi-hdrs-y += $(kapi)/mach-types.h
20 uapi-hdrs-y += $(uapi)/unistd-oabi.h
21 uapi-hdrs-y += $(uapi)/unistd-eabi.h
23 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
27 kapi: $(kapi-hdrs-y) $(gen-y)
29 uapi: $(uapi-hdrs-y)
/openbmc/linux/arch/s390/kernel/syscalls/
H A DMakefile11 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)
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_flow.c633 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK && in ice_flow_val_hdrs()
634 !is_power_of_2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK)) in ice_flow_val_hdrs()
638 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK && in ice_flow_val_hdrs()
639 !is_power_of_2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK)) in ice_flow_val_hdrs()
667 sz = (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_VLAN) ? in ice_flow_calc_seg_sz()
671 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) in ice_flow_calc_seg_sz()
673 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV6) in ice_flow_calc_seg_sz()
675 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_ARP) in ice_flow_calc_seg_sz()
677 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK) in ice_flow_calc_seg_sz()
682 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_ICMP) in ice_flow_calc_seg_sz()
[all …]
H A Dice_flow.h296 #define ICE_FLOW_SET_HDRS(seg, val) ((seg)->hdrs |= (u32)(val))
337 u32 hdrs; /* Bitmask indicating protocol headers present */ member
415 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs);
H A Dice_ethtool.c2395 u32 hdrs = ICE_FLOW_SEG_HDR_NONE; in ice_parse_hdrs() local
2399 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2402 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2405 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2408 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2411 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2414 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2419 return hdrs; in ice_parse_hdrs()
2514 u32 hdrs; in ice_set_rss_hash_opt() local
2530 hdrs = ice_parse_hdrs(nfc); in ice_set_rss_hash_opt()
[all …]
/openbmc/qemu/hw/acpi/
H A Dcore.c110 const struct AcpiTableOptions *hdrs, in acpi_table_install() argument
189 if (hdrs->sig) { in acpi_table_install()
190 strncpy(ext_hdr->sig, hdrs->sig, sizeof ext_hdr->sig); in acpi_table_install()
201 if (hdrs->has_rev) { in acpi_table_install()
202 ext_hdr->revision = hdrs->rev; in acpi_table_install()
208 if (hdrs->oem_id) { in acpi_table_install()
209 strncpy(ext_hdr->oem_id, hdrs->oem_id, sizeof ext_hdr->oem_id); in acpi_table_install()
212 if (hdrs->oem_table_id) { in acpi_table_install()
213 strncpy(ext_hdr->oem_table_id, hdrs->oem_table_id, in acpi_table_install()
217 if (hdrs->has_oem_rev) { in acpi_table_install()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpedit.c22 struct pedit_headers_action *hdrs, in set_pedit_val() argument
27 curr_pmask = (u32 *)(pedit_header(&hdrs->masks, hdr_type) + offset); in set_pedit_val()
28 curr_pval = (u32 *)(pedit_header(&hdrs->vals, hdr_type) + offset); in set_pedit_val()
48 struct pedit_headers_action *hdrs, in mlx5e_tc_act_pedit_parse_action() argument
70 err = set_pedit_val(htype, ~mask, val, offset, &hdrs[cmd], extack); in mlx5e_tc_act_pedit_parse_action()
74 hdrs[cmd].pedits++; in mlx5e_tc_act_pedit_parse_action()
94 err = mlx5e_tc_act_pedit_parse_action(flow->priv, act, ns_type, attr->parse_attr->hdrs, in tc_act_parse_pedit()
H A Dpedit.h27 struct pedit_headers_action *hdrs,
H A Dvlan_mangle.c46 err = mlx5e_tc_act_pedit_parse_action(priv, &pedit_act, namespace, parse_attr->hdrs, in mlx5e_tc_act_vlan_add_rewrite_action()
/openbmc/linux/arch/arm64/tools/
H A DMakefile6 kapi-hdrs-y := $(kapi)/cpucaps.h $(kapi)/sysreg-defs.h
8 targets += $(addprefix ../../../, $(kapi-hdrs-y))
12 kapi: $(kapi-hdrs-y)
/openbmc/linux/net/mctp/test/
H A Droute-test.c396 struct mctp_hdr hdrs[4]; member
417 skb = mctp_test_create_skb_data(&params->hdrs[i], &c); in mctp_test_route_input_sk_reasm()
445 .hdrs = {
453 .hdrs = {
461 .hdrs = {
470 .hdrs = {
479 .hdrs = {
488 .hdrs = {
498 .hdrs = {
507 .hdrs = {
/openbmc/qemu/io/
H A Dchannel-websock.c205 QIOChannelWebsockHTTPHeader *hdrs, in qio_channel_websock_extract_headers() argument
299 hdr = &hdrs[nhdrs++]; in qio_channel_websock_extract_headers()
322 qio_channel_websock_find_header(QIOChannelWebsockHTTPHeader *hdrs, in qio_channel_websock_find_header() argument
329 if (g_str_equal(hdrs[i].name, name)) { in qio_channel_websock_find_header()
330 return hdrs[i].value; in qio_channel_websock_find_header()
383 QIOChannelWebsockHTTPHeader hdrs[32]; in qio_channel_websock_handshake_process() local
384 size_t nhdrs = G_N_ELEMENTS(hdrs); in qio_channel_websock_handshake_process()
391 nhdrs = qio_channel_websock_extract_headers(ioc, buffer, hdrs, nhdrs, errp); in qio_channel_websock_handshake_process()
397 hdrs, nhdrs, QIO_CHANNEL_WEBSOCK_HEADER_PROTOCOL); in qio_channel_websock_handshake_process()
400 hdrs, nhdrs, QIO_CHANNEL_WEBSOCK_HEADER_VERSION); in qio_channel_websock_handshake_process()
[all …]
/openbmc/linux/arch/s390/tools/
H A DMakefile7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h
11 kapi: $(kapi-hdrs-y)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0004-Add-options-to-configure-the-use-of-libbsd.patch87 + hdrs = 'pty.h util.h'
89 + hdrs += ' bsd/libutil.h'
90 + hdrs += ' libutil.h'
91 + conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers=hdrs)
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c1510 u32 hdrs = IAVF_ADV_RSS_FLOW_SEG_HDR_NONE; in iavf_adv_rss_parse_hdrs() local
1514 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_TCP | in iavf_adv_rss_parse_hdrs()
1518 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_UDP | in iavf_adv_rss_parse_hdrs()
1522 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_SCTP | in iavf_adv_rss_parse_hdrs()
1526 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_TCP | in iavf_adv_rss_parse_hdrs()
1530 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_UDP | in iavf_adv_rss_parse_hdrs()
1534 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_SCTP | in iavf_adv_rss_parse_hdrs()
1541 return hdrs; in iavf_adv_rss_parse_hdrs()
1624 u32 hdrs; in iavf_set_adv_rss_hash_opt() local
1629 hdrs = iavf_adv_rss_parse_hdrs(cmd); in iavf_set_adv_rss_hash_opt()
[all …]
/openbmc/linux/net/rds/
H A Dib_cm.c443 struct rds_header **hdrs, dma_addr_t *dma_addrs, u32 num_hdrs, in rds_dma_hdrs_free() argument
449 rds_dma_hdr_free(dev->dev, hdrs[i], dma_addrs[i], dir); in rds_dma_hdrs_free()
450 kvfree(hdrs); in rds_dma_hdrs_free()
470 struct rds_header **hdrs; in rds_dma_hdrs_alloc() local
474 hdrs = kvmalloc_node(sizeof(*hdrs) * num_hdrs, GFP_KERNEL, in rds_dma_hdrs_alloc()
476 if (!hdrs) in rds_dma_hdrs_alloc()
482 kvfree(hdrs); in rds_dma_hdrs_alloc()
487 hdrs[i] = rds_dma_hdr_alloc(dev->dev, &hdr_daddrs[i], dir); in rds_dma_hdrs_alloc()
488 if (!hdrs[i]) { in rds_dma_hdrs_alloc()
489 rds_dma_hdrs_free(dev, hdrs, hdr_daddrs, i, dir); in rds_dma_hdrs_alloc()
[all …]
/openbmc/linux/drivers/misc/mei/
H A Dhw.h269 u8 hdrs[]; member
297 return (struct mei_ext_hdr *)meta->hdrs; in mei_ext_begin()
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch29 HDRS = #{hdrs.map{|h| '$(srcdir)/' + File.basename(h)}.join(' ')}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A D0001-build-Pass-tag-CC-explictly-when-using-libtool.patch34 install: all install-bin install-hdrs install-lib install-data install-man
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h40 struct pedit_headers_action hdrs[__PEDIT_CMD_MAX]; member
/openbmc/linux/drivers/usb/serial/
H A Dxr_serial.c954 struct usb_cdc_parsed_header hdrs; in xr_probe() local
959 ret = cdc_parse_cdc_header(&hdrs, control, alt->extra, alt->extralen); in xr_probe()
963 desc = hdrs.usb_cdc_union_desc; in xr_probe()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_sip.c733 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()
/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_iscsi.c486 u16 hdrs = TCP_HDR_LEN; in qedi_calc_mss() local
489 hdrs += IPV6_HDR_LEN; in qedi_calc_mss()
491 hdrs += IPV4_HDR_LEN; in qedi_calc_mss()
493 mss = pmtu - hdrs; in qedi_calc_mss()
/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h463 __u16 hdrs; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3197 struct pedit_headers_action *hdrs = parse_attr->hdrs; in offload_pedit_fields() local
3211 set_masks = &hdrs[0].masks; in offload_pedit_fields()
3212 add_masks = &hdrs[1].masks; in offload_pedit_fields()
3213 set_vals = &hdrs[0].vals; in offload_pedit_fields()
3214 add_vals = &hdrs[1].vals; in offload_pedit_fields()
3325 cmd_masks = &parse_attr->hdrs[cmd].masks; in verify_offload_pedit_fields()
3515 struct pedit_headers_action *hdrs = parse_attr->hdrs; in actions_prepare_mod_hdr_actions() local
3519 if (!hdrs[TCA_PEDIT_KEY_EX_CMD_SET].pedits && in actions_prepare_mod_hdr_actions()
3520 !hdrs[TCA_PEDIT_KEY_EX_CMD_ADD].pedits) in actions_prepare_mod_hdr_actions()

12