Searched refs:tm_offset (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.c | 1675 u32 active_seg_mask = 0, tm_offset, rt_reg; in qed_tm_init_pf() local 1715 tm_offset = tm_iids.per_vf_cids; in qed_tm_init_pf() 1723 SET_FIELD(cfg_word, TM_CFG_TID_OFFSET, tm_offset); in qed_tm_init_pf() 1733 tm_offset = tm_iids.pf_cids; in qed_tm_init_pf() 1739 SET_FIELD(cfg_word, TM_CFG_TID_OFFSET, tm_offset); in qed_tm_init_pf() 1750 tm_offset += tm_iids.pf_tids[i]; in qed_tm_init_pf()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.c | 1661 u32 active_seg_mask = 0, tm_offset, rt_reg; in qed_tm_init_pf() local 1701 tm_offset = tm_iids.per_vf_cids; in qed_tm_init_pf() 1709 SET_FIELD(cfg_word, TM_CFG_TID_OFFSET, tm_offset); in qed_tm_init_pf() 1719 tm_offset = tm_iids.pf_cids; in qed_tm_init_pf() 1725 SET_FIELD(cfg_word, TM_CFG_TID_OFFSET, tm_offset); in qed_tm_init_pf() 1736 tm_offset += tm_iids.pf_tids[i]; in qed_tm_init_pf()
|
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
H A D | tsens.h | 543 * @tm_offset: deal with old device trees that don't address TM and SROT 561 u32 tm_offset; member
|
H A D | tsens.c | 722 priv->tm_offset = 0; in init_common() 738 priv->tm_offset = 0x1000; in init_common()
|
/kernel/linux/linux-6.6/drivers/thermal/qcom/ |
H A D | tsens.h | 556 * @tm_offset: deal with old device trees that don't address TM and SROT 574 u32 tm_offset; member
|
H A D | tsens.c | 903 priv->tm_offset = 0; in init_common() 919 priv->tm_offset = 0x1000; in init_common()
|
Completed in 15 milliseconds