Searched refs:nig (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c235 struct nfsidmap_globals *nig; local
237 nig = kmem_alloc(sizeof (*nig), KM_SLEEP);
238 nig->nig_msg_done = 0;
239 mutex_init(&nig->nfsidmap_daemon_lock, NULL, MUTEX_DEFAULT, NULL);
244 nig->nfsidmap_pid = NOPID;
245 nig->nfsidmap_daemon_dh = NULL;
250 nfs_idmap_cache_create(&nig->u2s_ci, "u2s_cache");
251 nig->u2s_ci.nfsidmap_daemon_dh = &nig
273 struct nfsidmap_globals *nig = arg; local
306 struct nfsidmap_globals *nig; local
519 struct nfsidmap_globals *nig; local
685 struct nfsidmap_globals *nig; local
899 struct nfsidmap_globals *nig; local
1111 struct nfsidmap_globals *nig; local
1252 struct nfsidmap_globals *nig; local
[all...]
H A Dnfs4_stub_vnops.c1266 struct nfsidmap_globals *nig; local
1271 nig = zone_getspecific(nfsidmap_zone_key, nfs_zone());
1272 ASSERT(nig != NULL);
1274 mutex_enter(&nig->nfsidmap_daemon_lock);
1275 dh = nig->nfsidmap_daemon_dh;
1277 mutex_exit(&nig->nfsidmap_daemon_lock);
1284 mutex_exit(&nig->nfsidmap_daemon_lock);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_stats.c303 stats->as_u64 = pdev->vars.stats.stats_mirror.stats_hw.nig.brb_discard ;
304 stats->as_u64+= pdev->vars.stats.stats_mirror.stats_hw.nig.brb_truncate ;
350 stats->as_u64+= pdev->vars.stats.stats_mirror.stats_hw.nig.brb_discard ; // LM_STATS_RCV_OVERRUN
351 stats->as_u64+= pdev->vars.stats.stats_mirror.stats_hw.nig.brb_truncate ; // LM_STATS_RCV_OVERRUN
1310 // nig :GRCBASE_NIG, reg name (NIG_XXX)
2269 pdev->vars.stats.stats_mirror.stats_hw.nig.field_mirror ) ;
2544 //nig
2546 LM_STATS_HW_NIG_ASSIGN_U32(nig, brb_discard, brb_discard ) ;
2549 LM_STATS_HW_NIG_ASSIGN_U32(nig, brb_packet, brb_packet );
2550 LM_STATS_HW_NIG_ASSIGN_U32(nig, brb_truncat
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm_stats.h53 #define DMAE_SGL_STATS_NUM_OF_EMAC_COMMANDS 4 // includes NIG (3+1(nig)=4)
54 #define DMAE_SGL_STATS_NUM_OF_BIGMAC_COMMANDS 3 // includes NIG (2+1(nig)=3)
770 stats_nig_t nig ; // nig is always available - no need for 2 copies member in struct:_lm_stats_hw_t

Completed in 95 milliseconds