Home
last modified time | relevance | path

Searched refs:l3 (Results 1 – 17 of 17) sorted by relevance

/drivers/bus/
A Domap_l3_noc.c114 l3->mst_addr_mask) >> __ffs(l3->mst_addr_mask); in l3_handle_target()
116 for (k = 0, master = l3->l3_masters; k < l3->num_masters; in l3_handle_target()
198 dev_err(l3->dev, in l3_interrupt_handler()
248 l3 = devm_kzalloc(&pdev->dev, sizeof(*l3), GFP_KERNEL); in omap_l3_probe()
249 if (!l3) in omap_l3_probe()
252 memcpy(l3, of_id->data, sizeof(*l3)); in omap_l3_probe()
263 l3->l3_base[i] = l3->l3_base[i - 1]; in omap_l3_probe()
279 ret = devm_request_irq(l3->dev, l3->debug_irq, l3_interrupt_handler, in omap_l3_probe()
283 l3->debug_irq); in omap_l3_probe()
288 ret = devm_request_irq(l3->dev, l3->app_irq, l3_interrupt_handler, in omap_l3_probe()
[all …]
A Domap_l3_smx.c214 struct omap3_l3 *l3; in omap3_l3_probe() local
218 l3 = kzalloc(sizeof(*l3), GFP_KERNEL); in omap3_l3_probe()
219 if (!l3) in omap3_l3_probe()
231 if (!l3->rt) { in omap3_l3_probe()
256 free_irq(l3->debug_irq, l3); in omap3_l3_probe()
258 iounmap(l3->rt); in omap3_l3_probe()
260 kfree(l3); in omap3_l3_probe()
268 free_irq(l3->app_irq, l3); in omap3_l3_remove()
269 free_irq(l3->debug_irq, l3); in omap3_l3_remove()
270 iounmap(l3->rt); in omap3_l3_remove()
[all …]
/drivers/media/platform/ti/davinci/
A Dvpif.c73 .l3 = 43,
90 .l3 = 45,
107 .l3 = 26,
124 .l3 = 26,
141 .l3 = 21,
161 .l3 = 21,
181 .l3 = 42,
200 .l3 = 23,
220 .l3 = 23,
303 value |= (config->l3 & vpifregs[config_channel_id].len_mask); in vpif_set_mode_info()
A Dvpif.h621 u16 l1, l3, l5, l7, l9, l11; /* Other parameter configurations */ member
A Dvpif_display.c962 std_info->l3 = bt->vsync + bt->vbackporch + 1; in vpif_s_dv_timings()
A Dvpif_capture.c1205 std_info->l3 = bt->vsync + bt->vbackporch + 1; in vpif_s_dv_timings()
/drivers/net/ethernet/intel/ice/
A Dice_virtchnl_fdir.c964 l3 = VIRTCHNL_PROTO_HDR_IPV4; in ice_vc_fdir_parse_pattern()
976 l3 = VIRTCHNL_PROTO_HDR_IPV6; in ice_vc_fdir_parse_pattern()
993 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1010 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1027 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1045 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1055 if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && in ice_vc_fdir_parse_pattern()
1074 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1082 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1088 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
[all …]
/drivers/dma/
A Dste_dma40_ll.c30 u32 l3 = 0; /* dst */ in d40_log_cfg() local
41 l3 |= BIT(D40_MEM_LCSP3_DCFG_INCR_POS); in d40_log_cfg()
51 l3 |= BIT(D40_MEM_LCSP3_DCFG_MST_POS); in d40_log_cfg()
53 l3 |= BIT(D40_MEM_LCSP3_DCFG_EIM_POS); in d40_log_cfg()
54 l3 |= cfg->dst_info.psize << D40_MEM_LCSP3_DCFG_PSIZE_POS; in d40_log_cfg()
55 l3 |= d40_width_to_bits(cfg->dst_info.data_width) in d40_log_cfg()
64 *lcsp3 = l3; in d40_log_cfg()
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
A Dgddr5.c37 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/interconnect/qcom/
A DMakefile16 icc-osm-l3-objs := osm-l3.o
58 obj-$(CONFIG_INTERCONNECT_QCOM_OSM_L3) += icc-osm-l3.o
/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_tc.h60 struct bnxt_tc_l3_key l3; member
99 struct bnxt_tc_l3_key l3; member
A Dbnxt_tc.c215 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()
628 actions->nat.l3.ipv4.saddr.s_addr; in bnxt_hwrm_cfa_flow_alloc()
638 actions->nat.l3.ipv4.daddr.s_addr; in bnxt_hwrm_cfa_flow_alloc()
654 actions->nat.l3.ipv6.saddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc()
665 actions->nat.l3.ipv6.daddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc()
[all …]
/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.c1179 union l3_hdr_info l3; in hns3_set_tso() local
1197 if (l3.v4->version == 4) in hns3_set_tso()
1198 l3.v4->check = 0; in hns3_set_tso()
1212 if (l3.v4->version == 4) in hns3_set_tso()
1213 l3.v4->check = 0; in hns3_set_tso()
1253 union l3_hdr_info l3; in hns3_get_l4_protocol() local
1264 exthdr = l3.hdr + sizeof(*l3.v6); in hns3_get_l4_protocol()
1288 exthdr = l3.hdr + sizeof(*l3.v6); in hns3_get_l4_protocol()
1336 union l3_hdr_info l3; in hns3_set_outer_l2l3l4() local
1347 l3_len = l4.hdr - l3.hdr; in hns3_set_outer_l2l3l4()
[all …]
/drivers/s390/net/
A Dqeth_l3_main.c1631 struct qeth_hdr_layer3 *l3_hdr = &hdr->hdr.l3; in qeth_l3_fill_header()
1637 hdr->hdr.l3.length = data_len; in qeth_l3_fill_header()
1640 hdr->hdr.l3.id = QETH_HEADER_TYPE_L3_TSO; in qeth_l3_fill_header()
1642 hdr->hdr.l3.id = QETH_HEADER_TYPE_LAYER3; in qeth_l3_fill_header()
1645 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, proto); in qeth_l3_fill_header()
1648 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_CSUM_HDR_REQ; in qeth_l3_fill_header()
1655 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_VLAN_FRAME; in qeth_l3_fill_header()
1656 hdr->hdr.l3.vlan_id = skb_vlan_tag_get(skb); in qeth_l3_fill_header()
1660 hdr->hdr.l3.vlan_id = ntohs(veth->h_vlan_TCI); in qeth_l3_fill_header()
1680 hdr->hdr.l3.flags |= QETH_HDR_IPV6; in qeth_l3_fill_header()
[all …]
A Dqeth_core_main.c4044 return qeth_l3_same_next_hop(&prev_hdr->hdr.l3, &curr_hdr->hdr.l3) && in qeth_iqd_may_bulk()
4045 qeth_l3_iqd_same_vlan(&prev_hdr->hdr.l3, &curr_hdr->hdr.l3); in qeth_iqd_may_bulk()
5474 struct qeth_hdr_layer3 *l3_hdr = &hdr->hdr.l3; in qeth_l3_rebuild_skb()
5614 skb_len = hdr->hdr.l3.length; in qeth_extract_skb()
5615 is_cso = hdr->hdr.l3.ext_flags & QETH_HDR_EXT_CSUM_TRANSP_REQ; in qeth_extract_skb()
5622 if (hdr->hdr.l3.flags & QETH_HDR_PASSTHRU) { in qeth_extract_skb()
5628 if (hdr->hdr.l3.flags & QETH_HDR_IPV6) in qeth_extract_skb()
A Dqeth_core.h265 struct qeth_hdr_layer3 l3; member
/drivers/edac/
A Dxgene_edac.c1262 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()

Completed in 885 milliseconds