Searched refs:OZ_LAST_PN_MASK (Results 1 – 2 of 2) sorted by relevance
370 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()
64 #define OZ_LAST_PN_MASK 0x00ff macro