tpsram           1118 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	const struct firmware *tpsram;
tpsram           1130 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	ret = request_firmware(&tpsram, buf, dev);
tpsram           1137 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	ret = t3_check_tpsram(adap, tpsram->data, tpsram->size);
tpsram           1141 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	ret = t3_set_proto_sram(adap, tpsram->data);
tpsram           1154 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	release_firmware(tpsram);