Searched refs:usb_tx_sdu (Results 1 – 2 of 2) sorted by relevance
111 static struct usb_tx_sdu *alloc_tx_sdu_struct(void) in alloc_tx_sdu_struct()113 struct usb_tx_sdu *t_sdu; in alloc_tx_sdu_struct()137 static void free_tx_sdu_struct(struct usb_tx_sdu *t_sdu) in free_tx_sdu_struct()145 static struct usb_tx_sdu *get_tx_sdu_struct(struct tx_cxt *tx, int *no_spc) in get_tx_sdu_struct()147 struct usb_tx_sdu *t_sdu; in get_tx_sdu_struct()152 t_sdu = list_entry(tx->free_list.next, struct usb_tx_sdu, list); in get_tx_sdu_struct()162 static void put_tx_struct(struct tx_cxt *tx, struct usb_tx_sdu *t_sdu) in put_tx_struct()250 struct usb_tx_sdu *t_sdu, *t_sdu_next; in release_usb()302 struct usb_tx_sdu *t_sdu = NULL; in init_usb()591 struct usb_tx_sdu *t_sdu = NULL; in packet_aggregation()[all …]
46 struct usb_tx_sdu { struct