Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c339 req->msg[4] = hw->promisc_mode == HNS3_LIMIT_PROMISC_MODE ? 1 : 0; in hns3vf_set_promisc_mode()
825 hw->promisc_mode = HNS3_UNLIMIT_PROMISC_MODE; in hns3vf_get_capability()
843 hw->promisc_mode = HNS3_LIMIT_PROMISC_MODE; in hns3vf_get_capability()
H A Dhns3_ethdev.h612 uint8_t promisc_mode; member