Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_edif.c380 sa_id_map = ha->edif_tx_sa_id_map; in qla_edif_add_sa_index_to_freepool()
2456 sa_id_map = ha->edif_tx_sa_id_map; in qla_edif_get_sa_index_from_freepool()
3166 ha->edif_tx_sa_id_map = in qla_edif_sadb_build_free_pool()
3169 if (!ha->edif_tx_sa_id_map) { in qla_edif_sadb_build_free_pool()
3178 kfree(ha->edif_tx_sa_id_map); in qla_edif_sadb_build_free_pool()
3179 ha->edif_tx_sa_id_map = NULL; in qla_edif_sadb_build_free_pool()
3190 kfree(ha->edif_tx_sa_id_map); in qla_edif_sadb_release_free_pool()
3191 ha->edif_tx_sa_id_map = NULL; in qla_edif_sadb_release_free_pool()
Dqla_def.h4718 void *edif_tx_sa_id_map; member