Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/sys/
H A Dldc_impl.h453 uint64_t rx_dq_head; /* Receive data queue head */ member
/titanic_41/usr/src/uts/sun4v/io/
H A Dldc.c362 uint64_t, ldcp->rx_dq_head, \
706 ldcp->rx_dq_head = 0; in i_ldc_reset_state()
968 ASSERT(Q_CONTIG_SPACE(ldcp->rx_dq_head, ldcp->rx_dq_tail, in i_ldc_rxdq_copy()
988 ldcp->rx_dq_head = head; in i_ldc_set_rxdq_head()
1000 *head = ldcp->rx_dq_head; in i_ldc_dq_rx_get_state()
2786 ldcp->rx_dq_head = ldcp->rx_dq_tail = 0; in ldc_init()
3698 *hasdata = (ldcp->rx_dq_head != ldcp->rx_dq_tail); in ldc_chkq()
3756 Q_CONTIG_SPACE(ldcp->rx_dq_head, ldcp->rx_dq_tail, in ldc_read()
/titanic_41/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c209 ldcp.rx_dq_entries, ldcp.rx_dq_head, in ldcinfo()