Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.h37 #define HCLGE_TM_FLUSH_EN_MSK BIT(0) macro
H A Dhclge_tm.c2132 desc.data[0] = cpu_to_le32(enable ? HCLGE_TM_FLUSH_EN_MSK : 0); in hclge_tm_flush_cfg()