Home
last modified time | relevance | path

Searched refs:OPA_VNIC_ENCAP_RC_EXT (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c420 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, in opa_vnic_get_rc()
423 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, in opa_vnic_get_rc()
426 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, IPV6); in opa_vnic_get_rc()
431 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, in opa_vnic_get_rc()
434 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, in opa_vnic_get_rc()
437 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, IPV4); in opa_vnic_get_rc()
440 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, DEFAULT); in opa_vnic_get_rc()
H A Dopa_vnic_encap.h115 #define OPA_VNIC_ENCAP_RC_EXT(w, b) (((w) >> OPA_VNIC_ENCAP_RC_ ## b) & 0x7) macro