Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev_vf.c1287 if (i40e_shutdown_adminq(hw) != I40E_SUCCESS) { in i40evf_init_vf()
1366 i40e_shutdown_adminq(hw); /* ignore error */ in i40evf_init_vf()
2440 i40e_shutdown_adminq(hw); in i40evf_dev_close()
H A Di40e_ethdev.c1798 (void)i40e_shutdown_adminq(hw); in eth_i40e_dev_init()
2681 i40e_shutdown_adminq(hw); in i40e_dev_close()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h21 enum i40e_status_code i40e_shutdown_adminq(struct i40e_hw *hw);
H A Di40e_adminq.c757 enum i40e_status_code i40e_shutdown_adminq(struct i40e_hw *hw) in i40e_shutdown_adminq() function