MCPcopy Create free account
hub / github.com/F-Stack/f-stack / iflib_device_probe_vendor

Function iflib_device_probe_vendor

freebsd/net/iflib.c:4535–4545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4533}
4534
4535int
4536iflib_device_probe_vendor(device_t dev)
4537{
4538 int probe;
4539
4540 probe = iflib_device_probe(dev);
4541 if (probe == BUS_PROBE_DEFAULT)
4542 return (BUS_PROBE_VENDOR);
4543 else
4544 return (probe);
4545}
4546
4547static void
4548iflib_reset_qvalues(if_ctx_t ctx)

Callers

nothing calls this directly

Calls 1

iflib_device_probeFunction · 0.85

Tested by

no test coverage detected