Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/snic/
H A Dsnic_disc.c17 [SNIC_TGT_SAN] = "SAN",
23 return ((typ > SNIC_TGT_NONE && typ <= SNIC_TGT_SAN) ? in snic_tgt_type_to_str()
259 SNIC_BUG_ON(le16_to_cpu(tgtid->tgt_type) > SNIC_TGT_SAN); in snic_tgt_create()
278 case SNIC_TGT_SAN: in snic_tgt_create()
H A Dsnic_fwint.h198 SNIC_TGT_SAN, /* SAN Target */ enumerator
H A Dsnic_scsi.c1495 if ((snic_tgt_chkready(tgt) != 0) && (tgt->tdata.typ == SNIC_TGT_SAN)) in snic_send_abort_and_wait()
1774 if ((snic_tgt_chkready(tgt) != 0) && (tgt->tdata.typ == SNIC_TGT_SAN)) in snic_dr_clean_single_req()