Searched refs:pretend_val (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/ |
H A D | lm_vf.c | 156 u16_t pretend_val; in lm_vf_dis() local 179 pretend_val = ABS_FUNC_ID(pf_dev) | (1<<3) | (vfid << 4); in lm_vf_dis() 180 lm_pretend_func(pf_dev, pretend_val); in lm_vf_dis() 443 u16_t pretend_val; in lm_vf_enable_vf() local 456 pretend_val = ABS_FUNC_ID(pdev) | (1<<3) | (ABS_VFID(pdev) << 4); in lm_vf_enable_vf() 457 lm_status = lm_pretend_func(PFDEV(pdev), pretend_val); in lm_vf_enable_vf() 500 DbgMessage2(pdev, FATAL, "lm_pretend_func(%x) returns %d\n",pretend_val,lm_status); in lm_vf_enable_vf() 511 u16_t pretend_val; in lm_vf_enable_igu_int() local 519 pretend_val = ABS_FUNC_ID(pdev) | (1<<3) | (ABS_VFID(pdev) << 4); in lm_vf_enable_igu_int() 520 lm_pretend_func(PFDEV(pdev), pretend_val); in lm_vf_enable_igu_int() [all …]
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 2925 u16_t pretend_val; in lm_pf_enable_vf_igu_int() local 2936 pretend_val = ABS_FUNC_ID(pdev) | (1<<3) | (abs_vf_id << 4); in lm_pf_enable_vf_igu_int() 2937 lm_pretend_func(PFDEV(pdev), pretend_val); in lm_pf_enable_vf_igu_int() 2981 u16_t pretend_val; in lm_pf_disable_vf_igu_int() local 2988 pretend_val = ABS_FUNC_ID(pdev) | (1<<3) | (abs_vf_id << 4); in lm_pf_disable_vf_igu_int() 2989 lm_pretend_func(PFDEV(pdev), pretend_val); in lm_pf_disable_vf_igu_int() 3006 u16_t pretend_val; in lm_pf_enable_vf() local 3022 pretend_val = ABS_FUNC_ID(pdev) | (1<<3) | (abs_vf_id << 4); in lm_pf_enable_vf() 3023 lm_status = lm_pretend_func(PFDEV(pdev), pretend_val); in lm_pf_enable_vf() 3067 DbgMessage(pdev, FATAL, "lm_pretend_func(%x) returns %d\n",pretend_val,lm_status); in lm_pf_enable_vf() [all …]
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_pf.c | 357 u16_t pretend_val; 378 pretend_val = ABS_FUNC_ID(pf_dev) | (1<<3) | (vfid << 4); 379 lm_pretend_func(pf_dev, pretend_val);
|