Searched refs:b_with_nig (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_hw_init_reset.c | 673 IN const u8_t b_with_nig ) in lm_reset_path() argument 675 const u32_t reg_1_clear = b_with_nig ? 0xd3ffffff : 0xd3ffff7f ; in lm_reset_path() 704 DbgMessage(pdev, WARN, "lm_reset_path:%sreset [begin]\n", b_with_nig ? " (with NIG) " : " "); in lm_reset_path() 706 if( b_with_nig ) in lm_reset_path() 758 if( b_with_nig ) in lm_reset_path() 773 DbgMessage(pdev, WARN, "lm_reset_path:%sreset [end]\n", b_with_nig ? " (with NIG) ": " "); in lm_reset_path() 781 …DbgMessage(pdev, WARN, "lm_reset_path:%sreset rbcp wait [begin]\n", b_with_nig ? " (with NIG) ": "… in lm_reset_path() 783 …DbgMessage(pdev, WARN, "lm_reset_path:%sreset rbcp wait [end]\n", b_with_nig ? " (with NIG) ": " "… in lm_reset_path()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm.h | 280 void lm_reset_path(struct _lm_device_t *pdev, const u8_t b_with_nig );
|