Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_edif.c347 sa_id_map = ha->edif_tx_sa_id_map; in qla_edif_add_sa_index_to_freepool()
2639 sa_id_map = ha->edif_tx_sa_id_map; in qla_edif_get_sa_index_from_freepool()
3352 ha->edif_tx_sa_id_map = in qla_edif_sadb_build_free_pool()
3355 if (!ha->edif_tx_sa_id_map) { in qla_edif_sadb_build_free_pool()
3364 kfree(ha->edif_tx_sa_id_map); in qla_edif_sadb_build_free_pool()
3365 ha->edif_tx_sa_id_map = NULL; in qla_edif_sadb_build_free_pool()
3376 kfree(ha->edif_tx_sa_id_map); in qla_edif_sadb_release_free_pool()
3377 ha->edif_tx_sa_id_map = NULL; in qla_edif_sadb_release_free_pool()
Dqla_def.h4757 void *edif_tx_sa_id_map; member