Home
last modified time | relevance | path

Searched refs:assoc_cnt (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/netdevsim/
H A Dpsp.c160 ns->psp.assoc_cnt++; in nsim_assoc_add()
186 ns->psp.assoc_cnt--; in nsim_assoc_del()
233 WARN_ON(ns->psp.assoc_cnt); in __nsim_psp_uninit()
H A Dnetdevsim.h125 u32 assoc_cnt; member
/linux/drivers/nvme/target/
H A Dfc.c112 struct ida assoc_cnt; member
1122 idx = ida_alloc(&tgtport->assoc_cnt, GFP_KERNEL); in nvmet_fc_alloc_target_assoc()
1155 ida_free(&tgtport->assoc_cnt, idx); in nvmet_fc_alloc_target_assoc()
1186 ida_free(&tgtport->assoc_cnt, assoc->a_id); in nvmet_fc_target_assoc_free()
1408 ida_init(&newrec->assoc_cnt); in nvmet_fc_register_targetport()
1454 ida_destroy(&tgtport->assoc_cnt); in nvmet_fc_free_tgtport()