Home
last modified time | relevance | path

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

/drivers/scsi/elx/efct/
Defct_lio.c118 efct->tgt_efct.lio_nport = NULL; in efct_lio_tpg_enable_store()
341 atomic_sub_return(1, &efct->tgt_efct.ios_in_use); in efct_lio_release_cmd()
772 efct->tgt_efct.lio_nport = lio_nport; in efct_lio_make_nport()
852 spin_lock_irqsave(&efct->tgt_efct.efct_lio_lock, flags); in efct_lio_npiv_make_nport()
854 list_add_tail(&vport_list->list_entry, &efct->tgt_efct.vport_list); in efct_lio_npiv_make_nport()
855 spin_unlock_irqrestore(&efct->tgt_efct.efct_lio_lock, flags); in efct_lio_npiv_make_nport()
870 kfree(efct->tgt_efct.lio_nport); in efct_lio_drop_nport()
871 efct->tgt_efct.lio_nport = NULL; in efct_lio_drop_nport()
886 spin_lock_irqsave(&efct->tgt_efct.efct_lio_lock, flags); in efct_lio_npiv_drop_nport()
888 list_for_each_entry_safe(vport, next_vport, &efct->tgt_efct.vport_list, in efct_lio_npiv_drop_nport()
[all …]
Defct_driver.h66 struct efct_scsi_tgt tgt_efct; member