Lines Matching refs:ifcvf_hw
70 struct ifcvf_hw {
93 struct ifcvf_hw vf;
106 int ifcvf_init_hw(struct ifcvf_hw *hw, struct pci_dev *dev);
107 int ifcvf_start_hw(struct ifcvf_hw *hw);
108 void ifcvf_stop_hw(struct ifcvf_hw *hw);
109 void ifcvf_notify_queue(struct ifcvf_hw *hw, u16 qid);
110 void ifcvf_read_net_config(struct ifcvf_hw *hw, u64 offset,
112 void ifcvf_write_net_config(struct ifcvf_hw *hw, u64 offset,
114 u8 ifcvf_get_status(struct ifcvf_hw *hw);
115 void ifcvf_set_status(struct ifcvf_hw *hw, u8 status);
117 void ifcvf_reset(struct ifcvf_hw *hw);
118 u64 ifcvf_get_features(struct ifcvf_hw *hw);
119 u16 ifcvf_get_vq_state(struct ifcvf_hw *hw, u16 qid);
120 int ifcvf_set_vq_state(struct ifcvf_hw *hw, u16 qid, u16 num);
121 struct ifcvf_adapter *vf_to_adapter(struct ifcvf_hw *hw);