Home
last modified time | relevance | path

Searched refs:en_mc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h125 u8 en_mc; member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c341 vport->vf_info.request_mc_en = req->msg.en_mc; in hclge_set_vf_promisc_mode()
H A Dhclge_main.c5023 bool en_uc, bool en_mc, bool en_bc) in hclge_cmd_set_promisc_mode() argument
5042 hnae3_set_bit(promisc_cfg, HCLGE_PROMISC_MC_RX_EN, en_mc ? 1 : 0); in hclge_cmd_set_promisc_mode()
5045 hnae3_set_bit(promisc_cfg, HCLGE_PROMISC_MC_TX_EN, en_mc ? 1 : 0); in hclge_cmd_set_promisc_mode()
5052 hnae3_set_bit(promisc_cfg, HCLGE_PROMISC_EN_MC, en_mc ? 1 : 0); in hclge_cmd_set_promisc_mode()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c739 send_msg.en_mc = en_mc_pmc ? 1 : 0; in hclgevf_cmd_set_promisc_mode()