Home
last modified time | relevance | path

Searched refs:pfdev (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dsoc.c1198 struct platform_device *pfdev = to_platform_device(pdev); in mt798x_wmac_init() local
1213 dev->dcm = devm_platform_ioremap_resource(pfdev, 1); in mt798x_wmac_init()
1217 dev->sku = devm_platform_ioremap_resource(pfdev, 2); in mt798x_wmac_init()
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1646 altq_is_enabled(int pfdev) in altq_is_enabled() argument
1652 if (ioctl(pfdev, DIOCGETALTQS, &pa)) { in altq_is_enabled()