Lines Matching refs:tx_info
587 struct tx_agg tx_info[RTL8152_MAX_TX]; member
1236 usb_free_urb(tp->tx_info[i].urb); in free_all_mem()
1237 tp->tx_info[i].urb = NULL; in free_all_mem()
1239 kfree(tp->tx_info[i].buffer); in free_all_mem()
1240 tp->tx_info[i].buffer = NULL; in free_all_mem()
1241 tp->tx_info[i].head = NULL; in free_all_mem()
1314 INIT_LIST_HEAD(&tp->tx_info[i].list); in alloc_all_mem()
1315 tp->tx_info[i].context = tp; in alloc_all_mem()
1316 tp->tx_info[i].urb = urb; in alloc_all_mem()
1317 tp->tx_info[i].buffer = buf; in alloc_all_mem()
1318 tp->tx_info[i].head = tx_agg_align(buf); in alloc_all_mem()
1320 list_add_tail(&tp->tx_info[i].list, &tp->tx_free); in alloc_all_mem()
1908 usb_unlink_urb(tp->tx_info[i].urb); in rtl8152_tx_timeout()
2193 usb_kill_urb(tp->tx_info[i].urb); in rtl_disable()