Lines Matching defs:sc_caps
321 uint32_t sc_caps;
700 if (sc->sc_caps & HVN_CAPS_VLAN) {
826 if (!(sc->sc_caps & HVN_CAPS_MTU)) {
1478 if (ISSET(sc->sc_caps, HVN_CAPS_VLAN) && !vlan_has_tag(m)) {
1916 if (sc->sc_caps & HVN_CAPS_UDPHASH) {
2175 if (sc->sc_caps & HVN_CAPS_IPCS) {
2180 if (sc->sc_caps & HVN_CAPS_TCP4CS) {
2185 if (sc->sc_caps & HVN_CAPS_TCP6CS) {
2189 if (sc->sc_caps & HVN_CAPS_UDP4CS) {
2194 if (sc->sc_caps & HVN_CAPS_UDP6CS) {
2204 if (sc->sc_caps & HVN_CAPS_UDPHASH) {
2679 old_caps = sc->sc_caps;
2680 sc->sc_caps = 0;
2721 if ((sc->sc_flags & HVN_SCF_ATTACHED) && old_caps != sc->sc_caps) {
2723 "old 0x%08x, new 0x%08x\n", old_caps, sc->sc_caps);
2822 sc->sc_caps = old_caps;
3151 sc->sc_caps |= HVN_CAPS_MTU | HVN_CAPS_VLAN;
3188 sc->sc_caps |= HVN_CAPS_UDPHASH;
3233 sc_caps |= HVN_CAPS_HASHVAL;
4220 if (sc->sc_caps & HVN_CAPS_UDPHASH) {
4528 sc->sc_caps |= caps;