Searched refs:fmr_map_cnt (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c844 e_fmr->fmr_map_cnt = 0;
884 if (e_fmr->fmr_map_cnt >= e_fmr->fmr_max_maps) {
887 "e_fmr->fmr_map_cnt=%x e_fmr->fmr_max_maps=%x",
888 fmr, e_fmr->fmr_map_cnt, e_fmr->fmr_max_maps);
909 e_fmr->fmr_map_cnt++;
1358 e_mr->fmr_map_cnt = save_mr.fmr_map_cnt;
1446 e_fmr->fmr_map_cnt = save_fmr.fmr_map_cnt;
2286 mr->fmr_map_cnt
[all...]
H A Dehca_classes.h285 u32 fmr_map_cnt; /* map counter for FMR */ member in struct:ehca_mr

Completed in 66 milliseconds