Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_vf.c42 static s32 e1000_acquire_vf(struct e1000_hw *hw);
65 hw->phy.ops.acquire = e1000_acquire_vf; in e1000_init_phy_params_vf()
81 hw->nvm.ops.acquire = e1000_acquire_vf; in e1000_init_nvm_params_vf()
162 static s32 e1000_acquire_vf(struct e1000_hw E1000_UNUSEDARG *hw) in e1000_acquire_vf() function