Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h640 int t4_load_bootcfg(struct adapter *adapter, const u8 *cfg_data, unsigned int size);
H A Dt4_hw.c10780 int t4_load_bootcfg(struct adapter *adap,const u8 *cfg_data, unsigned int size) in t4_load_bootcfg() function
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c11788 rc = -t4_load_bootcfg(sc, NULL, 0); in load_bootcfg()
11796 rc = -t4_load_bootcfg(sc, bc_data, bc->len); in load_bootcfg()