Home
last modified time | relevance | path

Searched refs:reg_id (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_mdio.c92 uint16_t mmd_num, uint16_t reg_id, uint16_t reg_val) in ar40xx_hw_phy_mmd_write() argument
100 reg_id); in ar40xx_hw_phy_mmd_write()
111 uint16_t mmd_num, uint16_t reg_id) in ar40xx_hw_phy_mmd_read() argument
120 reg_id); in ar40xx_hw_phy_mmd_read()
H A Dar40xx_hw_mdio.h35 uint16_t mmd_num, uint16_t reg_id, uint16_t reg_val);
37 uint16_t mmd_num, uint16_t reg_id);
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Drdpruintrin.h31 __rdpru (int reg_id) in __rdpru() argument
33 return __builtin_ia32_rdpru(reg_id); in __rdpru()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp110 auto reg_id = symbol.getRegisterId(); in ConvertPDBLocationToDWARFExpression() local
111 if (reg_id == llvm::codeview::RegisterId::VFRAME) { in ConvertPDBLocationToDWARFExpression()
131 reg_num = GetLLDBRegisterNumber(arch_type, reg_id); in ConvertPDBLocationToDWARFExpression()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1277 struct mlx4_flow_reg_id reg_id; member
1472 u64 *reg_id) in __mlx4_ib_create_flow() argument
1538 ret = mlx4_cmd_imm(mdev->dev, mailbox->dma, reg_id, size >> 2, 0, in __mlx4_ib_create_flow()
1552 static int __mlx4_ib_destroy_flow(struct mlx4_dev *dev, u64 reg_id) in __mlx4_ib_destroy_flow() argument
1555 err = mlx4_cmd(dev, reg_id, 0, 0, in __mlx4_ib_destroy_flow()
1560 (long long)reg_id); in __mlx4_ib_destroy_flow()
1565 u64 *reg_id) in mlx4_ib_tunnel_steer_add() argument
1585 reg_id); in mlx4_ib_tunnel_steer_add()
1705 &mflow->reg_id[i].id); in mlx4_ib_create_flow()
1715 &mflow->reg_id[j].mirror); in mlx4_ib_create_flow()
[all …]
H A Dmlx4_ib.h165 struct mlx4_flow_reg_id reg_id[MAX_REGS_PER_FLOW]; member
327 u64 reg_id; member
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c56 u64 *reg_id) in mlx4_QP_FLOW_STEERING_ATTACH() argument
66 *reg_id = imm; in mlx4_QP_FLOW_STEERING_ATTACH()
984 struct mlx4_net_trans_rule *rule, u64 *reg_id) in mlx4_flow_attach() argument
1008 ret = mlx4_QP_FLOW_STEERING_ATTACH(dev, mailbox, size >> 2, reg_id); in mlx4_flow_attach()
1037 int mlx4_flow_detach(struct mlx4_dev *dev, u64 reg_id) in mlx4_flow_detach() argument
1041 err = mlx4_QP_FLOW_STEERING_DETACH(dev, reg_id); in mlx4_flow_detach()
1044 (unsigned long long)reg_id); in mlx4_flow_detach()
1050 int port, int qpn, u16 prio, u64 *reg_id) in mlx4_tunnel_steer_add() argument
1082 err = mlx4_flow_attach(dev, &rule, reg_id); in mlx4_tunnel_steer_add()
1371 enum mlx4_protocol prot, u64 *reg_id) in mlx4_trans_to_dmfs_attach() argument
[all …]
H A Dmlx4_resource_tracker.c90 u64 reg_id; member
3975 enum mlx4_steer_type steer, u64 reg_id) in add_mcg_res() argument
3992 res->reg_id = reg_id; in add_mcg_res()
4003 enum mlx4_steer_type steer, u64 *reg_id) in rem_mcg_res() argument
4013 *reg_id = res->reg_id; in rem_mcg_res()
4025 enum mlx4_steer_type type, u64 *reg_id) in qp_attach() argument
4034 reg_id); in qp_attach()
4052 enum mlx4_steer_type type, u64 reg_id) in qp_detach() argument
4056 return mlx4_flow_detach(dev, reg_id); in qp_detach()
4095 u64 reg_id = 0; in mlx4_QP_ATTACH_wrapper() local
[all …]
H A Dmlx4_fw.c2858 __be16 reg_id; member
2880 static int mlx4_ACCESS_REG(struct mlx4_dev *dev, u16 reg_id, in mlx4_ACCESS_REG() argument
2903 inbuf->reg_id = cpu_to_be16(reg_id); in mlx4_ACCESS_REG()
2922 reg_id, err); in mlx4_ACCESS_REG()
2966 u16 reg_id = be16_to_cpu(inbuf->reg_id); in mlx4_ACCESS_REG_wrapper() local
2972 if (reg_id == MLX4_REG_ID_PTYS) { in mlx4_ACCESS_REG_wrapper()
H A Dmlx4.h1308 enum mlx4_protocol prot, u64 *reg_id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp50 auto reg_id = static_cast<llvm::codeview::RegisterId>(it->Value); in ResolveLLDBRegisterNum()
51 return npdb::GetLLDBRegisterNumber(arch_type, reg_id); in ResolveLLDBRegisterNum() local
H A DDWARFLocationExpression.h30 uint16_t reg_id; member
H A DPdbUtil.cpp834 RegisterId reg_id = (RegisterId)(uint16_t)loc.Hdr.Register; in GetVariableLocationInfo() local
838 MakeEnregisteredLocationExpression(reg_id, module); in GetVariableLocationInfo()
852 RegisterId reg_id = (RegisterId)(uint16_t)loc.Hdr.Register; in GetVariableLocationInfo() local
854 if (reg_id == RegisterId::VFRAME) { in GetVariableLocationInfo()
863 expr = MakeRegRelLocationExpression(reg_id, loc.Hdr.BasePointerOffset, in GetVariableLocationInfo()
H A DDWARFLocationExpression.cpp282 stream, (RegisterId)loc.reg_id, register_kind, offset, in MakeEnregisteredLocationExpressionForComposite()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_kr.c210 enum al_eth_an_lt_regs_ids reg_id, in al_eth_an_lt_reg_read() argument
220 reg_addr = al_eth_an_lt_regs_addr[reg_id][AL_ETH_LT_UNIT_REV_1]; in al_eth_an_lt_reg_read()
231 reg_addr = al_eth_an_lt_regs_addr[reg_id][AL_ETH_LT_UNIT_REV_2]; in al_eth_an_lt_reg_read()
289 enum al_eth_an_lt_regs_ids reg_id, in al_eth_an_lt_reg_write() argument
297 reg_addr = al_eth_an_lt_regs_addr[reg_id][AL_ETH_LT_UNIT_REV_1]; in al_eth_an_lt_reg_write()
308 reg_addr = al_eth_an_lt_regs_addr[reg_id][AL_ETH_LT_UNIT_REV_2]; in al_eth_an_lt_reg_write()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c108 u64 reg_id; /* Flow steering API id */ member
187 if (filter->reg_id) { in mlx4_en_filter_work()
188 rc = mlx4_flow_detach(priv->mdev->dev, filter->reg_id); in mlx4_en_filter_work()
193 rc = mlx4_flow_attach(priv->mdev->dev, &rule, &filter->reg_id); in mlx4_en_filter_work()
259 rc = mlx4_flow_detach(priv->mdev->dev, filter->reg_id); in mlx4_en_filter_free()
457 int qpn, u64 *reg_id) in mlx4_en_tunnel_steer_add() argument
466 MLX4_DOMAIN_NIC, reg_id); in mlx4_en_tunnel_steer_add()
471 en_dbg(DRV, priv, "added vxlan steering rule, mac %pM reg_id %llx\n", addr, (long long)*reg_id); in mlx4_en_tunnel_steer_add()
476 unsigned char *mac, int *qpn, u64 *reg_id) in mlx4_en_uc_steer_add() argument
515 err = mlx4_flow_attach(dev, &rule, reg_id); in mlx4_en_uc_steer_add()
[all …]
H A Den.h503 u64 reg_id; member
661 u64 reg_id; member
/freebsd/sys/dev/bxe/
H A Dbxe_ioctl.h97 uint32_t reg_id; member
H A Dbxe.c19360 reg_rdw_p->reg_val = REG_RD(sc, reg_rdw_p->reg_id); in bxe_eioctl()
19364 REG_WR(sc, reg_rdw_p->reg_id, reg_rdw_p->reg_val); in bxe_eioctl()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c4195 u8 reg_id; in ecore_idle_chk_dump_failure() local
4214 for (reg_id = 0; reg_id < rule->num_cond_regs; reg_id++) { in ecore_idle_chk_dump_failure()
4215 const struct dbg_idle_chk_cond_reg *reg = &cond_regs[reg_id]; in ecore_idle_chk_dump_failure()
4231 SET_FIELD(reg_hdr->data, DBG_IDLE_CHK_RESULT_REG_HDR_REG_ID, reg_id); in ecore_idle_chk_dump_failure()
4239 for (reg_id = 0; reg_id < rule->num_info_regs; reg_id++) { in ecore_idle_chk_dump_failure()
4240 const struct dbg_idle_chk_info_reg *reg = &info_regs[reg_id]; in ecore_idle_chk_dump_failure()
4281 SET_FIELD(reg_hdr->data, DBG_IDLE_CHK_RESULT_REG_HDR_REG_ID, rule->num_cond_regs + reg_id); in ecore_idle_chk_dump_failure()
4304 u8 reg_id; in ecore_idle_chk_dump_rule_entries() local
4325 for (reg_id = 0; reg_id < rule->num_cond_regs && check_rule; reg_id++) { in ecore_idle_chk_dump_rule_entries()
4326 u32 block_id = GET_FIELD(cond_regs[reg_id].data, DBG_IDLE_CHK_COND_REG_BLOCK_ID); in ecore_idle_chk_dump_rule_entries()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp366 const uint64_t reg_id = MakeRegisterKindValuePair(reg_info); in GetRegisterValue() local
367 RegisterValueMap::const_iterator pos = m_register_values.find(reg_id); in GetRegisterValue()
374 reg_value.SetUInt(reg_id, reg_info.byte_size); in GetRegisterValue()
/freebsd/sys/dev/mlx4/
H A Ddevice.h1148 enum mlx4_protocol protocol, u64 *reg_id);
1150 enum mlx4_protocol protocol, u64 reg_id);
1431 struct mlx4_net_trans_rule *rule, u64 *reg_id);
1432 int mlx4_flow_detach(struct mlx4_dev *dev, u64 reg_id);
1440 int port, int qpn, u16 prio, u64 *reg_id);
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c984 uint32_t fman_get_controller_event(struct fman_fpm_regs *fpm_rg, uint8_t reg_id) in fman_get_controller_event() argument
988 event = ioread32be(&fpm_rg->fmfp_fcev[reg_id]) & in fman_get_controller_event()
989 ioread32be(&fpm_rg->fmfp_cee[reg_id]); in fman_get_controller_event()
990 iowrite32be(event, &fpm_rg->fmfp_cev[reg_id]); in fman_get_controller_event()
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman.h708 uint8_t reg_id);