Lines Matching defs:tx_info
793 struct tx_agg tx_info[RTL8152_MAX_TX];
1805 usb_free_urb(tp->tx_info[i].urb);
1806 tp->tx_info[i].urb = NULL;
1808 kfree(tp->tx_info[i].buffer);
1809 tp->tx_info[i].buffer = NULL;
1810 tp->tx_info[i].head = NULL;
1866 INIT_LIST_HEAD(&tp->tx_info[i].list);
1867 tp->tx_info[i].context = tp;
1868 tp->tx_info[i].urb = urb;
1869 tp->tx_info[i].buffer = buf;
1870 tp->tx_info[i].head = tx_agg_align(buf);
1872 list_add_tail(&tp->tx_info[i].list, &tp->tx_free);
2901 usb_kill_urb(tp->tx_info[i].urb);