Home
last modified time | relevance | path

Searched refs:cfg_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/virtio/pci/
H A Dvirtio_pci_modern.c750 vtpci_modern_find_cap(device_t dev, uint8_t cfg_type, int *cap_offset) in vtpci_modern_find_cap() argument
760 offsetof(struct virtio_pci_cap, cfg_type), 1); in vtpci_modern_find_cap()
768 if (type == cfg_type) { in vtpci_modern_find_cap()
924 vtpci_modern_find_cap_resource(struct vtpci_modern_softc *sc, uint8_t cfg_type, in vtpci_modern_find_cap_resource() argument
933 error = vtpci_modern_find_cap(dev, cfg_type, &cap_offset); in vtpci_modern_find_cap_resource()
942 cfg_type, cap_length); in vtpci_modern_find_cap_resource()
955 cfg_type, length, min_size); in vtpci_modern_find_cap_resource()
961 cfg_type, offset, alignment); in vtpci_modern_find_cap_resource()
H A Dvirtio_pci_modern_var.h58 uint8_t cfg_type; /* Identifies the structure. */ member
/freebsd/sys/contrib/dev/rtw89/
H A Dphy.c873 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()