Searched refs:TCI_OS2CHIP (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/rge/ | ||
H A D | rge_hw.h | 614 #define TCI_OS2CHIP(tci) (((tci & 0xff) << 8) | (tci >> 8)) macro |
H A D | rge_rxtx.c | 567 tci = TCI_OS2CHIP(tci); in rge_send_copy() |