Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_edif.c1387 struct edif_sa_ctl *sa_ctl, *tsa_ctl; in qla_edif_flush_sa_ctl_lists() local
1392 list_for_each_entry_safe(sa_ctl, tsa_ctl, &fcport->edif.tx_sa_list, in qla_edif_flush_sa_ctl_lists()
1398 list_for_each_entry_safe(sa_ctl, tsa_ctl, &fcport->edif.rx_sa_list, in qla_edif_flush_sa_ctl_lists()
1410 struct edif_sa_ctl *sa_ctl, *tsa_ctl; in qla_edif_find_sa_ctl_by_index() local
1418 list_for_each_entry_safe(sa_ctl, tsa_ctl, sa_list, next) { in qla_edif_find_sa_ctl_by_index()