Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozpd.c370 oz_hdr->last_pkt_num = pd->trigger_pkt_num & OZ_LAST_PN_MASK; in oz_set_last_pkt_nb()
434 f->hdr.last_pkt_num = pd->trigger_pkt_num & OZ_LAST_PN_MASK; in oz_build_frame()
594 oz_hdr->last_pkt_num = pd->trigger_pkt_num & OZ_LAST_PN_MASK; in oz_send_isoc_frame()
620 diff = (lpn - (pkt_num & OZ_LAST_PN_MASK)) & OZ_LAST_PN_MASK; in oz_retire_tx_frames()
767 oz.last_pkt_num = pd->trigger_pkt_num & OZ_LAST_PN_MASK; in oz_send_isoc_unit()
Dozprotocol.h64 #define OZ_LAST_PN_MASK 0x00ff macro