Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h684 int t4_port_init(struct adapter *adap, int mbox, int pf, int vf);
H A Dt4_hw.c10783 int t4_port_init(struct adapter *adap, int mbox, int pf, int vf) in t4_port_init() function
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c521 rc = -t4_port_init(sc, sc->mbox, sc->pf, 0); in t4_devo_attach()