Searched refs:activity_flg (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | l2_dbg.c | 183 u32_t activity_flg = 0; in dbg_def_sb_dpc() local 207 lm_update_hc_indices(pdev, DEF_STATUS_BLOCK_INDEX, &activity_flg); in dbg_def_sb_dpc() 209 DbgBreakIf(!(activity_flg & LM_DEF_EVENT_MASK)); in dbg_def_sb_dpc() 211 total_activ_to_ack |= activity_flg; in dbg_def_sb_dpc() 214 if (activity_flg & LM_DEF_ATTN_ACTIVE) in dbg_def_sb_dpc() 231 if (activity_flg & LM_DEF_USTORM_ACTIVE) in dbg_def_sb_dpc() 235 if (activity_flg & LM_DEF_CSTORM_ACTIVE) in dbg_def_sb_dpc() 239 activity_flg = 0; in dbg_def_sb_dpc() 278 u32_t activity_flg = 0; in dbg_sb_dpc() local 302 lm_update_hc_indices(pdev, rss_id, &activity_flg); in dbg_sb_dpc() [all …]
|
H A D | lm_sb.c | 260 void lm_update_def_hc_indices(lm_device_t *pdev, u8_t dummy_sb_id, u32_t *activity_flg) in lm_update_def_hc_indices() argument 266 *activity_flg = 0; in lm_update_def_hc_indices() 283 (*activity_flg) |= LM_SP_ACTIVE; in lm_update_def_hc_indices() 293 (*activity_flg) |= LM_DEF_ATTN_ACTIVE; in lm_update_def_hc_indices() 301 void lm_update_fp_hc_indices(lm_device_t *pdev, u8_t igu_sb_id, u32_t *activity_flg, u8_t *drv_rss_… in lm_update_fp_hc_indices() argument 307 *activity_flg = 0; in lm_update_fp_hc_indices() 327 (*activity_flg) |= LM_NON_DEF_CSTORM_ACTIVE; in lm_update_fp_hc_indices() 337 (*activity_flg) |= LM_NON_DEF_USTORM_ACTIVE; in lm_update_fp_hc_indices() 339 (*activity_flg) |= LM_NON_DEF_CSTORM_ACTIVE; in lm_update_fp_hc_indices()
|
/illumos-gate/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_intr.c | 237 u32_t activity_flg = 0; in BnxeServiceDefSbIntr() local 274 lm_update_def_hc_indices(pLM, DEF_STATUS_BLOCK_INDEX, &activity_flg); in BnxeServiceDefSbIntr() 276 BnxeDbgBreakIfFastPath(pUM, !(activity_flg & LM_DEF_EVENT_MASK)); in BnxeServiceDefSbIntr() 279 DEF_STATUS_BLOCK_INDEX, activity_flg); in BnxeServiceDefSbIntr() 281 if (activity_flg & LM_DEF_ATTN_ACTIVE) in BnxeServiceDefSbIntr() 330 if (activity_flg & LM_DEF_USTORM_ACTIVE) in BnxeServiceDefSbIntr() 345 if (activity_flg & LM_DEF_CSTORM_ACTIVE) in BnxeServiceDefSbIntr() 384 u32_t activity_flg = 0; in BnxePollRxRing() local 413 lm_update_fp_hc_indices(pLM, drv_rss_id, &activity_flg, &drv_rss_id); in BnxePollRxRing() 415 BnxeDbgBreakIf(pUM, !(activity_flg & LM_NON_DEF_EVENT_MASK)); in BnxePollRxRing() [all …]
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 3692 void lm_update_fp_hc_indices(lm_device_t *pdev, u8_t igu_sb_id, u32_t *activity_flg, u8_t *drv_rss_… 3693 void lm_update_def_hc_indices(lm_device_t *pdev, u8_t sb_id, u32_t *activity_flg);
|