Searched refs:t_sdu (Results 1 – 1 of 1) sorted by relevance
119 t_sdu = kzalloc(sizeof(*t_sdu), GFP_KERNEL); in alloc_tx_sdu_struct()120 if (!t_sdu) in alloc_tx_sdu_struct()125 kfree(t_sdu); in alloc_tx_sdu_struct()129 return t_sdu; in alloc_tx_sdu_struct()143 if (t_sdu) { in free_tx_sdu_struct()145 kfree(t_sdu); in free_tx_sdu_struct()163 return t_sdu; in get_tx_sdu_struct()332 if (!t_sdu) { in init_usb()619 memcpy(multi_sdu->data + send_len, t_sdu->buf, t_sdu->len); in packet_aggregation()625 t_sdu->callback(t_sdu->cb_data); in packet_aggregation()[all …]