Searched refs:ifcvf_adapter (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/vdpa/ifcvf/ |
H A D | ifcvf_main.c | 46 static void ifcvf_free_irq(struct ifcvf_adapter *adapter, int queues) in ifcvf_free_irq() 62 static int ifcvf_request_irq(struct ifcvf_adapter *adapter) in ifcvf_request_irq() 140 static void ifcvf_reset_vring(struct ifcvf_adapter *adapter) in ifcvf_reset_vring() 158 static struct ifcvf_adapter *vdpa_to_adapter(struct vdpa_device *vdpa_dev) in vdpa_to_adapter() 160 return container_of(vdpa_dev, struct ifcvf_adapter, vdpa); in vdpa_to_adapter() 165 struct ifcvf_adapter *adapter = vdpa_to_adapter(vdpa_dev); in vdpa_to_vf() 198 struct ifcvf_adapter *adapter; in ifcvf_vdpa_set_status() 403 struct ifcvf_adapter *adapter; in ifcvf_probe() 440 adapter = vdpa_alloc_device(struct ifcvf_adapter, vdpa, in ifcvf_probe() 481 struct ifcvf_adapter *adapte in ifcvf_remove() [all...] |
H A D | ifcvf_base.h | 53 (&((struct ifcvf_adapter *)adapter)->vf) 90 struct ifcvf_adapter { struct 121 struct ifcvf_adapter *vf_to_adapter(struct ifcvf_hw *hw);
|
H A D | ifcvf_base.c | 49 struct ifcvf_adapter *vf_to_adapter(struct ifcvf_hw *hw) in vf_to_adapter() 51 return container_of(hw, struct ifcvf_adapter, vf); in vf_to_adapter() 57 struct ifcvf_adapter *ifcvf; in get_cap_addr() 261 struct ifcvf_adapter *ifcvf; in ifcvf_config_features() 308 struct ifcvf_adapter *ifcvf; in ifcvf_hw_enable()
|
/kernel/linux/linux-6.6/drivers/vdpa/ifcvf/ |
H A D | ifcvf_base.h | 92 struct ifcvf_adapter { struct 101 struct ifcvf_adapter *adapter; 121 struct ifcvf_adapter *vf_to_adapter(struct ifcvf_hw *hw);
|
H A D | ifcvf_main.c | 352 static struct ifcvf_adapter *vdpa_to_adapter(struct vdpa_device *vdpa_dev) in vdpa_to_adapter() 354 return container_of(vdpa_dev, struct ifcvf_adapter, vdpa); in vdpa_to_adapter() 359 struct ifcvf_adapter *adapter = vdpa_to_adapter(vdpa_dev); in vdpa_to_vf() 366 struct ifcvf_adapter *adapter = vdpa_to_adapter(vdpa_dev); in ifcvf_vdpa_get_device_features() 539 struct ifcvf_adapter *adapter = vdpa_to_adapter(vdpa_dev); in ifcvf_vdpa_get_vendor_id() 682 struct ifcvf_adapter *adapter; in ifcvf_vdpa_dev_add() 692 adapter = vdpa_alloc_device(struct ifcvf_adapter, vdpa, in ifcvf_vdpa_dev_add()
|
Completed in 4 milliseconds