Searched full:en_mc (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hclge_mbx.h | 125 u8 en_mc; member
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_mbx.c | 341 vport->vf_info.request_mc_en = req->msg.en_mc; in hclge_set_vf_promisc_mode()
|
| H A D | hclge_main.c | 5057 bool en_uc, bool en_mc, bool en_bc) in hclge_bind_ring_with_vector() 5076 hnae3_set_bit(promisc_cfg, HCLGE_PROMISC_MC_RX_EN, en_mc ? 1 : 0); in hclge_map_ring_to_vector() 5079 hnae3_set_bit(promisc_cfg, HCLGE_PROMISC_MC_TX_EN, en_mc ? 1 : 0); in hclge_map_ring_to_vector() 5086 hnae3_set_bit(promisc_cfg, HCLGE_PROMISC_EN_MC, en_mc ? 1 : 0); in hclge_unmap_ring_frm_vector() 5108 hclge_cmd_set_promisc_mode(struct hclge_dev * hdev,u8 vf_id,bool en_uc,bool en_mc,bool en_bc) hclge_cmd_set_promisc_mode() argument
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_main.c | 778 send_msg.en_mc = en_mc_pmc ? 1 : 0; in hclgevf_cmd_set_promisc_mode()
|