Searched refs:RIONET_GET_DESTID (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/
H A Drionet.c90 #define RIONET_GET_DESTID(x) ((*((u8 *)x + 4) << 8) | *((u8 *)x + 5)) macro
205 destid = RIONET_GET_DESTID(eth->h_dest);

Completed in 228 milliseconds