Searched refs:hdrs (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/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)
/linux-master/arch/arm64/tools/
H A DMakefile6 kapi-hdrs-y := $(kapi)/cpucap-defs.h $(kapi)/sysreg-defs.h
8 targets += $(addprefix ../../../, $(kapi-hdrs-y))
12 kapi: $(kapi-hdrs-y)
/linux-master/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)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpedit.h27 struct pedit_headers_action *hdrs,
H A Dpedit.c22 struct pedit_headers_action *hdrs,
27 curr_pmask = (u32 *)(pedit_header(&hdrs->masks, hdr_type) + offset);
28 curr_pval = (u32 *)(pedit_header(&hdrs->vals, hdr_type) + offset);
48 struct pedit_headers_action *hdrs,
71 err = set_pedit_val(htype, ~mask, val, offset, &hdrs[cmd], extack);
75 hdrs[cmd].pedits++;
95 err = mlx5e_tc_act_pedit_parse_action(flow->priv, act, ns_type, attr->parse_attr->hdrs,
21 set_pedit_val(u8 hdr_type, u32 mask, u32 val, u32 offset, struct pedit_headers_action *hdrs, struct netlink_ext_ack *extack) argument
46 mlx5e_tc_act_pedit_parse_action(struct mlx5e_priv *priv, const struct flow_action_entry *act, int namespace, struct pedit_headers_action *hdrs, struct netlink_ext_ack *extack) argument
H A Dvlan_mangle.c46 err = mlx5e_tc_act_pedit_parse_action(priv, &pedit_act, namespace, parse_attr->hdrs,
/linux-master/arch/s390/tools/
H A DMakefile7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h
11 kapi: $(kapi-hdrs-y)
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flow.c633 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK &&
634 !is_power_of_2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK))
638 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK &&
639 !is_power_of_2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK))
667 sz = (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_VLAN) ?
671 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4)
673 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV6)
675 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_ARP)
677 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK)
682 if (params->prof->segs[seg].hdrs
712 u32 hdrs; local
2682 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs, bool *symm) argument
[all...]
H A Dice_flow.h352 #define ICE_FLOW_SET_HDRS(seg, val) ((seg)->hdrs |= (u32)(val))
393 u32 hdrs; /* Bitmask indicating protocol headers present */ member in struct:ice_flow_seg_info
469 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs, bool *symm);
H A Dice_ethtool.c2474 u32 hdrs = ICE_FLOW_SEG_HDR_NONE; local
2478 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4;
2481 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4;
2484 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4;
2487 hdrs |= ICE_FLOW_SEG_HDR_GTPU_IP | ICE_FLOW_SEG_HDR_IPV4;
2490 hdrs |= ICE_FLOW_SEG_HDR_GTPC | ICE_FLOW_SEG_HDR_IPV4;
2493 hdrs |= ICE_FLOW_SEG_HDR_GTPC_TEID | ICE_FLOW_SEG_HDR_IPV4;
2496 hdrs |= ICE_FLOW_SEG_HDR_GTPU_EH | ICE_FLOW_SEG_HDR_IPV4;
2499 hdrs |= ICE_FLOW_SEG_HDR_GTPU_UP | ICE_FLOW_SEG_HDR_IPV4;
2502 hdrs |
2658 u32 hdrs; local
2709 u32 hdrs; local
[all...]
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c1504 u32 hdrs = IAVF_ADV_RSS_FLOW_SEG_HDR_NONE; local
1508 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_TCP |
1512 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_UDP |
1516 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_SCTP |
1520 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_TCP |
1524 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_UDP |
1528 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_SCTP |
1535 return hdrs;
1620 u32 hdrs; local
1627 hdrs
1703 u32 hdrs; local
[all...]
/linux-master/net/rds/
H A Dib_cm.c438 * @hdrs: pointer to the array storing DMA memory pointers
443 struct rds_header **hdrs, dma_addr_t *dma_addrs, u32 num_hdrs,
449 rds_dma_hdr_free(dev->dev, hdrs[i], dma_addrs[i], dir);
450 kvfree(hdrs);
470 struct rds_header **hdrs; local
474 hdrs = kvmalloc_node(sizeof(*hdrs) * num_hdrs, GFP_KERNEL,
476 if (!hdrs)
482 kvfree(hdrs);
487 hdrs[
442 rds_dma_hdrs_free(struct rds_ib_device *dev, struct rds_header **hdrs, dma_addr_t *dma_addrs, u32 num_hdrs, enum dma_data_direction dir) argument
[all...]
/linux-master/net/mctp/test/
H A Droute-test.c408 struct mctp_hdr hdrs[4]; member in struct:mctp_route_input_sk_reasm_test
429 skb = mctp_test_create_skb_data(&params->hdrs[i], &c);
456 .hdrs = {
464 .hdrs = {
472 .hdrs = {
481 .hdrs = {
490 .hdrs = {
499 .hdrs = {
509 .hdrs = {
518 .hdrs
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h40 struct pedit_headers_action hdrs[__PEDIT_CMD_MAX]; member in struct:mlx5e_tc_flow_parse_attr
/linux-master/drivers/misc/mei/
H A Dhw.h263 * @hdrs: extended headers TLV list
269 u8 hdrs[]; member in struct:mei_ext_meta_hdr
297 return (struct mei_ext_hdr *)meta->hdrs;
H A Dclient.c1810 next_ext = (struct mei_ext_hdr *)meta->hdrs;
/linux-master/include/uapi/linux/
H A Dopenvswitch.h463 __u16 hdrs; member in struct:ovs_key_ipv6_exthdrs
/linux-master/drivers/usb/serial/
H A Dxr_serial.c954 struct usb_cdc_parsed_header hdrs; local
959 ret = cdc_parse_cdc_header(&hdrs, control, alt->extra, alt->extralen);
963 desc = hdrs.usb_cdc_union_desc;
/linux-master/drivers/scsi/qedi/
H A Dqedi_iscsi.c486 u16 hdrs = TCP_HDR_LEN; local
489 hdrs += IPV6_HDR_LEN;
491 hdrs += IPV4_HDR_LEN;
493 mss = pmtu - hdrs;
/linux-master/net/netfilter/
H A Dnf_conntrack_sip.c733 const struct sip_header *hdrs, *hdr, *thdr; local
737 hdrs = nf_ct_l3num(ct) == NFPROTO_IPV4 ? ct_sdp_hdrs_v4 : ct_sdp_hdrs_v6;
738 hdr = &hdrs[type];
739 thdr = &hdrs[term];
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3199 struct pedit_headers_action *hdrs = parse_attr->hdrs; local
3213 set_masks = &hdrs[TCA_PEDIT_KEY_EX_CMD_SET].masks;
3214 add_masks = &hdrs[TCA_PEDIT_KEY_EX_CMD_ADD].masks;
3215 set_vals = &hdrs[TCA_PEDIT_KEY_EX_CMD_SET].vals;
3216 add_vals = &hdrs[TCA_PEDIT_KEY_EX_CMD_ADD].vals;
3327 cmd_masks = &parse_attr->hdrs[cmd].masks;
3517 struct pedit_headers_action *hdrs = parse_attr->hdrs; local
3521 if (!hdrs[TCA_PEDIT_KEY_EX_CMD_SE
[all...]
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1226 unsigned short hdrs; local
1312 hdrs = (iptype == 4 ? sizeof(struct iphdr) : sizeof(struct ipv6hdr)) +
1314 if (peer_mss && csk->mtu > (peer_mss + hdrs))
1315 csk->mtu = peer_mss + hdrs;
/linux-master/net/ipv6/
H A Dah6.c39 char hdrs[]; member in struct:tmp_ext
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c2524 unsigned short hdrs; local
2588 hdrs = ((iptype == 4) ? sizeof(struct iphdr) : sizeof(struct ipv6hdr)) +
2591 if (peer_mss && child_ep->mtu > (peer_mss + hdrs))
2592 child_ep->mtu = peer_mss + hdrs;
/linux-master/drivers/net/ethernet/ibm/
H A Dibmvnic.c2381 u8 *hdrs = (u8 *)&adapter->tx_rx_desc_req; local
2521 hdrs += 2;
2526 hdrs += 2;
2529 if ((*hdrs >> 7) & 1)
2530 build_hdr_descs_arr(skb, indir_arr, &num_entries, *hdrs);

Completed in 420 milliseconds

12