Home
last modified time | relevance | path

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

/drivers/staging/ozwpan/
Dozpd.c778 struct oz_tx_frame *isoc_unit = NULL; in oz_send_isoc_unit() local
795 isoc_unit = oz_tx_frame_alloc(pd); in oz_send_isoc_unit()
796 if (isoc_unit == NULL) in oz_send_isoc_unit()
798 isoc_unit->hdr = oz; in oz_send_isoc_unit()
799 isoc_unit->skb = skb; in oz_send_isoc_unit()
801 list_add_tail(&isoc_unit->link, &pd->tx_queue); in oz_send_isoc_unit()