Home
last modified time | relevance | path

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 Dl2_dbg.c183 u32_t activity_flg = 0; in dbg_def_sb_dpc() local
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()
306 total_activ_to_ack |= activity_flg; in dbg_sb_dpc()
308 if (activity_flg & LM_NON_DEF_USTORM_ACTIVE) in dbg_sb_dpc()
[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) 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 Dbnxe_intr.c237 u32_t activity_flg = 0; in BnxeServiceDefSbIntr() local
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
418 drv_rss_id, activity_flg); in BnxePollRxRing()
420 if (activity_flg & LM_NON_DEF_USTORM_ACTIVE) in BnxePollRxRing()
454 u32_t activity_flg = 0; in BnxePollRxRingFCOE() local
487 sb_id, activity_flg); in BnxePollRxRingFCOE()
505 u32_t activity_flg = 0; in BnxeServiceSbIntr() local
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3692 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);