OPA_VNIC_MAC_TBL_SIZE  121 drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.c 	u32 size = sizeof(struct hlist_head) * OPA_VNIC_MAC_TBL_SIZE;
OPA_VNIC_MAC_TBL_SIZE  274 drivers/infiniband/ulp/opa_vnic/opa_vnic_internal.h #define vnic_hash_init(hashtable) __hash_init(hashtable, OPA_VNIC_MAC_TBL_SIZE)
OPA_VNIC_MAC_TBL_SIZE  278 drivers/infiniband/ulp/opa_vnic/opa_vnic_internal.h 		&hashtable[hash_min(key, ilog2(OPA_VNIC_MAC_TBL_SIZE))])
OPA_VNIC_MAC_TBL_SIZE  282 drivers/infiniband/ulp/opa_vnic/opa_vnic_internal.h 		    !obj && (bkt) < OPA_VNIC_MAC_TBL_SIZE; (bkt)++)           \
OPA_VNIC_MAC_TBL_SIZE  287 drivers/infiniband/ulp/opa_vnic/opa_vnic_internal.h 		&name[hash_min(key, ilog2(OPA_VNIC_MAC_TBL_SIZE))], member)
OPA_VNIC_MAC_TBL_SIZE  291 drivers/infiniband/ulp/opa_vnic/opa_vnic_internal.h 		    !obj && (bkt) < OPA_VNIC_MAC_TBL_SIZE; (bkt)++)           \