Lines Matching full:entropy
74 u16 pkey, u16 entropy, u8 sc, u8 rc, in opa_vnic_make_header() argument
81 h[3] = entropy; in opa_vnic_make_header()
446 /* opa_vnic_calc_entropy - calculate the packet entropy */
455 /* return lower 8 bits as entropy */ in opa_vnic_calc_entropy()
459 /* opa_vnic_get_def_port - get default port based on entropy */
461 u8 entropy) in opa_vnic_get_def_port() argument
465 /* Add the upper and lower 4-bits of entropy to get the flow id */ in opa_vnic_get_def_port()
466 flow_id = ((entropy & 0xf) + (entropy >> 4)); in opa_vnic_get_def_port()
487 u8 def_port, sc, rc, entropy, *hdr; in opa_vnic_encap_skb() local
493 entropy = opa_vnic_calc_entropy(skb); in opa_vnic_encap_skb()
494 def_port = opa_vnic_get_def_port(adapter, entropy); in opa_vnic_encap_skb()
503 mdata->entropy = entropy; in opa_vnic_encap_skb()
511 info->vesw.pkey, entropy, sc, rc, in opa_vnic_encap_skb()