Home
last modified time | relevance | path

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

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