/drivers/bus/ |
D | omap_l3_noc.c | 58 static int l3_handle_target(struct omap_l3 *l3, void __iomem *base, in l3_handle_target() argument 122 l3->mst_addr_mask) >> __ffs(l3->mst_addr_mask); in l3_handle_target() 124 for (k = 0, master = l3->l3_masters; k < l3->num_masters; in l3_handle_target() 143 dev_name(l3->dev), in l3_handle_target() 169 struct omap_l3 *l3 = _l3; in l3_interrupt_handler() local 177 inttype = irq == l3->app_irq ? L3_APPLICATION_ERROR : L3_DEBUG_ERROR; in l3_interrupt_handler() 179 for (i = 0; i < l3->num_modules; i++) { in l3_interrupt_handler() 184 base = l3->l3_base[i]; in l3_interrupt_handler() 185 flag_mux = l3->l3_flagmux[i]; in l3_interrupt_handler() 197 ret = l3_handle_target(l3, base, flag_mux, err_src); in l3_interrupt_handler() [all …]
|
D | omap_l3_smx.c | 140 static irqreturn_t omap3_l3_block_irq(struct omap3_l3 *l3, in omap3_l3_block_irq() argument 159 struct omap3_l3 *l3 = _l3; in omap3_l3_app_irq() local 168 int_type = irq == l3->app_irq ? L3_APPLICATION_ERROR : L3_DEBUG_ERROR; in omap3_l3_app_irq() 170 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_0); in omap3_l3_app_irq() 179 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_1); in omap3_l3_app_irq() 186 base = l3->rt + omap3_l3_bases[int_type][err_source]; in omap3_l3_app_irq() 190 ret |= omap3_l3_block_irq(l3, error, error_addr); in omap3_l3_app_irq() 216 struct omap3_l3 *l3; in omap3_l3_probe() local 220 l3 = kzalloc(sizeof(*l3), GFP_KERNEL); in omap3_l3_probe() 221 if (!l3) in omap3_l3_probe() [all …]
|
/drivers/media/platform/davinci/ |
D | vpif.c | 71 .l3 = 43, 88 .l3 = 45, 105 .l3 = 26, 122 .l3 = 26, 139 .l3 = 21, 159 .l3 = 21, 179 .l3 = 42, 198 .l3 = 23, 218 .l3 = 23, 301 value |= (config->l3 & vpifregs[config_channel_id].len_mask); in vpif_set_mode_info()
|
D | vpif.h | 629 u16 l1, l3, l5, l7, l9, l11; /* Other parameter configurations */ member
|
D | vpif_display.c | 965 std_info->l3 = bt->vsync + bt->vbackporch + 1; in vpif_s_dv_timings()
|
D | vpif_capture.c | 1219 std_info->l3 = bt->vsync + bt->vbackporch + 1; in vpif_s_dv_timings()
|
/drivers/net/ethernet/intel/ice/ |
D | ice_virtchnl_fdir.c | 1093 enum virtchnl_proto_hdr_type l3 = VIRTCHNL_PROTO_HDR_NONE; in ice_vc_fdir_parse_pattern() local 1128 l3 = VIRTCHNL_PROTO_HDR_IPV4; in ice_vc_fdir_parse_pattern() 1140 l3 = VIRTCHNL_PROTO_HDR_IPV6; in ice_vc_fdir_parse_pattern() 1157 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1159 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern() 1163 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) { in ice_vc_fdir_parse_pattern() 1166 } else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) { in ice_vc_fdir_parse_pattern() 1174 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1176 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern() 1180 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) { in ice_vc_fdir_parse_pattern() [all …]
|
/drivers/dma/ |
D | ste_dma40_ll.c | 29 u32 l3 = 0; /* dst */ in d40_log_cfg() local 40 l3 |= BIT(D40_MEM_LCSP3_DCFG_INCR_POS); in d40_log_cfg() 50 l3 |= BIT(D40_MEM_LCSP3_DCFG_MST_POS); in d40_log_cfg() 52 l3 |= BIT(D40_MEM_LCSP3_DCFG_EIM_POS); in d40_log_cfg() 53 l3 |= cfg->dst_info.psize << D40_MEM_LCSP3_DCFG_PSIZE_POS; in d40_log_cfg() 54 l3 |= d40_width_to_bits(cfg->dst_info.data_width) in d40_log_cfg() 63 *lcsp3 = l3; in d40_log_cfg()
|
/drivers/interconnect/qcom/ |
D | Makefile | 7 icc-osm-l3-objs := osm-l3.o 25 obj-$(CONFIG_INTERCONNECT_QCOM_OSM_L3) += icc-osm-l3.o
|
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | gddr5.c | 37 int pd, lf, xd, vh, vr, vo, l3; in nvkm_gddr5_calc() local 50 l3 = !ram->next->bios.ramcfg_11_07_02; in nvkm_gddr5_calc() 99 ram->mr[5] |= (l3 << 2); in nvkm_gddr5_calc()
|
/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.h | 60 struct bnxt_tc_l3_key l3; member 99 struct bnxt_tc_l3_key l3; member
|
D | bnxt_tc.c | 215 actions->nat.l3.ipv4.saddr.s_addr = htonl(val); in bnxt_tc_parse_pedit() 218 actions->nat.l3.ipv4.daddr.s_addr = htonl(val); in bnxt_tc_parse_pedit() 227 actions->nat.src_xlate, &actions->nat.l3.ipv4.saddr, in bnxt_tc_parse_pedit() 228 &actions->nat.l3.ipv4.daddr); in bnxt_tc_parse_pedit() 242 actions->nat.l3.ipv6.saddr.s6_addr32[idx] = htonl(val); in bnxt_tc_parse_pedit() 247 actions->nat.l3.ipv6.saddr.s6_addr32[idx] = htonl(val); in bnxt_tc_parse_pedit() 624 actions->nat.l3.ipv4.saddr.s_addr; in bnxt_hwrm_cfa_flow_alloc() 634 actions->nat.l3.ipv4.daddr.s_addr; in bnxt_hwrm_cfa_flow_alloc() 650 actions->nat.l3.ipv6.saddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc() 661 actions->nat.l3.ipv6.daddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc() [all …]
|
D | bnxt_hsi.h | 7014 __le32 l3[10]; member
|
/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 1159 union l3_hdr_info l3; in hns3_set_tso() local 1171 l3.hdr = skb_network_header(skb); in hns3_set_tso() 1177 if (l3.v4->version == 4) in hns3_set_tso() 1178 l3.v4->check = 0; in hns3_set_tso() 1186 l3.hdr = skb_inner_network_header(skb); in hns3_set_tso() 1192 if (l3.v4->version == 4) in hns3_set_tso() 1193 l3.v4->check = 0; in hns3_set_tso() 1233 union l3_hdr_info l3; in hns3_get_l4_protocol() local 1240 l3.hdr = skb_network_header(skb); in hns3_get_l4_protocol() 1244 exthdr = l3.hdr + sizeof(*l3.v6); in hns3_get_l4_protocol() [all …]
|
/drivers/s390/net/ |
D | qeth_l3_main.c | 1629 struct qeth_hdr_layer3 *l3_hdr = &hdr->hdr.l3; in qeth_l3_fill_header() 1635 hdr->hdr.l3.length = data_len; in qeth_l3_fill_header() 1638 hdr->hdr.l3.id = QETH_HEADER_TYPE_L3_TSO; in qeth_l3_fill_header() 1640 hdr->hdr.l3.id = QETH_HEADER_TYPE_LAYER3; in qeth_l3_fill_header() 1643 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, proto); in qeth_l3_fill_header() 1646 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_CSUM_HDR_REQ; in qeth_l3_fill_header() 1653 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_VLAN_FRAME; in qeth_l3_fill_header() 1654 hdr->hdr.l3.vlan_id = skb_vlan_tag_get(skb); in qeth_l3_fill_header() 1657 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_INCLUDE_VLAN_TAG; in qeth_l3_fill_header() 1658 hdr->hdr.l3.vlan_id = ntohs(veth->h_vlan_TCI); in qeth_l3_fill_header() [all …]
|
D | qeth_core_main.c | 3985 return qeth_l3_same_next_hop(&prev_hdr->hdr.l3, &curr_hdr->hdr.l3) && in qeth_iqd_may_bulk() 3986 qeth_l3_iqd_same_vlan(&prev_hdr->hdr.l3, &curr_hdr->hdr.l3); in qeth_iqd_may_bulk() 5530 struct qeth_hdr_layer3 *l3_hdr = &hdr->hdr.l3; in qeth_l3_rebuild_skb() 5594 is_cso = hdr->hdr.l3.ext_flags & QETH_HDR_EXT_CSUM_TRANSP_REQ; in qeth_receive_skb() 5687 skb_len = hdr->hdr.l3.length; in qeth_extract_skb() 5693 if (hdr->hdr.l3.flags & QETH_HDR_PASSTHRU) { in qeth_extract_skb() 5699 if (hdr->hdr.l3.flags & QETH_HDR_IPV6) in qeth_extract_skb()
|
D | qeth_core.h | 265 struct qeth_hdr_layer3 l3; member
|
/drivers/iommu/amd/ |
D | io_pgtable.c | 123 DEFINE_FREE_PT_FN(l3, free_pt_l2) in DEFINE_FREE_PT_FN()
|
/drivers/edac/ |
D | xgene_edac.c | 1262 static int xgene_edac_l3_remove(struct xgene_edac_dev_ctx *l3) in xgene_edac_l3_remove() argument 1264 struct edac_device_ctl_info *edac_dev = l3->edac_dev; in xgene_edac_l3_remove() 1267 edac_device_del_device(l3->edac->dev); in xgene_edac_l3_remove()
|