Lines Matching defs:sc

281 	struct vtpci_modern_softc *sc;  in vtpci_modern_attach()  local
324 struct vtpci_modern_softc *sc; in vtpci_modern_detach() local
370 struct vtpci_modern_softc *sc; in vtpci_modern_child_detached() local
385 struct vtpci_modern_softc *sc; in vtpci_modern_read_ivar() local
409 struct vtpci_modern_softc *sc; in vtpci_modern_write_ivar() local
429 struct vtpci_modern_softc *sc; in vtpci_modern_negotiate_features() local
451 struct vtpci_modern_softc *sc; in vtpci_modern_finalize_features() local
474 struct vtpci_modern_softc *sc; in vtpci_modern_with_feature() local
482 vtpci_modern_read_features(struct vtpci_modern_softc *sc) in vtpci_modern_read_features()
495 vtpci_modern_write_features(struct vtpci_modern_softc *sc, uint64_t features) in vtpci_modern_write_features()
512 struct vtpci_modern_softc *sc; in vtpci_modern_alloc_virtqueues() local
532 struct vtpci_modern_softc *sc; in vtpci_modern_setup_interrupts() local
553 struct vtpci_modern_softc *sc; in vtpci_modern_reinit() local
602 struct vtpci_modern_softc *sc; in vtpci_modern_reinit_complete() local
613 struct vtpci_modern_softc *sc; in vtpci_modern_notify_vq() local
621 vtpci_modern_get_status(struct vtpci_modern_softc *sc) in vtpci_modern_get_status()
627 vtpci_modern_set_status(struct vtpci_modern_softc *sc, uint8_t status) in vtpci_modern_set_status()
638 struct vtpci_modern_softc *sc; in vtpci_modern_config_generation() local
651 struct vtpci_modern_softc *sc; in vtpci_modern_read_dev_config() local
686 struct vtpci_modern_softc *sc; in vtpci_modern_write_dev_config() local
781 vtpci_modern_map_common_config(struct vtpci_modern_softc *sc) in vtpci_modern_map_common_config()
805 vtpci_modern_map_notify_config(struct vtpci_modern_softc *sc) in vtpci_modern_map_notify_config()
834 vtpci_modern_map_isr_config(struct vtpci_modern_softc *sc) in vtpci_modern_map_isr_config()
858 vtpci_modern_map_device_config(struct vtpci_modern_softc *sc) in vtpci_modern_map_device_config()
885 vtpci_modern_map_configs(struct vtpci_modern_softc *sc) in vtpci_modern_map_configs()
911 vtpci_modern_unmap_configs(struct vtpci_modern_softc *sc) in vtpci_modern_unmap_configs()
926 vtpci_modern_find_cap_resource(struct vtpci_modern_softc *sc, uint8_t cfg_type, in vtpci_modern_find_cap_resource()
979 vtpci_modern_bar_type(struct vtpci_modern_softc *sc, int bar) in vtpci_modern_bar_type()
995 vtpci_modern_get_bar_resource(struct vtpci_modern_softc *sc, int bar, int type) in vtpci_modern_get_bar_resource()
1007 vtpci_modern_alloc_bar_resource(struct vtpci_modern_softc *sc, int bar, in vtpci_modern_alloc_bar_resource()
1034 vtpci_modern_free_bar_resources(struct vtpci_modern_softc *sc) in vtpci_modern_free_bar_resources()
1056 vtpci_modern_alloc_resource_map(struct vtpci_modern_softc *sc, in vtpci_modern_alloc_resource_map()
1078 vtpci_modern_free_resource_map(struct vtpci_modern_softc *sc, in vtpci_modern_free_resource_map()
1094 vtpci_modern_alloc_msix_resource(struct vtpci_modern_softc *sc) in vtpci_modern_alloc_msix_resource()
1113 vtpci_modern_free_msix_resource(struct vtpci_modern_softc *sc) in vtpci_modern_free_msix_resource()
1128 vtpci_modern_probe_and_attach_child(struct vtpci_modern_softc *sc) in vtpci_modern_probe_and_attach_child()
1154 vtpci_modern_register_msix(struct vtpci_modern_softc *sc, int offset, in vtpci_modern_register_msix()
1172 struct vtpci_modern_softc *sc; in vtpci_modern_register_cfg_msix() local
1191 struct vtpci_modern_softc *sc; in vtpci_modern_register_vq_msix() local
1208 vtpci_modern_reset(struct vtpci_modern_softc *sc) in vtpci_modern_reset()
1222 vtpci_modern_select_virtqueue(struct vtpci_modern_softc *sc, int idx) in vtpci_modern_select_virtqueue()
1236 struct vtpci_modern_softc *sc; in vtpci_modern_get_vq_size() local
1247 struct vtpci_modern_softc *sc; in vtpci_modern_get_vq_notify_off() local
1261 struct vtpci_modern_softc *sc; in vtpci_modern_set_vq() local
1282 struct vtpci_modern_softc *sc; in vtpci_modern_disable_vq() local
1293 vtpci_modern_enable_virtqueues(struct vtpci_modern_softc *sc) in vtpci_modern_enable_virtqueues()
1304 vtpci_modern_read_common_1(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_common_1()
1310 vtpci_modern_read_common_2(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_common_2()
1317 vtpci_modern_read_common_4(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_common_4()
1324 vtpci_modern_write_common_1(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_common_1()
1331 vtpci_modern_write_common_2(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_common_2()
1339 vtpci_modern_write_common_4(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_common_4()
1347 vtpci_modern_write_common_8(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_common_8()
1360 vtpci_modern_write_notify_2(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_notify_2()
1367 vtpci_modern_read_isr_1(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_isr_1()
1373 vtpci_modern_read_device_1(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_device_1()
1379 vtpci_modern_read_device_2(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_device_2()
1385 vtpci_modern_read_device_4(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_device_4()
1391 vtpci_modern_read_device_8(struct vtpci_modern_softc *sc, bus_size_t off) in vtpci_modern_read_device_8()
1413 vtpci_modern_write_device_1(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_device_1()
1420 vtpci_modern_write_device_2(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_device_2()
1427 vtpci_modern_write_device_4(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_device_4()
1434 vtpci_modern_write_device_8(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_device_8()