Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h784 int t4_fw_upgrade(struct adapter *adap, unsigned int mbox,
H A Dt4_hw.c7664 int t4_fw_upgrade(struct adapter *adap, unsigned int mbox, in t4_fw_upgrade() function
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c4922 rc = -t4_fw_upgrade(sc, sc->mbox, fw->data, fw->datasize, 0); in install_kld_firmware()