Searched refs:cfg_type (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/virtio/pci/ |
| H A D | virtio_pci_modern.c | 751 vtpci_modern_find_cap(device_t dev, uint8_t cfg_type, int *cap_offset) in vtpci_modern_find_cap() argument 761 offsetof(struct virtio_pci_cap, cfg_type), 1); in vtpci_modern_find_cap() 769 if (type == cfg_type) { in vtpci_modern_find_cap() 925 vtpci_modern_find_cap_resource(struct vtpci_modern_softc *sc, uint8_t cfg_type, in vtpci_modern_find_cap_resource() argument 934 error = vtpci_modern_find_cap(dev, cfg_type, &cap_offset); in vtpci_modern_find_cap_resource() 943 cfg_type, cap_length); in vtpci_modern_find_cap_resource() 956 cfg_type, length, min_size); in vtpci_modern_find_cap_resource() 962 cfg_type, offset, alignment); in vtpci_modern_find_cap_resource()
|
| H A D | virtio_pci_modern_var.h | 58 uint8_t cfg_type; /* Identifies the structure. */ member
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | phy.c | 873 u8 cfg_type; member 1080 switch (arg.cfg_type) { in rtw89_phy_config_bb_gain() 1101 arg.addr, reg->data, arg.cfg_type); in rtw89_phy_config_bb_gain()
|