Home
last modified time | relevance | path

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

/drivers/staging/ozwpan/
Dozpd.c743 struct oz_hdr oz; in oz_send_isoc_unit() local
749 oz.control = in oz_send_isoc_unit()
751 oz.last_pkt_num = pd->trigger_pkt_num & OZ_LAST_PN_MASK; in oz_send_isoc_unit()
752 oz.pkt_num = 0; in oz_send_isoc_unit()
756 memcpy(oz_hdr, &oz, sizeof(oz)); in oz_send_isoc_unit()