Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c2688 sa_index = find_first_zero_bit(sa_id_map, EDIF_NUM_SA_INDEX); in qla_edif_get_sa_index_from_freepool()
2689 if (sa_index >= EDIF_NUM_SA_INDEX) { in qla_edif_get_sa_index_from_freepool()
3383 kcalloc(BITS_TO_LONGS(EDIF_NUM_SA_INDEX), sizeof(long), GFP_KERNEL); in qla_edif_sadb_build_free_pool()
3392 kcalloc(BITS_TO_LONGS(EDIF_NUM_SA_INDEX), sizeof(long), GFP_KERNEL); in qla_edif_sadb_build_free_pool()
H A Dqla_def.h4839 #define EDIF_NUM_SA_INDEX 512 macro
4840 #define EDIF_TX_SA_INDEX_BASE EDIF_NUM_SA_INDEX