Lines Matching defs:offset
40 #define is_bar(offset) \ argument
128 static int vfio_user_config_read(struct pci_dev *pdev, int offset, in vfio_user_config_read()
159 static int vfio_user_config_write(struct pci_dev *pdev, int offset, in vfio_user_config_write()
182 int offset, __le32 *val) in vfio_default_config_read()
208 int offset, __le32 val) in vfio_default_config_write()
255 int offset, __le32 *val) in vfio_direct_config_read()
280 int offset, __le32 val) in vfio_raw_config_write()
293 int offset, __le32 *val) in vfio_raw_config_read()
473 int offset, __le32 *val) in vfio_basic_config_read()
494 int offset, __le32 val) in vfio_basic_config_write()
621 int offset, __le32 val) in vfio_pm_config_write()
846 int offset, __le32 *val) in vfio_msi_config_read()
866 int offset, __le32 val) in vfio_msi_config_write()
1156 int offset, int size) in vfio_fill_vconfig_bytes()
1505 int cap_start = 0, offset; in vfio_config_do_rw() local