LDC_PACKET_SIZE
tx_tail = (tx_tail + LDC_PACKET_SIZE) %
tx_tail = (tx_tail + LDC_PACKET_SIZE) %
tx_tail = (tx_tail + LDC_PACKET_SIZE) %
tx_tail = (tx_tail + LDC_PACKET_SIZE) %
tx_tail = (tx_tail + LDC_PACKET_SIZE) %
tx_head = (tx_head + LDC_PACKET_SIZE) %
rx_head = (rx_head + LDC_PACKET_SIZE) %
dq_tail = (dq_tail + LDC_PACKET_SIZE) %
rx_head = (rx_head + LDC_PACKET_SIZE) %
(ldcp->rx_ack_head + LDC_PACKET_SIZE) %
tx_tail = (tx_tail + LDC_PACKET_SIZE) %
((head) - (tail) - LDC_PACKET_SIZE))
LDC_PACKET_SIZE) {
rx_head = (rx_head + LDC_PACKET_SIZE) & q_size_mask;
(curr_head + LDC_PACKET_SIZE)
curr_head = (curr_head + LDC_PACKET_SIZE) & q_size_mask;
new_tail = (tx_tail + LDC_PACKET_SIZE) &
new_tail = (tx_tail + LDC_PACKET_SIZE) %
tx_tail = (tx_tail + LDC_PACKET_SIZE) & txq_size_mask;
(ldcp->tx_ackd_head + LDC_PACKET_SIZE) %
new_tail = (ldcp->tx_tail + LDC_PACKET_SIZE) %
dq_size) >= LDC_PACKET_SIZE);
(void *)(ldcp->rx_dq_va + ldcp->rx_dq_tail), LDC_PACKET_SIZE);
TRACE_RXDQ_COPY(ldcp, LDC_PACKET_SIZE);
*head = (*head + LDC_PACKET_SIZE) % q_size;
ldcp->rx_dq_tail = (ldcp->rx_dq_tail + LDC_PACKET_SIZE) % dq_size;
if ((new_mtu < LDC_PACKET_SIZE) ||
#define LDC_PAYLOAD_SIZE_RAW (LDC_PACKET_SIZE)
#define LDC_PAYLOAD_SIZE_UNRELIABLE (LDC_PACKET_SIZE - LDC_ELEM_SIZE)
#define LDC_PAYLOAD_SIZE_RELIABLE (LDC_PACKET_SIZE - (LDC_ELEM_SIZE * 2))