Searched refs:fe_alloc_port (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/dev/fe/ |
| H A D | if_fe_isa.c | 141 error = fe_alloc_port(dev, sc->port_used); in fe_isa_attach() 250 if (fe_alloc_port(dev, 32)) in fe_probe_fmv() 729 if (fe_alloc_port(dev, 32)) in fe_probe_jli() 832 if (fe_alloc_port(dev, 16)) in fe_probe_ssi() 895 if (fe_alloc_port(dev, 32)) in fe_probe_lnx() 962 if (fe_alloc_port(dev, 32)) in fe_probe_gwy() 1016 if (fe_alloc_port(dev, 32)) in fe_probe_ubn()
|
| H A D | if_fe_pccard.c | 242 if (fe_alloc_port(dev, 32)) in fe_probe_mbh() 333 if (fe_alloc_port(dev, 16)) in fe_probe_tdk()
|
| H A D | if_fevar.h | 136 int fe_alloc_port(device_t, int);
|
| H A D | if_fe.c | 870 fe_alloc_port(device_t dev, int size) in fe_alloc_port() function
|