Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/scsi/
Dtcm_qla2xxx.txt1 tcm_qla2xxx jam_host attribute
3 There is now a new module endpoint atribute called jam_host
4 attribute: jam_host: boolean=0/1
14 Setting a boolean of 1 for the jam_host attribute for a particular host
19 echo 1 > /sys/kernel/config/target/qla2xxx/21:00:00:24:ff:27:8f:ae/tpgt_1/attrib/jam_host
22 echo 0 > /sys/kernel/config/target/qla2xxx/21:00:00:24:ff:27:8f:ae/tpgt_1/attrib/jam_host
/Linux-v4.19/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.h37 int jam_host; member
Dtcm_qla2xxx.c487 if (unlikely(tpg->tpg_attrib.jam_host)) { in tcm_qla2xxx_handle_cmd()
904 DEF_QLA_TPG_ATTRIB(jam_host);
1086 tpg->tpg_attrib.jam_host = 0; in tcm_qla2xxx_make_tpg()