/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-6.6/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-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)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.c | 633 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 in ice_flow_calc_seg_sz() 712 u32 hdrs; ice_flow_proc_seg_hdrs() local 2438 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs) ice_get_rss_cfg() argument [all...] |
H A D | ice_flow.h | 296 #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 D | ice_ethtool.c | 2395 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 in ice_set_rss_hash_opt() 2558 u32 hdrs; ice_get_rss_hash_opt() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | pedit.c | 22 struct pedit_headers_action *hdrs, in set_pedit_val() 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() 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() 21 set_pedit_val(u8 hdr_type, u32 mask, u32 val, u32 offset, struct pedit_headers_action *hdrs, struct netlink_ext_ack *extack) set_pedit_val() 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) mlx5e_tc_act_pedit_parse_action() argument
|
H A D | pedit.h | 27 struct pedit_headers_action *hdrs,
|
H A D | vlan_mangle.c | 46 err = mlx5e_tc_act_pedit_parse_action(priv, &pedit_act, namespace, parse_attr->hdrs, in mlx5e_tc_act_vlan_add_rewrite_action()
|
/kernel/linux/linux-5.10/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 1658 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs) ice_get_rss_cfg() argument [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 in ice_set_rss_hash_opt() 2595 u32 hdrs; ice_get_rss_hash_opt() local [all...] |
/kernel/linux/linux-6.6/arch/arm64/tools/ |
H A D | Makefile | 6 kapi-hdrs-y := $(kapi)/cpucaps.h $(kapi)/sysreg-defs.h 8 targets += $(addprefix ../../../, $(kapi-hdrs-y)) 12 kapi: $(kapi-hdrs-y)
|
/kernel/linux/linux-6.6/net/mctp/test/ |
H A D | route-test.c | 396 struct mctp_hdr hdrs[4]; member 417 skb = mctp_test_create_skb_data(¶ms->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 [all...] |
/kernel/linux/linux-5.10/arch/s390/tools/ |
H A D | Makefile | 7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h 11 kapi: $(kapi-hdrs-y)
|
/kernel/linux/linux-6.6/arch/s390/tools/ |
H A D | Makefile | 7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h 11 kapi: $(kapi-hdrs-y)
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_cm.c | 472 * @hdrs: pointer to the array storing DMA memory pointers 477 struct rds_header **hdrs, dma_addr_t *dma_addrs, u32 num_hdrs, in rds_dma_hdrs_free() 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[ in rds_dma_hdrs_alloc() 476 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) rds_dma_hdrs_free() argument [all...] |
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib_cm.c | 438 * @hdrs: pointer to the array storing DMA memory pointers 443 struct rds_header **hdrs, dma_addr_t *dma_addrs, u32 num_hdrs, in rds_dma_hdrs_free() 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[ in rds_dma_hdrs_alloc() 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) rds_dma_hdrs_free() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_ethtool.c | 1509 u32 hdrs = IAVF_ADV_RSS_FLOW_SEG_HDR_NONE; in iavf_adv_rss_parse_hdrs() local 1513 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_TCP | in iavf_adv_rss_parse_hdrs() 1517 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_UDP | in iavf_adv_rss_parse_hdrs() 1521 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_SCTP | in iavf_adv_rss_parse_hdrs() 1525 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_TCP | in iavf_adv_rss_parse_hdrs() 1529 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_UDP | in iavf_adv_rss_parse_hdrs() 1533 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_SCTP | in iavf_adv_rss_parse_hdrs() 1540 return hdrs; in iavf_adv_rss_parse_hdrs() 1623 u32 hdrs; in iavf_set_adv_rss_hash_opt() local 1628 hdrs in iavf_set_adv_rss_hash_opt() 1702 u32 hdrs; iavf_get_adv_rss_hash_opt() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 2742 struct pedit_headers_action *hdrs) in set_pedit_val() 2746 curr_pmask = (u32 *)(pedit_header(&hdrs->masks, hdr_type) + offset); in set_pedit_val() 2747 curr_pval = (u32 *)(pedit_header(&hdrs->vals, hdr_type) + offset); in set_pedit_val() 2866 struct pedit_headers_action *hdrs, in offload_pedit_fields() 2885 set_masks = &hdrs[0].masks; in offload_pedit_fields() 2886 add_masks = &hdrs[1].masks; in offload_pedit_fields() 2887 set_vals = &hdrs[0].vals; in offload_pedit_fields() 2888 add_vals = &hdrs[1].vals; in offload_pedit_fields() 3054 struct pedit_headers_action *hdrs, in parse_pedit_to_modify_hdr() 3080 err = set_pedit_val(htype, ~mask, val, offset, &hdrs[cm in parse_pedit_to_modify_hdr() 2741 set_pedit_val(u8 hdr_type, u32 mask, u32 val, u32 offset, struct pedit_headers_action *hdrs) set_pedit_val() argument 2864 offload_pedit_fields(struct mlx5e_priv *priv, int namespace, struct pedit_headers_action *hdrs, struct mlx5e_tc_flow_parse_attr *parse_attr, u32 *action_flags, struct netlink_ext_ack *extack) offload_pedit_fields() argument 3051 parse_pedit_to_modify_hdr(struct mlx5e_priv *priv, const struct flow_action_entry *act, int namespace, struct mlx5e_tc_flow_parse_attr *parse_attr, struct pedit_headers_action *hdrs, struct netlink_ext_ack *extack) parse_pedit_to_modify_hdr() argument 3117 parse_tc_pedit_action(struct mlx5e_priv *priv, const struct flow_action_entry *act, int namespace, struct mlx5e_tc_flow_parse_attr *parse_attr, struct pedit_headers_action *hdrs, struct mlx5e_tc_flow *flow, struct netlink_ext_ack *extack) parse_tc_pedit_action() argument 3131 alloc_tc_pedit_action(struct mlx5e_priv *priv, int namespace, struct mlx5e_tc_flow_parse_attr *parse_attr, struct pedit_headers_action *hdrs, u32 *action_flags, struct netlink_ext_ack *extack) alloc_tc_pedit_action() argument 3411 add_vlan_rewrite_action(struct mlx5e_priv *priv, int namespace, const struct flow_action_entry *act, struct mlx5e_tc_flow_parse_attr *parse_attr, struct pedit_headers_action *hdrs, u32 *action, struct netlink_ext_ack *extack) add_vlan_rewrite_action() argument 3455 add_vlan_prio_tag_rewrite_action(struct mlx5e_priv *priv, struct mlx5e_tc_flow_parse_attr *parse_attr, struct pedit_headers_action *hdrs, u32 *action, struct netlink_ext_ack *extack) add_vlan_prio_tag_rewrite_action() argument 3536 struct pedit_headers_action hdrs[2] = {}; parse_tc_nic_actions() local 4214 struct pedit_headers_action hdrs[2] = {}; parse_tc_fdb_actions() local [all...] |
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | hw.h | 235 * @hdrs: extended headers TLV list 241 struct mei_ext_hdr hdrs[]; member 257 return meta->hdrs; in mei_ext_begin()
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | hw.h | 263 * @hdrs: extended headers TLV list 269 u8 hdrs[]; member 297 return (struct mei_ext_hdr *)meta->hdrs; in mei_ext_begin()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_priv.h | 40 struct pedit_headers_action hdrs[__PEDIT_CMD_MAX]; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | openvswitch.h | 463 __u16 hdrs; member
|