Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c356 fconf |= F_VNIC_ID; in mode_to_fconf()
416 fconf |= F_VNIC_ID; in check_fspec_against_fconf_iconf()
422 fconf |= F_VNIC_ID; in check_fspec_against_fconf_iconf()
429 fconf |= F_VNIC_ID; in check_fspec_against_fconf_iconf()
469 if (hwmode & F_VNIC_ID) in fconf_to_mode()
852 fmask |= F_VNIC_ID; in hashfilter_ntuple()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9701 tpp->vnic_shift = t4_filter_field_shift(adap, F_VNIC_ID); in read_filter_mode_and_ingress_config()
9778 case F_VNIC_ID: in t4_filter_field_shift()
H A Dt4_regs.h26817 #define F_VNIC_ID V_VNIC_ID(1U) macro