Searched refs:tx_head (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | ldc.c | 596 rv = hv_ldc_tx_get_state(ldcp->id, &(ldcp->tx_head), in i_ldc_txq_reconf() 604 "s=0x%llx\n", ldcp->id, ldcp->tx_head, ldcp->tx_tail, in i_ldc_txq_reconf() 699 ldcp->tx_ackd_head = ldcp->tx_head; in i_ldc_reset_state() 848 *head = ldcp->tx_head; in i_ldc_get_tx_head() 857 while (ldcp->tx_ackd_head != ldcp->tx_head) { in i_ldc_get_tx_head() 885 &ldcp->tx_head, &ldcp->tx_tail, &ldcp->link_state); in i_ldc_get_tx_tail() 912 ldcp->id, ldcp->tx_head, ldcp->tx_tail); in i_ldc_get_tx_tail() 1827 uint64_t tx_head; in i_ldc_process_data_ACK() local 1837 &ldcp->tx_head, &ldcp->tx_tail, &ldcp->link_state); in i_ldc_process_data_ACK() 1855 tx_head = ldcp->tx_ackd_head; in i_ldc_process_data_ACK() [all …]
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_txdma.c | 614 tdc_tdr_head_t tx_head; in hxge_txdma_reclaim() local 668 TXDMA_REG_READ64(handle, TDC_TDR_HEAD, tdc, &tx_head.value); in hxge_txdma_reclaim() 669 head_index = tx_head.bits.head; in hxge_txdma_reclaim() 670 head_wrap = tx_head.bits.wrap; in hxge_txdma_reclaim() 1302 tdc_tdr_head_t tx_head; in hxge_txdma_channel_hung() local 1325 (void) hpi_txdma_ring_head_get(handle, channel, &tx_head); in hxge_txdma_channel_hung() 1326 head_index = tx_head.bits.head; in hxge_txdma_channel_hung() 1327 head_wrap = tx_head.bits.wrap; in hxge_txdma_channel_hung()
|
/titanic_50/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd_cm.c | 2041 ibd_swqe_t *tx_head, *elem; in ibd_rc_post_send() local 2053 tx_head = NULL; in ibd_rc_post_send() 2055 if (tx_head == NULL) { in ibd_rc_post_send() 2057 tx_head = chan->tx_head; in ibd_rc_post_send() 2058 if (tx_head == NULL) { in ibd_rc_post_send() 2063 chan->tx_head = NULL; in ibd_rc_post_send() 2071 for (n_wrs = 0, elem = tx_head; in ibd_rc_post_send() 2077 tx_head = elem; in ibd_rc_post_send()
|
H A D | ibd.c | 6686 ibd_swqe_t *tx_head, *elem; in ibd_post_send() local 6698 tx_head = NULL; in ibd_post_send() 6700 if (tx_head == NULL) { in ibd_post_send() 6702 tx_head = state->id_tx_head; in ibd_post_send() 6703 if (tx_head == NULL) { in ibd_post_send() 6716 for (n_wrs = 0, elem = tx_head; in ibd_post_send() 6722 tx_head = elem; in ibd_post_send() 7293 if (rc_chan->tx_head) { in ibd_send() 7297 rc_chan->tx_head = node; in ibd_send()
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 913 tx_ring_hdl_t tx_head; in nxge_txdma_reclaim() local 960 TXDMA_REG_READ64(handle, TX_RING_HDL_REG, tdc, &tx_head.value); in nxge_txdma_reclaim() 961 head_index = tx_head.bits.ldw.head; in nxge_txdma_reclaim() 962 head_wrap = tx_head.bits.ldw.wrap; in nxge_txdma_reclaim() 1778 tx_ring_hdl_t tx_head; in nxge_txdma_channel_hung() local 1802 (void) npi_txdma_ring_head_get(handle, channel, &tx_head); in nxge_txdma_channel_hung() 1803 head_index = tx_head.bits.ldw.head; in nxge_txdma_channel_hung() 1804 head_wrap = tx_head.bits.ldw.wrap; in nxge_txdma_channel_hung()
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | ldc_impl.h | 443 uint64_t tx_head; /* Tx queue head */ member
|
/titanic_50/usr/src/cmd/mdb/sun4v/modules/ldc/ |
H A D | ldc.c | 201 "intr=%b\n", ldcp.tx_q_va, ldcp.tx_q_entries, ldcp.tx_head, in ldcinfo()
|
/titanic_50/usr/src/uts/common/sys/ib/clients/ibd/ |
H A D | ibd.h | 1246 ibd_swqe_t *tx_head; member
|