HomeSort by: relevance | last modified time | path
    Searched defs:IFCAP_HWCSUM (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_netbsd.h 55 #define IFCAP_HWCSUM (IFCAP_RXCSUM|IFCAP_TXCSUM)
  /src/sys/dev/pci/cxgb/
cxgb_main.c 670 #define IFCAP_HWCSUM (IFCAP_CSUM_IPv4_Rx | IFCAP_CSUM_IPv4_Tx)
675 #define CXGB_CAP (IFCAP_HWCSUM | IFCAP_TSO)
677 #define CXGB_CAP_ENABLE (IFCAP_HWCSUM | IFCAP_TSO4)
679 #define CXGB_CAP (IFCAP_HWCSUM)
681 #define CXGB_CAP_ENABLE (IFCAP_HWCSUM)

Completed in 13 milliseconds