Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/gdm724x/
Dgdm_usb.c115 static struct usb_tx_sdu *alloc_tx_sdu_struct(void) in alloc_tx_sdu_struct()
117 struct usb_tx_sdu *t_sdu; in alloc_tx_sdu_struct()
141 static void free_tx_sdu_struct(struct usb_tx_sdu *t_sdu) in free_tx_sdu_struct()
149 static struct usb_tx_sdu *get_tx_sdu_struct(struct tx_cxt *tx, int *no_spc) in get_tx_sdu_struct()
151 struct usb_tx_sdu *t_sdu; in get_tx_sdu_struct()
156 t_sdu = list_entry(tx->free_list.next, struct usb_tx_sdu, list); in get_tx_sdu_struct()
166 static void put_tx_struct(struct tx_cxt *tx, struct usb_tx_sdu *t_sdu) in put_tx_struct()
254 struct usb_tx_sdu *t_sdu, *t_sdu_next; in release_usb()
306 struct usb_tx_sdu *t_sdu = NULL; in init_usb()
595 struct usb_tx_sdu *t_sdu = NULL; in packet_aggregation()
[all …]
Dgdm_usb.h46 struct usb_tx_sdu { struct