Searched refs:l3 (Results 1 - 25 of 59) sorted by last modified time

123

/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1168 union l3_hdr_info l3; local
1180 l3.hdr = skb_network_header(skb);
1186 if (l3.v4->version == 4)
1187 l3.v4->check = 0;
1194 /* reset l3&l4 pointers from outer to inner headers */
1195 l3.hdr = skb_inner_network_header(skb);
1201 if (l3.v4->version == 4)
1202 l3.v4->check = 0;
1242 union l3_hdr_info l3; local
1249 l3
1325 union l3_hdr_info l3; local
1367 hns3_set_l3_type(struct sk_buff *skb, union l3_hdr_info l3, u32 *type_cs_vlan_tso) argument
1440 union l3_hdr_info l3; local
[all...]
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c964 std_info->l3 = bt->vsync + bt->vbackporch + 1;
H A Dvpif_capture.c1207 std_info->l3 = bt->vsync + bt->vbackporch + 1;
H 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
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsetup_64.c630 struct device_node *cpu = NULL, *l2, *l3 = NULL; local
646 init_cache_info(&ppc64_caches.l3, 0x800000, 128, 0, 8192);
669 l3 = of_find_next_cache_node(l2);
672 if (l3) {
673 parse_cache_info(l3, false, &ppc64_caches.l3);
674 of_node_put(l3);
/linux-master/drivers/s390/net/
H A Dqeth_core.h265 struct qeth_hdr_layer3 l3; member in union:qeth_hdr::__anon1636
304 struct qeth_hdr hdr; /*hdr->hdr.l3.xxx*/
H A Dqeth_core_main.c1898 QETH_CARD_TEXT(card, 3, "force l3");
4042 return qeth_l3_same_next_hop(&prev_hdr->hdr.l3, &curr_hdr->hdr.l3) &&
4043 qeth_l3_iqd_same_vlan(&prev_hdr->hdr.l3, &curr_hdr->hdr.l3);
5472 struct qeth_hdr_layer3 *l3_hdr = &hdr->hdr.l3;
5612 skb_len = hdr->hdr.l3.length;
5613 is_cso = hdr->hdr.l3.ext_flags & QETH_HDR_EXT_CSUM_TRANSP_REQ;
5620 if (hdr->hdr.l3.flags & QETH_HDR_PASSTHRU) {
5626 if (hdr->hdr.l3
[all...]
H A Dqeth_l3_main.c1630 struct qeth_hdr_layer3 *l3_hdr = &hdr->hdr.l3;
1636 hdr->hdr.l3.length = data_len;
1639 hdr->hdr.l3.id = QETH_HEADER_TYPE_L3_TSO;
1641 hdr->hdr.l3.id = QETH_HEADER_TYPE_LAYER3;
1644 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, proto);
1647 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_CSUM_HDR_REQ;
1654 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_VLAN_FRAME;
1655 hdr->hdr.l3.vlan_id = skb_vlan_tag_get(skb);
1658 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_INCLUDE_VLAN_TAG;
1659 hdr->hdr.l3
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c215 actions->nat.l3.ipv4.saddr.s_addr = htonl(val);
218 actions->nat.l3.ipv4.daddr.s_addr = htonl(val);
227 actions->nat.src_xlate, &actions->nat.l3.ipv4.saddr,
228 &actions->nat.l3.ipv4.daddr);
242 actions->nat.l3.ipv6.saddr.s6_addr32[idx] = htonl(val);
247 actions->nat.l3.ipv6.saddr.s6_addr32[idx] = htonl(val);
628 actions->nat.l3.ipv4.saddr.s_addr;
638 actions->nat.l3.ipv4.daddr.s_addr;
654 actions->nat.l3.ipv6.saddr.s6_addr32,
665 actions->nat.l3
[all...]
H A Dbnxt_hsi.h7669 __le32 l3[10]; member in struct:hwrm_cfa_encap_data_vxlan
/linux-master/drivers/edac/
H A Dxgene_edac.c1261 static int xgene_edac_l3_remove(struct xgene_edac_dev_ctx *l3) argument
1263 struct edac_device_ctl_info *edac_dev = l3->edac_dev;
1266 edac_device_del_device(l3->edac->dev);
1945 if (of_device_is_compatible(child, "apm,xgene-edac-l3"))
1947 if (of_device_is_compatible(child, "apm,xgene-edac-l3-v2"))
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c4062 struct rdt_resource *l3 = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; local
4074 if (!l3->mon_capable)
4077 d = get_domain_from_cpu(cpu, l3);
/linux-master/arch/powerpc/include/asm/
H A Delf.h144 NEW_AUX_ENT(AT_L3_CACHESIZE, ppc64_caches.l3.size); \
145 NEW_AUX_ENT(AT_L3_CACHEGEOMETRY, get_cache_geometry(l3))
/linux-master/drivers/interconnect/qcom/
H A DMakefile12 icc-osm-l3-objs := osm-l3.o
46 obj-$(CONFIG_INTERCONNECT_QCOM_OSM_L3) += icc-osm-l3.o
H A Dosm-l3.c16 #include <dt-bindings/interconnect/qcom,osm-l3.h>
279 { .compatible = "qcom,epss-l3", .data = &epss_l3_l3_vote },
280 { .compatible = "qcom,osm-l3", .data = &osm_l3 },
281 { .compatible = "qcom,sc7180-osm-l3", .data = &osm_l3 },
282 { .compatible = "qcom,sc7280-epss-l3", .data = &epss_l3_perf_state },
283 { .compatible = "qcom,sdm845-osm-l3", .data = &osm_l3 },
284 { .compatible = "qcom,sm8150-osm-l3", .data = &osm_l3 },
285 { .compatible = "qcom,sc8180x-osm-l3", .data = &osm_l3 },
286 { .compatible = "qcom,sm8250-epss-l3", .data = &epss_l3_perf_state },
295 .name = "osm-l3",
[all...]
/linux-master/arch/x86/xen/
H A Dmmu_pv.c106 /* l3 pud for userspace vsyscall mapping */
1705 pud_t *l3; local
1741 l3 = m2v(pgd[pgd_index(__START_KERNEL_map)].pgd);
1742 l2 = m2v(l3[pud_index(__START_KERNEL_map)].pud);
1745 addr[1] = (unsigned long)l3;
/linux-master/security/selinux/ss/
H A Dmls_types.h45 #define mls_level_between(l1, l2, l3) \
46 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c802 enum virtchnl_proto_hdr_type l3 = VIRTCHNL_PROTO_HDR_NONE; local
837 l3 = VIRTCHNL_PROTO_HDR_IPV4;
849 l3 = VIRTCHNL_PROTO_HDR_IPV6;
866 if (l3 == VIRTCHNL_PROTO_HDR_IPV4)
868 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6)
872 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) {
875 } else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) {
883 if (l3 == VIRTCHNL_PROTO_HDR_IPV4)
885 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6)
889 if (l3
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dcacheinfo.c253 union l3_cache l3; local
261 cpuid(0x80000006, &dummy, &dummy, &l2.val, &l3.val);
285 if (!l3.val)
287 assoc = assocs[l3.assoc];
288 line_size = l3.line_size;
289 lines_per_tag = l3.lines_per_tag;
290 size_in_kb = l3.size_encoded * 512;
323 struct amd_l3_cache *l3 = &nb->l3_cache; local
330 l3->subcaches[0] = sc0 = !(val & BIT(0));
331 l3
739 unsigned int l1i = 0, l1d = 0, l2 = 0, l3 = 0; local
[all...]
/linux-master/net/atm/
H A Dlec.c576 return ((vcc->sap.blli[0].l3.tr9577.snap[4] == LEC_DATA_DIRECT_8023) ||
577 (vcc->sap.blli[0].l3.tr9577.snap[4] == LEC_DATA_DIRECT_8025));
/linux-master/drivers/bus/
H A Domap_l3_smx.c129 * @l3: struct omap3_l3 *
139 static irqreturn_t omap3_l3_block_irq(struct omap3_l3 *l3, argument
158 struct omap3_l3 *l3 = _l3; local
167 int_type = irq == l3->app_irq ? L3_APPLICATION_ERROR : L3_DEBUG_ERROR;
169 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_0);
171 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_1);
176 base = l3->rt + omap3_l3_bases[int_type][err_source];
180 ret |= omap3_l3_block_irq(l3, error, error_addr);
205 .compatible = "ti,omap3-l3-smx",
214 struct omap3_l3 *l3; local
266 struct omap3_l3 *l3 = platform_get_drvdata(pdev); local
[all...]
/linux-master/lib/crypto/mpi/
H A Dec.c767 #define l3 (ctx->t.scratch[5]) macro
814 ec_mulm(l3, t2, mpi_const(MPI_C_EIGHT), ctx);
819 ec_subm(y3, y3, l3, ctx);
830 #undef l3 macro
949 #define l3 (ctx->t.scratch[2]) macro
990 /* l3 = l1 - l2 */
991 ec_subm(l3, l1, l2, ctx);
1001 if (!mpi_cmp_ui(l3, 0)) {
1016 /* z3 = z1 z2 l3 */
1018 ec_mulm(z3, z3, l3, ct
1047 #undef l3 macro
[all...]
/linux-master/arch/sparc/lib/
H A Dxor.S375 ldda [%i0 + 0x30] %asi, %l2 /* %l2/%l3 = dest + 0x30 */
390 xor %l3, %l1, %l3
392 stxa %l3, [%i0 + 0x38] %asi
568 ldda [%i0 + 0x00] %asi, %l2 /* %l2/%l3 = dest + 0x00 */
579 xor %l3, %l1, %l3
581 stxa %l3, [%i0 + 0x08] %asi
583 ldda [%i0 + 0x10] %asi, %l2 /* %l2/%l3 = dest + 0x10 */
595 xor %l3,
[all...]
H A Dmuldi3.S53 mov %o1, %l3
65 restore %g0, %l3, %o1
H A Ddivdi3.S262 mov %o0,%l3
267 mov %l3,%i1

Completed in 513 milliseconds

123