Home
last modified time | relevance | path

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

/illumos-gate/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))
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c364 ((head) - (tail) - LDC_PACKET_SIZE))
848 (ldcp->tx_ackd_head + LDC_PACKET_SIZE) % in i_ldc_get_tx_head()
885 new_tail = (ldcp->tx_tail + LDC_PACKET_SIZE) % in i_ldc_get_tx_tail()
953 dq_size) >= LDC_PACKET_SIZE); in i_ldc_rxdq_copy()
956 (void *)(ldcp->rx_dq_va + ldcp->rx_dq_tail), LDC_PACKET_SIZE); in i_ldc_rxdq_copy()
957 TRACE_RXDQ_COPY(ldcp, LDC_PACKET_SIZE); in i_ldc_rxdq_copy()
960 *head = (*head + LDC_PACKET_SIZE) % q_size; in i_ldc_rxdq_copy()
963 ldcp->rx_dq_tail = (ldcp->rx_dq_tail + LDC_PACKET_SIZE) % dq_size; in i_ldc_rxdq_copy()
1158 tx_tail = (tx_tail + LDC_PACKET_SIZE) % in i_ldc_send_pkt()
1317 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()