Searched refs:dei (Results 1 - 13 of 13) sorted by relevance

/linux-master/fs/f2fs/
H A Dextent_cache.c599 struct extent_info ei, dei, prev; local
625 dei.len = 0;
650 dei = en->ei;
651 org_end = dei.fofs + dei.len;
654 if (fofs > dei.fofs && (type != EX_READ ||
655 fofs - dei.fofs >= F2FS_MIN_EXTENT_LEN)) {
666 end - dei.fofs + dei.blk, false,
667 dei
[all...]
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_port.c457 /* Set default pcp and dei for untagged frames */
471 u8 pcp, dei; local
485 /* Map each value to pcp and dei */
489 dei = 1;
491 dei = 0;
493 lan_rmw(REW_PCP_DEI_CFG_DEI_QOS_VAL_SET(dei) |
499 i + dei * LAN966X_PORT_QOS_PCP_COUNT));
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c1171 u8 pcp, dei; local
1189 dei = 1;
1191 dei = 0;
1197 * 0:0nd - prio=0 and dp:0 => pcp=0 and dei=0
1198 * 0:0de - prio=0 and dp:1 => pcp=0 and dei=1
1200 if (dei) {
1205 spx5_rmw(REW_DEI_MAP_DE1_DEI_DE1_SET(dei),
1213 spx5_rmw(REW_DEI_MAP_DE0_DEI_DE0_SET(dei),
1236 /* Map each pcp and dei value to priority and dp */
1339 /* Set default pcp and dei fo
[all...]
/linux-master/include/soc/mscc/
H A Docelot_vcap.h500 enum ocelot_vcap_bit dei; /* DEI */ member in struct:ocelot_vcap_key_vlan
643 u8 dei; member in struct:ocelot_vcap_action::__anon3251::__anon3253
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-reg.h80 u32 dei; member in struct:bdisp_node
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c195 bool dei = FIELD_GET(VLAN_DEI_MASK, tag); local
197 printf("PCP=%u, DEI=%d, VID=0x%X\n", pcp, dei, vlan_id);
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc_fpga.h193 u8 dei[0x1]; member in struct:mlx5_ifc_fpga_qpc_bits
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.c425 dpsw_set_field(tmp_conf, DEI, cfg->dei);
466 cfg->dei = rsp_params->dei;
H A Ddpsw.h291 * @dei: Drop Eligible Indicator (DEI): a 1-bit field. May be used
302 u8 dei; member in struct:dpsw_tci_cfg
H A Ddpsw-cmd.h246 u8 dei; member in struct:dpsw_rsp_if_get_tci
/linux-master/include/net/mana/
H A Dmana.h140 u32 dei : 1; /* 802.1Q */ member in struct:mana_tx_long_oob
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_vcap.c386 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_DEI, tag->dei);
661 vcap_action_set(vcap, data, VCAP_IS1_ACT_DEI_VAL, a->dei);
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c262 pkg.tx_oob.l_oob.dei = skb_vlan_tag_get_cfi(skb);

Completed in 194 milliseconds