Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.h154 #define E1000_ADVTXD_TUCMD_L4T_TCP 0x00000800 /* L4 Packet TYPE of TCP */ macro
H A De1000_82575.h330 #define E1000_ADVTXD_TUCMD_L4T_TCP 0x00000800 /* L4 Packet TYPE of TCP */ macro
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c852 ctx_tbd->type_tucmd_mlhl |= E1000_ADVTXD_TUCMD_L4T_TCP; in igb_fill_tx_context()