Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h723 int t3_load_fw(adapter_t *adapter, const u8 *fw_data, unsigned int size);
H A Dcxgb_t3_hw.c1294 int t3_load_fw(adapter_t *adapter, const u8 *fw_data, unsigned int size) in t3_load_fw() function
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c396 status = t3_load_fw(sc, (const uint8_t *)fw->data, fw->datasize); in upgrade_fw()
2715 error = -t3_load_fw(sc, fw_data, t->len); in cxgb_extension_ioctl()