Lines Matching defs:sc

279 	struct vtpci_modern_softc *sc;  in vtpci_modern_attach()  local
322 struct vtpci_modern_softc *sc; in vtpci_modern_detach() local
368 struct vtpci_modern_softc *sc; in vtpci_modern_child_detached() local
383 struct vtpci_modern_softc *sc; in vtpci_modern_read_ivar() local
407 struct vtpci_modern_softc *sc; in vtpci_modern_write_ivar() local
427 struct vtpci_modern_softc *sc; in vtpci_modern_negotiate_features() local
449 struct vtpci_modern_softc *sc; in vtpci_modern_finalize_features() local
472 struct vtpci_modern_softc *sc; in vtpci_modern_with_feature() local
480 vtpci_modern_read_features(struct vtpci_modern_softc *sc) in vtpci_modern_read_features()
493 vtpci_modern_write_features(struct vtpci_modern_softc *sc, uint64_t features) in vtpci_modern_write_features()
510 struct vtpci_modern_softc *sc; in vtpci_modern_alloc_virtqueues() local
530 struct vtpci_modern_softc *sc; in vtpci_modern_setup_interrupts() local
551 struct vtpci_modern_softc *sc; in vtpci_modern_reinit() local
600 struct vtpci_modern_softc *sc; in vtpci_modern_reinit_complete() local
611 struct vtpci_modern_softc *sc; in vtpci_modern_notify_vq() local
619 vtpci_modern_get_status(struct vtpci_modern_softc *sc) in vtpci_modern_get_status()
625 vtpci_modern_set_status(struct vtpci_modern_softc *sc, uint8_t status) in vtpci_modern_set_status()
636 struct vtpci_modern_softc *sc; in vtpci_modern_config_generation() local
649 struct vtpci_modern_softc *sc; in vtpci_modern_read_dev_config() local
684 struct vtpci_modern_softc *sc; in vtpci_modern_write_dev_config() local
779 vtpci_modern_map_common_config(struct vtpci_modern_softc *sc) in vtpci_modern_map_common_config()
803 vtpci_modern_map_notify_config(struct vtpci_modern_softc *sc) in vtpci_modern_map_notify_config()
832 vtpci_modern_map_isr_config(struct vtpci_modern_softc *sc) in vtpci_modern_map_isr_config()
856 vtpci_modern_map_device_config(struct vtpci_modern_softc *sc) in vtpci_modern_map_device_config()
883 vtpci_modern_map_configs(struct vtpci_modern_softc *sc) in vtpci_modern_map_configs()
909 vtpci_modern_unmap_configs(struct vtpci_modern_softc *sc) in vtpci_modern_unmap_configs()
924 vtpci_modern_find_cap_resource(struct vtpci_modern_softc *sc, uint8_t cfg_type, in vtpci_modern_find_cap_resource()
977 vtpci_modern_bar_type(struct vtpci_modern_softc *sc, int bar) in vtpci_modern_bar_type()
993 vtpci_modern_get_bar_resource(struct vtpci_modern_softc *sc, int bar, int type) in vtpci_modern_get_bar_resource()
1005 vtpci_modern_alloc_bar_resource(struct vtpci_modern_softc *sc, int bar, in vtpci_modern_alloc_bar_resource()
1032 vtpci_modern_free_bar_resources(struct vtpci_modern_softc *sc) in vtpci_modern_free_bar_resources()
1054 vtpci_modern_alloc_resource_map(struct vtpci_modern_softc *sc, in vtpci_modern_alloc_resource_map()
1076 vtpci_modern_free_resource_map(struct vtpci_modern_softc *sc, in vtpci_modern_free_resource_map()
1092 vtpci_modern_alloc_msix_resource(struct vtpci_modern_softc *sc) in vtpci_modern_alloc_msix_resource()
1111 vtpci_modern_free_msix_resource(struct vtpci_modern_softc *sc) in vtpci_modern_free_msix_resource()
1126 vtpci_modern_probe_and_attach_child(struct vtpci_modern_softc *sc) in vtpci_modern_probe_and_attach_child()
1152 vtpci_modern_register_msix(struct vtpci_modern_softc *sc, int offset, in vtpci_modern_register_msix()
1170 struct vtpci_modern_softc *sc; in vtpci_modern_register_cfg_msix() local
1189 struct vtpci_modern_softc *sc; in vtpci_modern_register_vq_msix() local
1206 vtpci_modern_reset(struct vtpci_modern_softc *sc) in vtpci_modern_reset()
1220 vtpci_modern_select_virtqueue(struct vtpci_modern_softc *sc, int idx) in vtpci_modern_select_virtqueue()
1234 struct vtpci_modern_softc *sc; in vtpci_modern_get_vq_size() local
1245 struct vtpci_modern_softc *sc; in vtpci_modern_get_vq_notify_off() local
1259 struct vtpci_modern_softc *sc; in vtpci_modern_set_vq() local
1280 struct vtpci_modern_softc *sc; in vtpci_modern_disable_vq() local
1291 vtpci_modern_enable_virtqueues(struct vtpci_modern_softc *sc) in vtpci_modern_enable_virtqueues()
1302 vtpci_modern_read_common_1(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_common_1()
1308 vtpci_modern_read_common_2(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_common_2()
1315 vtpci_modern_read_common_4(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_common_4()
1322 vtpci_modern_write_common_1(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_common_1()
1329 vtpci_modern_write_common_2(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_common_2()
1337 vtpci_modern_write_common_4(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_common_4()
1345 vtpci_modern_write_common_8(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_common_8()
1358 vtpci_modern_write_notify_2(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_notify_2()
1365 vtpci_modern_read_isr_1(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_isr_1()
1371 vtpci_modern_read_device_1(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_device_1()
1377 vtpci_modern_read_device_2(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_device_2()
1383 vtpci_modern_read_device_4(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_device_4()
1389 vtpci_modern_read_device_8(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_device_8()
1411 vtpci_modern_write_device_1(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_device_1()
1418 vtpci_modern_write_device_2(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_device_2()
1425 vtpci_modern_write_device_4(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_device_4()
1432 vtpci_modern_write_device_8(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_device_8()