Home
last modified time | relevance | path

Searched refs:IFCAP_JUMBO_MTU (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/net/
H A Dif.h153 #define IFCAP_JUMBO_MTU 0x00020 /* 9000 byte MTU support */ macro
/dragonfly/sys/dev/netif/oce/
H A Doce_if.h192 IFCAP_JUMBO_MTU | IFCAP_VLAN_MTU)
/dragonfly/sys/dev/virtual/virtio/net/
H A Dif_vtnet.c797 ifp->if_capabilities |= IFCAP_JUMBO_MTU | IFCAP_VLAN_MTU; in vtnet_setup_interface()
/dragonfly/sys/dev/virtual/amazon/ena/
H A Dena.c2498 caps |= IFCAP_JUMBO_MTU; in ena_get_dev_offloads()