Home
last modified time | relevance | path

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

/drivers/staging/ozwpan/
Dozpd.c755 struct oz_hdr oz; in oz_send_isoc_unit() local
762 oz.control = in oz_send_isoc_unit()
764 oz.last_pkt_num = pd->trigger_pkt_num & OZ_LAST_PN_MASK; in oz_send_isoc_unit()
765 oz.pkt_num = 0; in oz_send_isoc_unit()
769 memcpy(oz_hdr, &oz, sizeof(oz)); in oz_send_isoc_unit()
798 isoc_unit->hdr = oz; in oz_send_isoc_unit()