Home
last modified time | relevance | path

Searched refs:TCI_OS2CHIP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_hw.h614 #define TCI_OS2CHIP(tci) (((tci & 0xff) << 8) | (tci >> 8)) macro
H A Drge_rxtx.c567 tci = TCI_OS2CHIP(tci); in rge_send_copy()