Searched refs:if_attach_iqueues (Results 1 – 14 of 14) sorted by relevance
/openbsd/sys/net/ |
H A D | if.h | 537 void if_attach_iqueues(struct ifnet *, unsigned int);
|
H A D | if.c | 604 if_attach_iqueues(struct ifnet *ifp, unsigned int niqs) in if_attach_iqueues() function
|
/openbsd/sys/dev/pci/ |
H A D | if_ixv.c | 803 if_attach_iqueues(ifp, sc->num_queues); in ixv_setup_interface()
|
H A D | if_vmx.c | 448 if_attach_iqueues(ifp, sc->sc_nqueues); in vmxnet3_attach()
|
H A D | if_igc.c | 834 if_attach_iqueues(ifp, sc->sc_nqueues); in igc_setup_interface()
|
H A D | if_iavf.c | 912 if_attach_iqueues(ifp, iavf_nqueues(sc)); in iavf_attach()
|
H A D | if_bnxt.c | 660 if_attach_iqueues(ifp, sc->sc_nqueues); in bnxt_attach()
|
H A D | if_aq_pci.c | 1412 if_attach_iqueues(ifp, sc->sc_nqueues); in aq_attach()
|
H A D | if_ix.c | 1948 if_attach_iqueues(ifp, sc->num_queues); in ixgbe_setup_interface()
|
H A D | if_ngbe.c | 1046 if_attach_iqueues(ifp, sc->sc_nqueues); in ngbe_setup_interface()
|
H A D | if_ixl.c | 1989 if_attach_iqueues(ifp, nqueues); in ixl_attach()
|
H A D | if_mcx.c | 2973 if_attach_iqueues(ifp, intrmap_count(sc->sc_intrmap)); in mcx_attach()
|
H A D | if_ice.c | 27450 if_attach_iqueues(ifp, sc->sc_nqueues); in ice_attach_hook()
|
/openbsd/sys/dev/pv/ |
H A D | if_vio.c | 860 if_attach_iqueues(ifp, sc->sc_nqueues); in vio_attach()
|