• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/alpine-hal/eth/

Lines Matching refs:AL_BIT

295 #define AL_ETH_TX_FLAGS_TSO		AL_BIT(7)  /**< Enable TCP/UDP segmentation offloading */
296 #define AL_ETH_TX_FLAGS_IPV4_L3_CSUM AL_BIT(13) /**< Enable IPv4 header checksum calculation */
297 #define AL_ETH_TX_FLAGS_L4_CSUM AL_BIT(14) /**< Enable TCP/UDP checksum calculation */
298 #define AL_ETH_TX_FLAGS_L4_PARTIAL_CSUM AL_BIT(17) /**< L4 partial checksum calculation */
299 #define AL_ETH_TX_FLAGS_L2_MACSEC_PKT AL_BIT(16) /**< L2 Packet type 802_3 or 802_3_MACSEC, V2 */
300 #define AL_ETH_TX_FLAGS_ENCRYPT AL_BIT(16) /**< Enable TX packet encryption, V3 */
301 #define AL_ETH_TX_FLAGS_L2_DIS_FCS AL_BIT(15) /**< Disable CRC calculation*/
302 #define AL_ETH_TX_FLAGS_TS AL_BIT(21) /**< Timestamp the packet */
349 #define AL_ETH_RX_FLAGS_DUAL_BUF AL_BIT(31)
352 #define AL_ETH_RX_ERROR AL_BIT(16) /**< layer 2 errors (FCS, bad len, etc) */
353 #define AL_ETH_RX_FLAGS_L4_CSUM_ERR AL_BIT(14)
354 #define AL_ETH_RX_FLAGS_L3_CSUM_ERR AL_BIT(13)
357 #define AL_ETH_RX_FLAGS_CRC AL_BIT(31)
358 #define AL_ETH_RX_FLAGS_L3_CSUM_2 AL_BIT(30)
359 #define AL_ETH_RX_FLAGS_L4_CSUM_2 AL_BIT(29)
2107 #define AL_ETH_WOL_INT_UNICAST AL_BIT(0)
2109 #define AL_ETH_WOL_INT_MULTICAST AL_BIT(1)
2111 #define AL_ETH_WOL_INT_BROADCAST AL_BIT(2)
2113 #define AL_ETH_WOL_INT_IPV4 AL_BIT(3)
2115 #define AL_ETH_WOL_INT_IPV6 AL_BIT(4)
2117 #define AL_ETH_WOL_INT_ETHERTYPE_DA AL_BIT(5)
2119 #define AL_ETH_WOL_INT_ETHERTYPE_BC AL_BIT(6)
2121 #define AL_ETH_WOL_INT_PARSER AL_BIT(7)
2123 #define AL_ETH_WOL_INT_MAGIC AL_BIT(8)
2125 #define AL_ETH_WOL_INT_MAGIC_PSWD AL_BIT(9)
2128 #define AL_ETH_WOL_FWRD_UNICAST AL_BIT(0)
2130 #define AL_ETH_WOL_FWRD_MULTICAST AL_BIT(1)
2132 #define AL_ETH_WOL_FWRD_BROADCAST AL_BIT(2)
2134 #define AL_ETH_WOL_FWRD_IPV4 AL_BIT(3)
2136 #define AL_ETH_WOL_FWRD_IPV6 AL_BIT(4)
2138 #define AL_ETH_WOL_FWRD_ETHERTYPE_DA AL_BIT(5)
2140 #define AL_ETH_WOL_FWRD_ETHERTYPE_BC AL_BIT(6)
2142 #define AL_ETH_WOL_FWRD_PARSER AL_BIT(7)