Symbol: storm_id
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
868
void lm_int_hc_ack_sb(lm_device_t *pdev, u8_t rss_id, u8_t storm_id, u16_t sb_index, u8_t int_op, u8_t is_update_idx)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
885
hc_data.sb_id_and_flags |= (0xffffffff & (storm_id << IGU_ACK_REGISTER_STORM_ID_SHIFT));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
9
extern void lm_int_igu_ack_sb(lm_device_t *pdev, u8_t rss_id, u8_t storm_id, u16_t sb_index, u8_t int_op, u8_t is_update_idx);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1924
u8 storm_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1927
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2059
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2061
for (storm_id = 0; storm_id < MAX_DBG_STORMS && !found; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2062
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2069
ecore_read_fw_info(p_hwfn, p_ptt, storm_id, &fw_info);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2256
enum dbg_storms storm_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2265
storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2266
storm_bus = &dev_data->bus.storms[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2326
u8 storm_id, num_fifos_to_empty = MAX_DBG_STORMS;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2331
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2332
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2343
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2344
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2346
if (is_fifo_empty[storm_id])
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2351
is_fifo_empty[storm_id] = true;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2373
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2374
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2621
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2624
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2625
struct dbg_bus_storm_data *storm_bus = &dev_data->bus.storms[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2626
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2628
if (!dev_data->bus.storms[storm_id].enabled)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
264
u32 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2748
!ecore_grc_is_storm_included(p_hwfn, (enum dbg_storms)block->storm_id))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2807
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2809
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2810
if (!ecore_grc_is_storm_included(p_hwfn, (enum dbg_storms)storm_id))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2813
reg_addr = s_storm_defs[storm_id].sem_fast_mem_addr + SEM_FAST_REG_STALL_0_BB_K2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3216
u8 storm_id, reg_idx, num_attn_regs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3247
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3248
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3476
storm_letter = s_storm_defs[s_block_defs[cond_hdr->block_id]->storm_id].letter;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3538
u8 storm_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3540
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3572
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3574
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3575
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3577
if (!ecore_grc_is_storm_included(p_hwfn, (enum dbg_storms)storm_id))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3582
storm->cm_conn_ag_ctx_lid_size, storm->cm_conn_ag_ctx_rd_addr, storm_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3586
storm->cm_conn_st_ctx_lid_size, storm->cm_conn_st_ctx_rd_addr, storm_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3590
storm->cm_task_ag_ctx_lid_size, storm->cm_task_ag_ctx_rd_addr, storm_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3594
storm->cm_task_st_ctx_lid_size, storm->cm_task_st_ctx_rd_addr, storm_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3608
u8 storm_id, set_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3610
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3611
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3613
if (!ecore_grc_is_storm_included(p_hwfn, (enum dbg_storms)storm_id))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3631
u8 storm_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3634
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3668
u8 storm_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3672
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3708
u8 storm_id, i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3711
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3712
if (!ecore_grc_is_storm_included(p_hwfn, (enum dbg_storms)storm_id) ||
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3713
!s_storm_defs[storm_id].has_vfc ||
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3714
(storm_id == DBG_PSTORM_ID && dev_data->platform_id != PLATFORM_ASIC))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3718
offset += ecore_grc_dump_vfc_cam(p_hwfn, p_ptt, dump_buf + offset, dump, storm_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3722
offset += ecore_grc_dump_vfc_ram(p_hwfn, p_ptt, dump_buf + offset, dump, storm_id, &s_vfc_ram_defs[i]);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4804
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4811
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4813
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4819
ecore_read_fw_info(p_hwfn, p_ptt, storm_id, &fw_info);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5175
enum dbg_storms storm_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5182
storm_bus = &dev_data->bus.storms[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5184
DP_VERBOSE(p_hwfn, ECORE_MSG_DEBUG, "dbg_bus_add_eid_range_sem_filter: storm = %d, min_eid = 0x%x, max_eid = 0x%x\n", storm_id, min_eid, max_eid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5186
if (storm_id >= MAX_DBG_STORMS)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5202
enum dbg_storms storm_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5209
storm_bus = &dev_data->bus.storms[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5211
DP_VERBOSE(p_hwfn, ECORE_MSG_DEBUG, "dbg_bus_add_eid_mask_sem_filter: storm = %d, eid_val = 0x%x, eid_mask = 0x%x\n", storm_id, eid_val, eid_mask);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5213
if (storm_id >= MAX_DBG_STORMS)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5227
enum dbg_storms storm_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5233
storm_bus = &dev_data->bus.storms[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5235
DP_VERBOSE(p_hwfn, ECORE_MSG_DEBUG, "dbg_bus_add_cid_sem_filter: storm = %d, cid = 0x%x\n", storm_id, cid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5237
if (storm_id >= MAX_DBG_STORMS)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5490
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5494
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5495
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5497
if (bus->storms[storm_id].enabled)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5578
u8 storm_id, i, next_storm_id = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5582
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5583
struct dbg_bus_storm_data *storm_bus = &bus->storms[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5584
struct storm_defs *storm = &s_storm_defs[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5590
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5591
struct dbg_bus_storm_data *storm_bus = &bus->storms[storm_id];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5594
storm_id_mask |= (storm_bus->hw_id << (storm_id * HW_ID_BITS));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5730
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5807
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5808
if (dev_data->bus.storms[storm_id].enabled)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5809
ecore_bus_enable_storm(p_hwfn, p_ptt, (enum dbg_storms)storm_id, filter_type);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5894
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5948
for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5949
struct dbg_bus_storm_data *storm_bus = &bus->storms[storm_id];
usr/src/uts/common/io/qede/579xx/hsi/hw/init_tool_hsi.h
391
u8 storm_id /* Storm ID */;