Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_edif.c347 sa_id_map = ha->edif_tx_sa_id_map; in qla_edif_add_sa_index_to_freepool()
2683 sa_id_map = ha->edif_tx_sa_id_map; in qla_edif_get_sa_index_from_freepool()
3382 ha->edif_tx_sa_id_map = in qla_edif_sadb_build_free_pool()
3385 if (!ha->edif_tx_sa_id_map) { in qla_edif_sadb_build_free_pool()
3394 kfree(ha->edif_tx_sa_id_map); in qla_edif_sadb_build_free_pool()
3395 ha->edif_tx_sa_id_map = NULL; in qla_edif_sadb_build_free_pool()
3406 kfree(ha->edif_tx_sa_id_map); in qla_edif_sadb_release_free_pool()
3407 ha->edif_tx_sa_id_map = NULL; in qla_edif_sadb_release_free_pool()
Dqla_def.h4841 void *edif_tx_sa_id_map; member