Searched refs:DIR_POS (Results 1 – 1 of 1) sorted by relevance
50 #define DIR_POS 0 /* Direction (0x80 = transmit, 0x00 = receive) */ macro81 ND_PRINT((ndo, p[DIR_POS] & 0x80 ? "Tx: " : "Rx: ")); in sunatm_if_print()84 switch (p[DIR_POS] & 0x0f) { in sunatm_if_print()