Searched refs:tx_entry (Results 1 – 3 of 3) sorted by relevance
194 tx_entry); in v_send_ret() 195 list_del(&txi->tx_entry); in v_send_ret() 266 list_add_tail(&txi->tx_entry, &udc->tx_queue); in v_enqueue_ret_unlink() 283 list_add_tail(&txi->tx_entry, &udc->tx_queue); in v_enqueue_ret_submit()
65 struct list_head tx_entry; member
450 int tx_entry, o_entry; in ioc3_tx() local 457 tx_entry = (etcir >> 7) & TX_RING_MASK; in ioc3_tx() 462 while (o_entry != tx_entry) { in ioc3_tx() 472 tx_entry = (etcir >> 7) & TX_RING_MASK; in ioc3_tx()