Lines Matching refs:tx_info
599 struct tx_agg tx_info[RTL8152_MAX_TX]; member
1250 usb_free_urb(tp->tx_info[i].urb); in free_all_mem()
1251 tp->tx_info[i].urb = NULL; in free_all_mem()
1253 kfree(tp->tx_info[i].buffer); in free_all_mem()
1254 tp->tx_info[i].buffer = NULL; in free_all_mem()
1255 tp->tx_info[i].head = NULL; in free_all_mem()
1328 INIT_LIST_HEAD(&tp->tx_info[i].list); in alloc_all_mem()
1329 tp->tx_info[i].context = tp; in alloc_all_mem()
1330 tp->tx_info[i].urb = urb; in alloc_all_mem()
1331 tp->tx_info[i].buffer = buf; in alloc_all_mem()
1332 tp->tx_info[i].head = tx_agg_align(buf); in alloc_all_mem()
1334 list_add_tail(&tp->tx_info[i].list, &tp->tx_free); in alloc_all_mem()
2205 usb_kill_urb(tp->tx_info[i].urb); in rtl_disable()