Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/gdm724x/
Dgdm_usb.c124 static struct usb_tx_sdu *alloc_tx_sdu_struct(void) in alloc_tx_sdu_struct()
126 struct usb_tx_sdu *t_sdu; in alloc_tx_sdu_struct()
150 static void free_tx_sdu_struct(struct usb_tx_sdu *t_sdu) in free_tx_sdu_struct()
158 static struct usb_tx_sdu *get_tx_sdu_struct(struct tx_cxt *tx, int *no_spc) in get_tx_sdu_struct()
160 struct usb_tx_sdu *t_sdu; in get_tx_sdu_struct()
165 t_sdu = list_entry(tx->free_list.next, struct usb_tx_sdu, list); in get_tx_sdu_struct()
175 static void put_tx_struct(struct tx_cxt *tx, struct usb_tx_sdu *t_sdu) in put_tx_struct()
263 struct usb_tx_sdu *t_sdu, *t_sdu_next; in release_usb()
315 struct usb_tx_sdu *t_sdu = NULL; in init_usb()
604 struct usb_tx_sdu *t_sdu = NULL; in packet_aggregation()
[all …]
Dgdm_usb.h56 struct usb_tx_sdu { struct