Searched refs:tx_seq_ack (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/devif/backends/idc/
H A Ddesc_queue.c58 union pointer* tx_seq_ack; member in struct:descq
98 if ((q->tx_seq - q->tx_seq_ack->value) >= q->slots) { // the queue is full
149 DESCQ_DEBUG("tx_seq=%lu tx_seq_ack=%lu \n",
150 q->tx_seq, q->tx_seq_ack->value);
432 q->tx_seq_ack = (void*)q->tx_descs;
698 tmp->tx_seq_ack = (void*)tmp->tx_descs;
700 tmp->tx_seq_ack->value = 0;

Completed in 29 milliseconds