Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/sys/
H A Dldc.h55 #define LDC_PACKET_SIZE (LDC_ELEM_SIZE * 8) macro
56 #define LDC_PAYLOAD_SIZE_RAW (LDC_PACKET_SIZE)
57 #define LDC_PAYLOAD_SIZE_UNRELIABLE (LDC_PACKET_SIZE - LDC_ELEM_SIZE)
58 #define LDC_PAYLOAD_SIZE_RELIABLE (LDC_PACKET_SIZE - (LDC_ELEM_SIZE * 2))
/titanic_50/usr/src/uts/sun4v/io/
H A Dldc.c380 ((head) - (tail) - LDC_PACKET_SIZE))
864 (ldcp->tx_ackd_head + LDC_PACKET_SIZE) % in i_ldc_get_tx_head()
901 new_tail = (ldcp->tx_tail + LDC_PACKET_SIZE) % in i_ldc_get_tx_tail()
969 dq_size) >= LDC_PACKET_SIZE); in i_ldc_rxdq_copy()
972 (void *)(ldcp->rx_dq_va + ldcp->rx_dq_tail), LDC_PACKET_SIZE); in i_ldc_rxdq_copy()
973 TRACE_RXDQ_COPY(ldcp, LDC_PACKET_SIZE); in i_ldc_rxdq_copy()
976 *head = (*head + LDC_PACKET_SIZE) % q_size; in i_ldc_rxdq_copy()
979 ldcp->rx_dq_tail = (ldcp->rx_dq_tail + LDC_PACKET_SIZE) % dq_size; in i_ldc_rxdq_copy()
1174 tx_tail = (tx_tail + LDC_PACKET_SIZE) % in i_ldc_send_pkt()
1333 tx_tail = (tx_tail + LDC_PACKET_SIZE) % in i_ldc_process_VER()
[all …]
H A Dvldc.c1356 if ((new_mtu < LDC_PACKET_SIZE) || in i_vldc_ioctl_opt_op()
/titanic_50/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c351 addr = addr + LDC_PACKET_SIZE; in ldcmsg()