Home
last modified time | relevance | path

Searched refs:tx_queue_head (Results 1 – 1 of 1) sorted by relevance

/libmctp-latest/
Dcore.c34 struct mctp_pktbuf *tx_queue_head; member
307 while (bus->tx_queue_head) { in mctp_bus_destroy()
308 struct mctp_pktbuf *curr = bus->tx_queue_head; in mctp_bus_destroy()
310 bus->tx_queue_head = curr->next; in mctp_bus_destroy()
702 while ((pkt = bus->tx_queue_head)) { in mctp_send_tx_queue()
712 bus->tx_queue_head = pkt->next; in mctp_send_tx_queue()
726 if (!bus->tx_queue_head) in mctp_send_tx_queue()
825 bus->tx_queue_head = pkt; in mctp_message_tx_on_bus()