Home
last modified time | relevance | path

Searched refs:tgt_efct (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_lio.c118 efct->tgt_efct.lio_nport = NULL; in efct_lio_tpg_enable_store()
755 efct->tgt_efct.lio_nport = lio_nport; in efct_lio_make_nport()
853 kfree(efct->tgt_efct.lio_nport); in efct_lio_drop_nport()
854 efct->tgt_efct.lio_nport = NULL; in efct_lio_drop_nport()
918 efct->tgt_efct.tpg = tpg; in efct_lio_make_tpg()
934 tpg->nport->efct->tgt_efct.tpg = NULL; in efct_lio_drop_tpg()
1108 efct->tgt_efct.watermark_min = in efct_scsi_tgt_new_device()
1110 efct->tgt_efct.watermark_max = in efct_scsi_tgt_new_device()
1113 efct->tgt_efct.watermark_max); in efct_scsi_tgt_new_device()
1174 } else if (efct->tgt_efct.tpg) { in efct_lio_setup_session()
[all …]
H A Defct_driver.h66 struct efct_scsi_tgt tgt_efct; member