Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/common/
H A Dcommon.h786 int t4_fw_initialize(struct adapter *adap, unsigned int mbox);
H A Dt4_hw.c7696 int t4_fw_initialize(struct adapter *adap, unsigned int mbox) in t4_fw_initialize() function
/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_main.c5152 rc = -t4_fw_initialize(sc, sc->mbox); in apply_cfg_and_initialize()