Home
last modified time | relevance | path

Searched refs:QM_RL_CRD_REG_SIGN_BIT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c432 (u32)QM_RL_CRD_REG_SIGN_BIT; in qed_global_rl_rt_init()
442 (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_global_rl_rt_init()
676 (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_pf_rl_rt_init()
679 QM_PF_RL_UPPER_BOUND | (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_pf_rl_rt_init()
890 p_ptt, QM_REG_RLPFCRD + pf_id * 4, (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_init_pf_rl()
934 QM_REG_RLGLBLCRD + rl_id * 4, (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_init_global_rl()
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dcommon_hsi.h372 #define QM_RL_CRD_REG_SIGN_BIT BIT((QM_RL_CRD_REG_WIDTH - 1)) macro