Home
last modified time | relevance | path

Searched refs:tpsram (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c1117 const struct firmware *tpsram; in update_tpsram() local
1129 ret = request_firmware(&tpsram, buf, dev); in update_tpsram()
1136 ret = t3_check_tpsram(adap, tpsram->data, tpsram->size); in update_tpsram()
1140 ret = t3_set_proto_sram(adap, tpsram->data); in update_tpsram()
1153 release_firmware(tpsram); in update_tpsram()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c1116 const struct firmware *tpsram; in update_tpsram() local
1128 ret = request_firmware(&tpsram, buf, dev); in update_tpsram()
1135 ret = t3_check_tpsram(adap, tpsram->data, tpsram->size); in update_tpsram()
1139 ret = t3_set_proto_sram(adap, tpsram->data); in update_tpsram()
1152 release_firmware(tpsram); in update_tpsram()

Completed in 10 milliseconds