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()
676 int offset, __le32 val) in vfio_vpd_config_write()
914 int offset, __le32 *val) in vfio_msi_config_read()
934 int offset, __le32 val) in vfio_msi_config_write()
1224 int offset, int size) in vfio_fill_vconfig_bytes()
1573 int cap_start = 0, offset; in vfio_config_do_rw() local