/Linux-v5.10/arch/s390/kernel/syscalls/ |
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)
|
/Linux-v5.10/arch/arm/tools/ |
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)
|
/Linux-v5.10/drivers/net/ethernet/intel/ice/ |
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 …]
|
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);
|
D | ice_ethtool.c | 2434 u32 hdrs = ICE_FLOW_SEG_HDR_NONE; in ice_parse_hdrs() local 2438 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2441 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2444 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2447 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs() 2450 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs() 2453 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs() 2458 return hdrs; in ice_parse_hdrs() 2553 u32 hdrs; in ice_set_rss_hash_opt() local 2569 hdrs = ice_parse_hdrs(nfc); in ice_set_rss_hash_opt() [all …]
|
/Linux-v5.10/arch/s390/tools/ |
D | Makefile | 7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h 11 kapi: $(kapi-hdrs-y)
|
/Linux-v5.10/net/rds/ |
D | ib_cm.c | 460 struct rds_header **hdrs; in rds_dma_hdrs_alloc() local 464 hdrs = kvmalloc_node(sizeof(*hdrs) * num_hdrs, GFP_KERNEL, in rds_dma_hdrs_alloc() 466 if (!hdrs) in rds_dma_hdrs_alloc() 472 kvfree(hdrs); in rds_dma_hdrs_alloc() 477 hdrs[i] = dma_pool_zalloc(pool, GFP_KERNEL, &hdr_daddrs[i]); in rds_dma_hdrs_alloc() 478 if (!hdrs[i]) { in rds_dma_hdrs_alloc() 479 rds_dma_hdrs_free(pool, hdrs, hdr_daddrs, i); in rds_dma_hdrs_alloc() 485 return hdrs; in rds_dma_hdrs_alloc() 495 void rds_dma_hdrs_free(struct dma_pool *pool, struct rds_header **hdrs, in rds_dma_hdrs_free() argument 501 dma_pool_free(pool, hdrs[i], dma_addrs[i]); in rds_dma_hdrs_free() [all …]
|
D | ib.h | 393 void rds_dma_hdrs_free(struct dma_pool *pool, struct rds_header **hdrs,
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 2666 struct pedit_headers_action *hdrs) in set_pedit_val() argument 2670 curr_pmask = (u32 *)(pedit_header(&hdrs->masks, hdr_type) + offset); in set_pedit_val() 2671 curr_pval = (u32 *)(pedit_header(&hdrs->vals, hdr_type) + offset); in set_pedit_val() 2790 struct pedit_headers_action *hdrs, in offload_pedit_fields() argument 2809 set_masks = &hdrs[0].masks; in offload_pedit_fields() 2810 add_masks = &hdrs[1].masks; in offload_pedit_fields() 2811 set_vals = &hdrs[0].vals; in offload_pedit_fields() 2812 add_vals = &hdrs[1].vals; in offload_pedit_fields() 2978 struct pedit_headers_action *hdrs, in parse_pedit_to_modify_hdr() argument 3004 err = set_pedit_val(htype, ~mask, val, offset, &hdrs[cmd]); in parse_pedit_to_modify_hdr() [all …]
|
/Linux-v5.10/drivers/misc/mei/ |
D | hw.h | 241 struct mei_ext_hdr hdrs[]; member 257 return meta->hdrs; in mei_ext_begin()
|
D | client.c | 1781 meta->size += mei_ext_hdr_set_vtag(meta->hdrs, cb->vtag); in mei_msg_hdr_init()
|
/Linux-v5.10/drivers/scsi/qedi/ |
D | qedi_iscsi.c | 464 u16 hdrs = TCP_HDR_LEN; in qedi_calc_mss() local 467 hdrs += IPV6_HDR_LEN; in qedi_calc_mss() 469 hdrs += IPV4_HDR_LEN; in qedi_calc_mss() 471 mss = pmtu - hdrs; in qedi_calc_mss()
|
/Linux-v5.10/net/netfilter/ |
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()
|
/Linux-v5.10/drivers/target/iscsi/cxgbit/ |
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()
|
/Linux-v5.10/net/ipv6/ |
D | ah6.c | 39 char hdrs[]; member
|
/Linux-v5.10/drivers/net/ethernet/ibm/ |
D | ibmvnic.c | 1511 u8 *hdrs = (u8 *)&adapter->tx_rx_desc_req; in ibmvnic_xmit() local 1643 hdrs += 2; in ibmvnic_xmit() 1648 hdrs += 2; in ibmvnic_xmit() 1651 if ((*hdrs >> 7) & 1) { in ibmvnic_xmit() 1652 build_hdr_descs_arr(tx_buff, &num_entries, *hdrs); in ibmvnic_xmit()
|
/Linux-v5.10/drivers/infiniband/hw/cxgb4/ |
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()
|