Searched refs:b_is_alloc (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_resc.c | 1711 lm_status_t lm_common_setup_alloc_resc(struct _lm_device_t *pdev, u8_t const b_is_alloc ) in lm_common_setup_alloc_resc() argument 1730 …DbgMessage(pdev, INFORMi , "### lm_common_setup_alloc_resc b_is_alloc=%s\n", b_is_alloc ? "TRUE" :… in lm_common_setup_alloc_resc() 1751 if( b_is_alloc ) in lm_common_setup_alloc_resc() 1776 if( b_is_alloc ) in lm_common_setup_alloc_resc() 1810 lm_status = lm_alloc_setup_slowpath_resc(pdev, b_is_alloc); in lm_common_setup_alloc_resc() 1819 if( b_is_alloc ) in lm_common_setup_alloc_resc() 1846 if( b_is_alloc ) in lm_common_setup_alloc_resc() 1856 else if ( b_is_alloc ) in lm_common_setup_alloc_resc() 1861 if( b_is_alloc ) in lm_common_setup_alloc_resc() 1872 else if ( b_is_alloc ) in lm_common_setup_alloc_resc() [all …]
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/ |
H A D | lm_vf.c | 204 lm_status_t lm_vf_setup_alloc_resc(struct _lm_device_t *pdev, u8_t b_is_alloc ) in lm_vf_setup_alloc_resc() argument 219 …DbgMessage1(pdev, FATAL , "### VF lm_common_setup_alloc_resc b_is_alloc=%s\n", b_is_alloc ? "TRUE"… in lm_vf_setup_alloc_resc() 232 if( b_is_alloc ) in lm_vf_setup_alloc_resc() 247 lm_status = lm_alloc_setup_slowpath_resc(pdev, b_is_alloc); in lm_vf_setup_alloc_resc() 255 if (b_is_alloc) in lm_vf_setup_alloc_resc()
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/ |
H A D | lm_vf_common.h | 14 lm_status_t lm_vf_setup_alloc_resc(struct _lm_device_t *pdev, u8_t b_is_alloc);
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 2543 lm_status_t lm_vf_setup_alloc_resc(struct _lm_device_t *pdev, u8_t b_is_alloc ) in lm_vf_setup_alloc_resc() argument 2560 …DbgMessage(pdev, FATAL, "### VF lm_common_setup_alloc_resc b_is_alloc=%s\n", b_is_alloc ? "TRUE" :… in lm_vf_setup_alloc_resc() 2593 if( b_is_alloc ) in lm_vf_setup_alloc_resc() 2635 if( b_is_alloc ) in lm_vf_setup_alloc_resc() 2651 if( b_is_alloc ) in lm_vf_setup_alloc_resc()
|