Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_edif.c323 sa_id_map = ha->edif_tx_sa_id_map; in qla_edif_add_sa_index_to_freepool()
2549 sa_id_map = ha->edif_tx_sa_id_map; in qla_edif_get_sa_index_from_freepool()
3263 ha->edif_tx_sa_id_map = in qla_edif_sadb_build_free_pool()
3266 if (!ha->edif_tx_sa_id_map) { in qla_edif_sadb_build_free_pool()
3275 kfree(ha->edif_tx_sa_id_map); in qla_edif_sadb_build_free_pool()
3276 ha->edif_tx_sa_id_map = NULL; in qla_edif_sadb_build_free_pool()
3287 kfree(ha->edif_tx_sa_id_map); in qla_edif_sadb_release_free_pool()
3288 ha->edif_tx_sa_id_map = NULL; in qla_edif_sadb_release_free_pool()
Dqla_def.h4776 void *edif_tx_sa_id_map; member