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

/drivers/staging/ozwpan/
H A Dozpd.c448 f->hdr.last_pkt_num = pd->trigger_pkt_num & OZ_LAST_PN_MASK;
574 oz_hdr->last_pkt_num = pd->trigger_pkt_num & OZ_LAST_PN_MASK;
605 diff = (lpn - (pkt_num & OZ_LAST_PN_MASK)) & OZ_LAST_PN_MASK;
751 oz.last_pkt_num = pd->trigger_pkt_num & OZ_LAST_PN_MASK;
H A Dozprotocol.h64 #define OZ_LAST_PN_MASK 0x00ff macro

Completed in 11 milliseconds