Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c758 struct list_head *mhash; in lnet_ptl_cleanup() local
765 mhash = mtable->mt_mhash; in lnet_ptl_cleanup()
768 while (!list_empty(&mhash[j])) { in lnet_ptl_cleanup()
769 me = list_entry(mhash[j].next, in lnet_ptl_cleanup()
777 LIBCFS_FREE(mhash, sizeof(*mhash) * (LNET_MT_HASH_SIZE + 1)); in lnet_ptl_cleanup()
788 struct list_head *mhash; in lnet_ptl_setup() local
805 LIBCFS_CPT_ALLOC(mhash, lnet_cpt_table(), i, in lnet_ptl_setup()
806 sizeof(*mhash) * (LNET_MT_HASH_SIZE + 1)); in lnet_ptl_setup()
807 if (!mhash) { in lnet_ptl_setup()
816 mtable->mt_mhash = mhash; in lnet_ptl_setup()
[all …]
/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c882 u64 mhash = 0; in cxgb4vf_mac_sync() local
890 NULL, ucast ? &uhash : &mhash, false); in cxgb4vf_mac_sync()
897 if (uhash || mhash) { in cxgb4vf_mac_sync()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c374 u64 mhash = 0; in cxgb4_mac_sync() local
382 NULL, ucast ? &uhash : &mhash, false); in cxgb4_mac_sync()
389 if (uhash || mhash) { in cxgb4_mac_sync()