Searched refs:mhash (Results 1 – 3 of 3) sorted by relevance
758 struct list_head *mhash; in lnet_ptl_cleanup() local765 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() local805 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 …]
882 u64 mhash = 0; in cxgb4vf_mac_sync() local890 NULL, ucast ? &uhash : &mhash, false); in cxgb4vf_mac_sync()897 if (uhash || mhash) { in cxgb4vf_mac_sync()
374 u64 mhash = 0; in cxgb4_mac_sync() local382 NULL, ucast ? &uhash : &mhash, false); in cxgb4_mac_sync()389 if (uhash || mhash) { in cxgb4_mac_sync()