Searched refs:QM_RL_CRD_REG_SIGN_BIT (Results 1 – 2 of 2) sorted by relevance
531 (u32)QM_RL_CRD_REG_SIGN_BIT; in qed_global_rl_rt_init()541 (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_global_rl_rt_init()604 (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_vport_rl_rt_init()606 upper_bound | (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_vport_rl_rt_init()837 (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_pf_rl_rt_init()840 QM_PF_RL_UPPER_BOUND | (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_pf_rl_rt_init()1064 p_ptt, QM_REG_RLPFCRD + pf_id * 4, (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_init_pf_rl()1129 QM_REG_RLGLBLCRD + rl_id * 4, (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_init_global_rl()1133 upper_bound | (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_init_global_rl()
388 #define QM_RL_CRD_REG_SIGN_BIT BIT((QM_RL_CRD_REG_WIDTH - 1)) macro