Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/
Drionet.c89 #define RIONET_GET_DESTID(x) ((*((u8 *)x + 4) << 8) | *((u8 *)x + 5)) macro
207 destid = RIONET_GET_DESTID(eth->h_dest); in rionet_start_xmit()