Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c1116 bool en_bc_pmc) in hclgevf_cmd_set_promisc_mode() argument
1126 req->msg[1] = en_bc_pmc ? 1 : 0; in hclgevf_cmd_set_promisc_mode()
1136 static int hclgevf_set_promisc_mode(struct hclgevf_dev *hdev, bool en_bc_pmc) in hclgevf_set_promisc_mode() argument
1138 return hclgevf_cmd_set_promisc_mode(hdev, en_bc_pmc); in hclgevf_set_promisc_mode()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c4646 bool en_bc_pmc = true; in hclge_set_promisc_mode() local
4653 en_bc_pmc = handle->netdev_flags & HNAE3_BPE ? true : false; in hclge_set_promisc_mode()
4655 hclge_promisc_param_init(&param, en_uc_pmc, en_mc_pmc, en_bc_pmc, in hclge_set_promisc_mode()