MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / AbstractController

Method AbstractController

cpp/controllers/abstract_controller.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15using namespace scsi_defs;
16
17AbstractController::AbstractController(BUS& bus, int target_id, int max_luns) : bus(bus), target_id(target_id), max_luns(max_luns)
18{
19 device_logger.SetIdAndLun(target_id, -1);
20}
21
22void AbstractController::AllocateCmd(size_t size)
23{

Callers

nothing calls this directly

Calls 1

SetIdAndLunMethod · 0.45

Tested by

no test coverage detected