Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_fdir.c225 static int hns3_get_fd_mode(struct hns3_hw *hw, uint8_t *fd_mode) in hns3_get_fd_mode() argument
241 *fd_mode = req->mode; in hns3_get_fd_mode()
310 ret = hns3_get_fd_mode(hw, &pf->fdir.fd_cfg.fd_mode); in hns3_init_fd_config()
314 switch (pf->fdir.fd_cfg.fd_mode) { in hns3_init_fd_config()
324 pf->fdir.fd_cfg.fd_mode); in hns3_init_fd_config()
H A Dhns3_fdir.h32 uint8_t fd_mode; member