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))
953 dq_size) >= LDC_PACKET_SIZE); in i_ldc_rxdq_copy()
957 TRACE_RXDQ_COPY(ldcp, LDC_PACKET_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()
1396 tx_tail = (tx_tail + LDC_PACKET_SIZE) % in i_ldc_process_VER()
1488 tx_tail = (tx_tail + LDC_PACKET_SIZE) % in i_ldc_process_VER()
1616 tx_tail = (tx_tail + LDC_PACKET_SIZE) % in i_ldc_process_RTS()
3471 tx_tail = (tx_tail + LDC_PACKET_SIZE) % in ldc_up()
3741 LDC_PACKET_SIZE) { in ldc_read()
[all …]
H A Dvldc.c1356 if ((new_mtu < LDC_PACKET_SIZE) || in i_vldc_ioctl_opt_op()