Searched defs:activity_flg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dl2_dbg.c183 u32_t activity_flg = 0; local
207 lm_update_hc_indices(pdev, DEF_STATUS_BLOCK_INDEX, &activity_flg);
209 DbgBreakIf(!(activity_flg & LM_DEF_EVENT_MASK));
211 total_activ_to_ack |= activity_flg;
214 if (activity_flg & LM_DEF_ATTN_ACTIVE)
231 if (activity_flg & LM_DEF_USTORM_ACTIVE)
235 if (activity_flg & LM_DEF_CSTORM_ACTIVE)
239 activity_flg = 0;
278 u32_t activity_flg = 0; local
302 lm_update_hc_indices(pdev, rss_id, &activity_flg);
[all...]
H A Dlm_sb.c260 void lm_update_def_hc_indices(lm_device_t *pdev, u8_t dummy_sb_id, u32_t *activity_flg) argument
266 *activity_flg = 0;
283 (*activity_flg) |= LM_SP_ACTIVE;
293 (*activity_flg) |= LM_DEF_ATTN_ACTIVE;
301 void lm_update_fp_hc_indices(lm_device_t *pdev, u8_t igu_sb_id, u32_t *activity_flg, u8_t *drv_rss_id) argument
307 *activity_flg = 0;
327 (*activity_flg) |= LM_NON_DEF_CSTORM_ACTIVE;
337 (*activity_flg) |= LM_NON_DEF_USTORM_ACTIVE;
339 (*activity_flg) |= LM_NON_DEF_CSTORM_ACTIVE;
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c237 u32_t activity_flg = 0; local
274 lm_update_def_hc_indices(pLM, DEF_STATUS_BLOCK_INDEX, &activity_flg);
276 BnxeDbgBreakIfFastPath(pUM, !(activity_flg & LM_DEF_EVENT_MASK));
279 DEF_STATUS_BLOCK_INDEX, activity_flg);
281 if (activity_flg & LM_DEF_ATTN_ACTIVE)
330 if (activity_flg & LM_DEF_USTORM_ACTIVE)
345 if (activity_flg & LM_DEF_CSTORM_ACTIVE)
384 u32_t activity_flg = 0; local
413 lm_update_fp_hc_indices(pLM, drv_rss_id, &activity_flg, &drv_rss_id);
415 BnxeDbgBreakIf(pUM, !(activity_flg
454 u32_t activity_flg = 0; local
505 u32_t activity_flg = 0; local
[all...]

Completed in 76 milliseconds