sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
1889
if (ecore_rd(p_hwfn, p_ptt, MISCS_REG_ECO_RESERVED) & 0x20000000) {
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
1974
dest[i] = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
1981
dest[i] = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2143
public_data_addr = ecore_rd(p_hwfn, p_ptt, MISC_REG_SHARED_MEM_ADDR) | MCP_REG_SCRATCH;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2147
global_section_offsize = ecore_rd(p_hwfn, p_ptt, global_section_offsize_addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2151
mfw_ver = ecore_rd(p_hwfn, p_ptt, global_section_addr + OFFSETOF(struct public_global, mfw_ver));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2232
reg_val[i] = ecore_rd(p_hwfn, p_ptt, s_reset_regs_defs[i].addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2258
old_reset_reg_val = ecore_rd(p_hwfn, p_ptt, dbg_reset_reg_addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2381
if (dev_data->block_in_reset[storm->block_id] || ecore_rd(p_hwfn, p_ptt, storm->sem_sync_dbg_empty_addr)) {
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2493
dump_buf[offset + INT_BUF_LINE_SIZE_IN_DWORDS - 1 - i] = ecore_rd(p_hwfn, p_ptt, reg_addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2508
last_written_line = ecore_rd(p_hwfn, p_ptt, DBG_REG_INTR_BUFFER_WR_PTR);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2510
if (ecore_rd(p_hwfn, p_ptt, DBG_REG_WRAP_ON_INT_BUFFER)) {
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2522
if (!ecore_rd(p_hwfn, p_ptt, DBG_REG_INTR_BUFFER_RD_PTR))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2576
next_wr_phys_addr.lo = ecore_rd(p_hwfn, p_ptt, DBG_REG_EXT_BUFFER_WR_PTR);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2577
next_wr_phys_addr.hi = ecore_rd(p_hwfn, p_ptt, DBG_REG_EXT_BUFFER_WR_PTR + BYTES_IN_DWORD);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2586
if (ecore_rd(p_hwfn, p_ptt, DBG_REG_WRAP_ON_EXT_BUFFER))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2924
ecore_rd(p_hwfn, p_ptt, DWORDS_TO_BYTES(reg_data->sts_clr_address));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2971
buf[i] = ecore_rd(p_hwfn, p_ptt, DWORDS_TO_BYTES(addr + i));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3608
*(dump_buf + offset) = ecore_rd(p_hwfn, p_ptt, rd_reg_addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
377
#define ARR_REG_RD(dev, ptt, addr, arr, arr_size) for (i = 0; i < (arr_size); i++) (arr)[i] = ecore_rd(dev, ptt, addr)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3834
reg_val = ecore_rd(p_hwfn, p_ptt, big_ram->is_256b_reg_addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3932
*(bytes_buf++) = (u8)ecore_rd(p_hwfn, p_ptt, data_lo_addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3933
*(bytes_buf++) = (u8)ecore_rd(p_hwfn, p_ptt, data_hi_addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3971
if (dump && ecore_rd(p_hwfn, p_ptt, DBG_REG_DBG_BLOCK_ON))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4060
switch (ecore_rd(p_hwfn, p_ptt, MISC_REG_PORT_MODE)) {
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4516
spad_trace_offsize = ecore_rd(p_hwfn, p_ptt, MCP_SPAD_TRACE_OFFSIZE_ADDR);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4522
signature = ecore_rd(p_hwfn, p_ptt, *trace_data_grc_addr + OFFSETOF(struct mcp_trace, signature));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4528
*trace_data_size = ecore_rd(p_hwfn, p_ptt, *trace_data_grc_addr + OFFSETOF(struct mcp_trace, size));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4549
spad_trace_offsize = ecore_rd(p_hwfn, p_ptt, MCP_SPAD_TRACE_OFFSIZE_ADDR);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4553
*running_bundle_id = ecore_rd(p_hwfn, p_ptt, running_mfw_addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4710
fifo_has_data = ecore_rd(p_hwfn, p_ptt, GRC_REG_TRACE_FIFO_VALID_DATA) > 0;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4720
fifo_has_data = ecore_rd(p_hwfn, p_ptt, GRC_REG_TRACE_FIFO_VALID_DATA) > 0;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4764
fifo_has_data = ecore_rd(p_hwfn, p_ptt, IGU_REG_ERROR_HANDLING_DATA_VALID) > 0;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4773
fifo_has_data = ecore_rd(p_hwfn, p_ptt, IGU_REG_ERROR_HANDLING_DATA_VALID) > 0;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4817
override_window_dwords = ecore_rd(p_hwfn, p_ptt, GRC_REG_NUMBER_VALID_OVERRIDE_WINDOW) * PROTECTION_OVERRIDE_ELEMENT_DWORDS;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4880
next_list_idx = ecore_rd(p_hwfn, p_ptt, next_list_idx_addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4952
if (ecore_rd(p_hwfn, p_ptt, DBG_REG_DBG_BLOCK_ON))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5631
if (storm_bus->enabled && !ecore_rd(p_hwfn, p_ptt, storm->sem_sync_dbg_empty_addr))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5883
u32 trigger_state = ecore_rd(p_hwfn, p_ptt, DBG_REG_TRIGGER_STATUS_CUR_STATE);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
6419
sts_val = ecore_rd(p_hwfn, p_ptt, sts_addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
6429
reg_result->mask_val = ecore_rd(p_hwfn, p_ptt, DWORDS_TO_BYTES(reg_data->mask_address));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
6478
!(ecore_rd(p_hwfn, p_ptt, s_reset_regs_defs[reset_reg].addr) & (1 << block->reset_bit_offset)) : true;
sys/dev/qlnx/qlnxe/ecore_dev.c
1564
ecore_rd(p_hwfn, p_ptt, addr));
sys/dev/qlnx/qlnxe/ecore_dev.c
1650
val = ecore_rd(p_hwfn, p_ptt, bar_reg);
sys/dev/qlnx/qlnxe/ecore_dev.c
2857
if (ecore_rd(p_hwfn, p_ptt, PSWRQ2_REG_CFG_DONE) == 1)
sys/dev/qlnx/qlnxe/ecore_dev.c
2908
val = ecore_rd(p_hwfn, p_ptt, PSWRQ2_REG_WR_MBS0);
sys/dev/qlnx/qlnxe/ecore_dev.c
3061
ecore_rd(p_hwfn, p_ptt, CNIG_REG_PMEG_IF_CMD_BB) |
sys/dev/qlnx/qlnxe/ecore_dev.c
3068
(ecore_rd(p_hwfn, p_ptt, CNIG_REG_PMEG_IF_CMD_BB) &
sys/dev/qlnx/qlnxe/ecore_dev.c
3209
xmac_rxctrl = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
3453
val = ecore_rd(p_hwfn, p_ptt, MISCS_REG_RESET_PL_HV);
sys/dev/qlnx/qlnxe/ecore_dev.c
3604
prs_reg = ecore_rd(p_hwfn, p_ptt, PRS_REG_SEARCH_TAG1);
sys/dev/qlnx/qlnxe/ecore_dev.c
3618
prs_reg = ecore_rd(p_hwfn, p_ptt, PRS_REG_SEARCH_TCP);
sys/dev/qlnx/qlnxe/ecore_dev.c
3621
prs_reg = ecore_rd(p_hwfn, p_ptt, PRS_REG_SEARCH_UDP);
sys/dev/qlnx/qlnxe/ecore_dev.c
3624
prs_reg = ecore_rd(p_hwfn, p_ptt, PRS_REG_SEARCH_FCOE);
sys/dev/qlnx/qlnxe/ecore_dev.c
3627
prs_reg = ecore_rd(p_hwfn, p_ptt, PRS_REG_SEARCH_ROCE);
sys/dev/qlnx/qlnxe/ecore_dev.c
3630
prs_reg = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
3635
prs_reg = ecore_rd(p_hwfn, p_ptt, PRS_REG_SEARCH_TAG1);
sys/dev/qlnx/qlnxe/ecore_dev.c
3654
val = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
4038
if ((!ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
4040
(!ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
4055
(u8)ecore_rd(p_hwfn, p_ptt, TM_REG_PF_SCAN_ACTIVE_CONN),
sys/dev/qlnx/qlnxe/ecore_dev.c
4056
(u8)ecore_rd(p_hwfn, p_ptt, TM_REG_PF_SCAN_ACTIVE_TASK));
sys/dev/qlnx/qlnxe/ecore_dev.c
4075
u32 val = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_dev.c
4441
wake_info->wk_info = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
4444
wake_info->wk_details = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
4447
wake_info->wk_pkt_len = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
4470
buf[i] = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
5096
nvm_cfg_addr = ecore_rd(p_hwfn, p_ptt, MISC_REG_GEN_PURP_CR0);
sys/dev/qlnx/qlnxe/ecore_dev.c
5107
nvm_cfg1_offset = ecore_rd(p_hwfn, p_ptt, nvm_cfg_addr + 4);
sys/dev/qlnx/qlnxe/ecore_dev.c
5113
core_cfg = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_dev.c
5160
dcbx_mode = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
5185
link_temp = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
5192
link_temp = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
5240
link_temp = ecore_rd(p_hwfn, p_ptt, port_cfg_addr +
sys/dev/qlnx/qlnxe/ecore_dev.c
5281
generic_cont0 = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_dev.c
5349
device_capabilities = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_dev.c
5392
reg_function_hide = ecore_rd(p_hwfn, p_ptt, MISCS_REG_FUNCTION_HIDE);
sys/dev/qlnx/qlnxe/ecore_dev.c
5458
port_mode = ecore_rd(p_hwfn, p_ptt, CNIG_REG_NW_PORT_MODE_BB);
sys/dev/qlnx/qlnxe/ecore_dev.c
5484
port = ecore_rd(p_hwfn, p_ptt, MISCS_REG_ECO_RESERVED);
sys/dev/qlnx/qlnxe/ecore_dev.c
5503
port = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
5542
global_offsize = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_dev.c
5545
p_dev->num_ports = (u8)ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_dev.c
5560
eee_status = ecore_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr +
sys/dev/qlnx/qlnxe/ecore_dev.c
5733
tmp = ecore_rd(p_hwfn, p_ptt, MISCS_REG_CHIP_NUM);
sys/dev/qlnx/qlnxe/ecore_dev.c
5735
tmp = ecore_rd(p_hwfn, p_ptt, MISCS_REG_CHIP_REV);
sys/dev/qlnx/qlnxe/ecore_dev.c
5739
tmp = ecore_rd(p_hwfn, p_ptt, MISCS_REG_CMT_ENABLED_FOR_PAIR);
sys/dev/qlnx/qlnxe/ecore_dev.c
5758
tmp = ecore_rd(p_hwfn, p_ptt, MISCS_REG_CHIP_TEST_REG);
sys/dev/qlnx/qlnxe/ecore_dev.c
5760
tmp = ecore_rd(p_hwfn, p_ptt, MISCS_REG_CHIP_METAL);
sys/dev/qlnx/qlnxe/ecore_dev.c
5781
tmp = ecore_rd(p_hwfn, p_ptt, MISCS_REG_ECO_RESERVED);
sys/dev/qlnx/qlnxe/ecore_dev.c
918
val = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_dev.c
971
val = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_hw.c
1179
val = ecore_rd(p_hwfn, p_ptt, hw_addr);
sys/dev/qlnx/qlnxe/ecore_hw.c
481
lock_status = ecore_rd(p_hwfn, p_ptt, hw_lock_cntr_reg);
sys/dev/qlnx/qlnxe/ecore_hw.c
496
lock_status = ecore_rd(p_hwfn, p_ptt, hw_lock_cntr_reg);
sys/dev/qlnx/qlnxe/ecore_hw.c
536
lock_status = ecore_rd(p_hwfn, p_ptt, hw_lock_cntr_reg);
sys/dev/qlnx/qlnxe/ecore_hw.h
165
u32 ecore_rd(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1293
reg_val = ecore_rd(p_hwfn, p_ptt, PRS_REG_ENCAPSULATION_TYPE_EN);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1298
reg_val = ecore_rd(p_hwfn, p_ptt, PRS_REG_OUTPUT_FORMAT_4_0_BB_K2);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1308
reg_val = ecore_rd(p_hwfn, p_ptt, NIG_REG_ENC_TYPE_ENABLE);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1324
reg_val = ecore_rd(p_hwfn, p_ptt, PRS_REG_ENCAPSULATION_TYPE_EN);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1330
reg_val = ecore_rd(p_hwfn, p_ptt, PRS_REG_OUTPUT_FORMAT_4_0_BB_K2);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1340
reg_val = ecore_rd(p_hwfn, p_ptt, NIG_REG_ENC_TYPE_ENABLE);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1373
reg_val = ecore_rd(p_hwfn, p_ptt, PRS_REG_ENCAPSULATION_TYPE_EN);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1379
reg_val = ecore_rd(p_hwfn, p_ptt, PRS_REG_OUTPUT_FORMAT_4_0_BB_K2);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1411
reg_val = ecore_rd(p_hwfn, p_ptt, PRS_REG_MSG_INFO);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1467
rfs_cm_hdr_event_id = ecore_rd(p_hwfn, p_ptt, PRS_REG_CM_HDR_GFT);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1528
cam_line = ecore_rd(p_hwfn, p_ptt, PRS_REG_GFT_CAM + CAM_LINE_SIZE*pf_id);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
662
reg_val = ecore_rd(p_hwfn, p_ptt, QM_REG_SDMCMDREADY);
sys/dev/qlnx/qlnxe/ecore_init_ops.c
404
val = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_init_ops.c
430
val = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_init_ops.c
610
val = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
1013
aeu_inv_arr[i] = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
1028
en = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, aeu_en);
sys/dev/qlnx/qlnxe/ecore_int.c
1061
en = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, aeu_en);
sys/dev/qlnx/qlnxe/ecore_int.c
1146
aeu_mask = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
134
u32 tmp = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, MCP_REG_CPU_STATE);
sys/dev/qlnx/qlnxe/ecore_int.c
170
u32 tmp = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, PSWHST_REG_VF_DISABLED_ERROR_VALID);
sys/dev/qlnx/qlnxe/ecore_int.c
176
addr = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
178
data = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
194
tmp = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
199
addr = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
201
data = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
2014
val = ecore_rd(p_hwfn, p_ptt, sb_bit_addr);
sys/dev/qlnx/qlnxe/ecore_int.c
203
length = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
2050
val = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
2080
val = ecore_rd(p_hwfn, p_ptt, IGU_REG_BLOCK_CONFIGURATION);
sys/dev/qlnx/qlnxe/ecore_int.c
2227
rval = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
2272
u32 val = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
265
tmp = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
2683
p_info->igu_prod = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
2685
p_info->igu_cons = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
2689
p_info->pi[i] = (u16)ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
271
tmp = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
273
tmp2 = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
317
tmp = ecore_rd(p_hwfn, p_ptt, PGLUE_B_REG_TX_ERR_WR_DETAILS2);
sys/dev/qlnx/qlnxe/ecore_int.c
321
addr_lo = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
323
addr_hi = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
325
details = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
340
tmp = ecore_rd(p_hwfn, p_ptt, PGLUE_B_REG_TX_ERR_RD_DETAILS2);
sys/dev/qlnx/qlnxe/ecore_int.c
344
addr_lo = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
346
addr_hi = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
348
details = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
363
tmp = ecore_rd(p_hwfn, p_ptt, PGLUE_B_REG_TX_ERR_WR_DETAILS_ICPL);
sys/dev/qlnx/qlnxe/ecore_int.c
367
tmp = ecore_rd(p_hwfn, p_ptt, PGLUE_B_REG_MASTER_ZLR_ERR_DETAILS);
sys/dev/qlnx/qlnxe/ecore_int.c
371
addr_lo = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
373
addr_hi = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
381
tmp = ecore_rd(p_hwfn, p_ptt, PGLUE_B_REG_VF_ILT_ERR_DETAILS2);
sys/dev/qlnx/qlnxe/ecore_int.c
385
addr_lo = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
387
addr_hi = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
389
details = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
452
usage = ecore_rd(p_hwfn, p_ptt, DORQ_REG_PF_USAGE_CNT);
sys/dev/qlnx/qlnxe/ecore_int.c
483
int_sts = ecore_rd(p_hwfn, p_ptt, DORQ_REG_INT_STS);
sys/dev/qlnx/qlnxe/ecore_int.c
499
first_drop_reason = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
502
details = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
504
address = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
506
overflow = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
508
all_drops_reason = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
557
u32 val = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
567
val = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, TM_REG_INT_MASK_1);
sys/dev/qlnx/qlnxe/ecore_int.c
833
igu_mask = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt,
sys/dev/qlnx/qlnxe/ecore_int.c
948
val = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, aeu_en_reg);
sys/dev/qlnx/qlnxe/ecore_int.c
989
val = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, aeu_en_reg);
sys/dev/qlnx/qlnxe/ecore_l2.c
2010
p_common->link_change_count = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_l2.c
2268
coalesce = ecore_rd(p_hwfn, p_ptt, address);
sys/dev/qlnx/qlnxe/ecore_l2.c
2304
coalesce = ecore_rd(p_hwfn, p_ptt, address);
sys/dev/qlnx/qlnxe/ecore_mcp.c
124
tmp = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1263
u32 mfw_path_offsize = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_mcp.c
1274
disabled_vfs[i] = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1294
u32 mfw_func_offsize = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_mcp.c
1332
transceiver_state = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1362
eee_status = ecore_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr +
sys/dev/qlnx/qlnxe/ecore_mcp.c
1384
u32 mfw_path_offsize = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_mcp.c
1393
((u32 *)p_data)[i] = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1447
status = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1681
path_offsize = ecore_rd(p_hwfn, p_ptt, path_offsize_addr);
sys/dev/qlnx/qlnxe/ecore_mcp.c
1684
proc_kill_cnt = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1959
global_offsize = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_mcp.c
1961
p_mdump_info->reason = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2089
port_cfg = ecore_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr +
sys/dev/qlnx/qlnxe/ecore_mcp.c
2290
global_offsize = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2293
*p_mfw_ver = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2298
*p_running_bundle_id = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2324
nvm_cfg_addr = ecore_rd(p_hwfn, p_ptt, MISC_REG_GEN_PURP_CR0);
sys/dev/qlnx/qlnxe/ecore_mcp.c
2331
nvm_cfg1_offset = ecore_rd(p_hwfn, p_ptt, nvm_cfg_addr + 4);
sys/dev/qlnx/qlnxe/ecore_mcp.c
2336
*p_mbi_ver = ecore_rd(p_hwfn, p_ptt, mbi_ver_addr) &
sys/dev/qlnx/qlnxe/ecore_mcp.c
235
p_info->public_base = ecore_rd(p_hwfn, p_ptt, MISC_REG_SHARED_MEM_ADDR);
sys/dev/qlnx/qlnxe/ecore_mcp.c
2361
*p_media_type = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2386
*p_tranceiver_type = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
242
mfw_mb_offsize = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
246
p_info->mfw_mb_length = (u16)ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2546
nvm_cfg_addr = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2548
nvm_cfg1_offset = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2552
*p_board_config = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
259
p_info->mfw_mb_length = (u16)ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
271
drv_mb_offsize = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2831
flash_size = ecore_rd(p_hwfn, p_ptt, MCP_REG_NVM_CFG4);
sys/dev/qlnx/qlnxe/ecore_mcp.c
289
p_info->mcp_hist = ecore_rd(p_hwfn, p_ptt, MISCS_REG_GENERIC_POR_0);
sys/dev/qlnx/qlnxe/ecore_mcp.c
3002
cpu_state = ecore_rd(p_hwfn, p_ptt, MCP_REG_CPU_STATE);
sys/dev/qlnx/qlnxe/ecore_mcp.c
3010
ecore_rd(p_hwfn, p_ptt, MCP_REG_CPU_MODE), cpu_state);
sys/dev/qlnx/qlnxe/ecore_mcp.c
3028
cpu_mode = ecore_rd(p_hwfn, p_ptt, MCP_REG_CPU_MODE);
sys/dev/qlnx/qlnxe/ecore_mcp.c
3033
cpu_state = ecore_rd(p_hwfn, p_ptt, MCP_REG_CPU_STATE);
sys/dev/qlnx/qlnxe/ecore_mcp.c
3124
addr = ecore_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr +
sys/dev/qlnx/qlnxe/ecore_mcp.c
3131
size = ecore_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr +
sys/dev/qlnx/qlnxe/ecore_mcp.c
351
u32 generic_por_0 = ecore_rd(p_hwfn, p_ptt, MISCS_REG_GENERIC_POR_0);
sys/dev/qlnx/qlnxe/ecore_mcp.c
386
org_mcp_reset_seq = ecore_rd(p_hwfn, p_ptt, MISCS_REG_GENERIC_POR_0);
sys/dev/qlnx/qlnxe/ecore_mcp.c
397
} while ((org_mcp_reset_seq == ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
402
ecore_rd(p_hwfn, p_ptt, MISCS_REG_GENERIC_POR_0)) {
sys/dev/qlnx/qlnxe/ecore_mcp.c
524
cpu_mode = ecore_rd(p_hwfn, p_ptt, MCP_REG_CPU_MODE);
sys/dev/qlnx/qlnxe/ecore_mcp.c
525
cpu_state = ecore_rd(p_hwfn, p_ptt, MCP_REG_CPU_STATE);
sys/dev/qlnx/qlnxe/ecore_mcp.c
526
cpu_pc_0 = ecore_rd(p_hwfn, p_ptt, MCP_REG_CPU_PROGRAM_COUNTER);
sys/dev/qlnx/qlnxe/ecore_mcp.c
528
cpu_pc_1 = ecore_rd(p_hwfn, p_ptt, MCP_REG_CPU_PROGRAM_COUNTER);
sys/dev/qlnx/qlnxe/ecore_mcp.c
530
cpu_pc_2 = ecore_rd(p_hwfn, p_ptt, MCP_REG_CPU_PROGRAM_COUNTER);
sys/dev/qlnx/qlnxe/ecore_mcp.c
61
ecore_rd(_p_hwfn, _p_ptt, (_p_hwfn->mcp_info->_ptr + _offset))
sys/dev/qlnx/qlnxe/ecore_mcp.c
99
u32 mfw_mb_offsize = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_mng_tlv.c
1307
global_offsize = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_mng_tlv.c
1310
addr = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_mng_tlv.c
1311
size = ecore_rd(p_hwfn, p_ptt, global_addr +
sys/dev/qlnx/qlnxe/ecore_mng_tlv.c
1332
val = ecore_rd(p_hwfn, p_ptt, addr + offset);
sys/dev/qlnx/qlnxe/ecore_rdma.c
1006
ll2_ethertype_en = ecore_rd(p_hwfn,
sys/dev/qlnx/qlnxe/ecore_rdma.c
760
ll2_ethertype_en = ecore_rd(p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
1050
val = ecore_rd(p_hwfn, p_ptt, addr);
sys/dev/qlnx/qlnxe/ecore_sriov.c
1601
u32 val = ecore_rd(p_hwfn, p_ptt, PGLUE_B_REG_VF_BAR1_SIZE);
sys/dev/qlnx/qlnxe/ecore_sriov.c
3838
val = ecore_rd(p_hwfn, p_ptt, DORQ_REG_VF_USAGE_CNT);
sys/dev/qlnx/qlnxe/ecore_sriov.c
3866
cons[i] = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_sriov.c
3869
prod = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_sriov.c
3881
tmp = ecore_rd(p_hwfn, p_ptt,
sys/dev/qlnx/qlnxe/ecore_sriov.c
840
igu_vf_conf = ecore_rd(p_hwfn, p_ptt, IGU_REG_VF_CONFIGURATION);
sys/dev/qlnx/qlnxe/qlnx_os.c
7300
s_stats->xstorm_active_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7304
s_stats->xstorm_stall_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7308
s_stats->xstorm_sleeping_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7312
s_stats->xstorm_inactive_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7317
s_stats->ystorm_active_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7321
s_stats->ystorm_stall_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7325
s_stats->ystorm_sleeping_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7329
s_stats->ystorm_inactive_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7334
s_stats->pstorm_active_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7338
s_stats->pstorm_stall_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7342
s_stats->pstorm_sleeping_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7346
s_stats->pstorm_inactive_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7351
s_stats->tstorm_active_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7355
s_stats->tstorm_stall_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7359
s_stats->tstorm_sleeping_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7363
s_stats->tstorm_inactive_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7368
s_stats->mstorm_active_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7372
s_stats->mstorm_stall_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7376
s_stats->mstorm_sleeping_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7380
s_stats->mstorm_inactive_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7385
s_stats->ustorm_active_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7389
s_stats->ustorm_stall_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7393
s_stats->ustorm_sleeping_cycles = ecore_rd(hwfn, p_ptt, reg);
sys/dev/qlnx/qlnxe/qlnx_os.c
7397
s_stats->ustorm_inactive_cycles = ecore_rd(hwfn, p_ptt, reg);