Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/scsi/
H A Dtcm_qla2xxx.rst7 tcm_qla2xxx jam_host attribute
9 There is now a new module endpoint attribute called jam_host
12 jam_host: boolean=0/1
25 Setting a boolean of 1 for the jam_host attribute for a particular host
32 echo 1 > /sys/kernel/config/target/qla2xxx/21:00:00:24:ff:27:8f:ae/tpgt_1/attrib/jam_host
36 echo 0 > /sys/kernel/config/target/qla2xxx/21:00:00:24:ff:27:8f:ae/tpgt_1/attrib/jam_host
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.h37 int jam_host; member
H A Dtcm_qla2xxx.c468 if (unlikely(tpg->tpg_attrib.jam_host)) { in tcm_qla2xxx_handle_cmd()
891 DEF_QLA_TPG_ATTRIB(jam_host);
1017 tpg->tpg_attrib.jam_host = 0; in tcm_qla2xxx_make_tpg()