Searched refs:DIR_POS (Results 1 – 1 of 1) sorted by relevance
46 #define DIR_POS 0 /* Direction (0x80 = transmit, 0x00 = receive) */ macro74 ND_PRINT(GET_U_1(p + DIR_POS) & 0x80 ? "Tx: " : "Rx: "); in sunatm_if_print()77 switch (GET_U_1(p + DIR_POS) & 0x0f) { in sunatm_if_print()