Searched refs:tx_desc_p (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_send.c | 94 p_tx_desc_t tx_desc_p; in hxge_start() local 309 tx_desc_p = &tx_desc_ring_vp[i]; in hxge_start() 315 hpi_desc_handle.regp = (uint32_t)tx_desc_p; in hxge_start() 317 hpi_desc_handle.regp = (uint64_t)tx_desc_p; in hxge_start() 348 tx_desc_ring_vp, tx_desc_p, in hxge_start() 367 tx_desc_p = &tx_desc_ring_vp[i]; in hxge_start() 464 hpi_desc_handle.regp = (uint32_t)tx_desc_p; in hxge_start() 466 hpi_desc_handle.regp = (uint64_t)tx_desc_p; in hxge_start() 489 *tx_desc_p, tx_desc_p, i)); in hxge_start() 504 tx_desc_p = &tx_desc_ring_vp[i]; in hxge_start() [all …]
|
H A D | hxge_txdma.c | 60 p_hxge_dma_common_t *dma_buf_p, p_tx_ring_t *tx_desc_p, 213 uint16_t channel, p_tx_ring_t tx_desc_p, p_tx_mbox_t mbox_p) in hxge_enable_txdma_channel() argument 227 (uint64_t *)&(tx_desc_p->tx_ring_cfig.value)); in hxge_enable_txdma_channel() 608 p_tx_desc_t tx_desc_p; in hxge_txdma_reclaim() local 639 tx_desc_p = &tx_desc_ring_vp[tx_rd_index]; in hxge_txdma_reclaim() 662 tx_desc_p, (*(uint64_t *)tx_desc_p))); in hxge_txdma_reclaim() 716 tx_rd_index, head_index, tx_desc_p)); in hxge_txdma_reclaim() 718 tx_desc_pp->value = tx_desc_p->value; in hxge_txdma_reclaim() 744 tx_desc_p, tx_desc_pp, in hxge_txdma_reclaim() 783 tx_desc_p = &tx_desc_ring_vp[tx_rd_index]; in hxge_txdma_reclaim() [all …]
|
H A D | hxge_txdma.h | 213 p_tx_ring_t tx_desc_p, p_tx_mbox_t mbox_p);
|
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 142 p_tx_desc_t tx_desc_p; in nxge_start() local 481 tx_desc_p = &tx_desc_ring_vp[i]; in nxge_start() 487 npi_desc_handle.regp = (uint32_t)tx_desc_p; in nxge_start() 489 npi_desc_handle.regp = (uint64_t)tx_desc_p; in nxge_start() 522 tx_desc_ring_vp, tx_desc_p, in nxge_start() 542 tx_desc_p = &tx_desc_ring_vp[i]; in nxge_start() 658 npi_desc_handle.regp = (uint32_t)tx_desc_p; in nxge_start() 660 npi_desc_handle.regp = (uint64_t)tx_desc_p; in nxge_start() 690 *tx_desc_p, tx_desc_p, i)); in nxge_start() 706 tx_desc_p = &tx_desc_ring_vp[i]; in nxge_start() [all …]
|
H A D | nxge_txdma.c | 406 uint16_t channel, p_tx_ring_t tx_desc_p, p_tx_mbox_t mbox_p) in nxge_enable_txdma_channel() argument 420 (uint64_t *)&(tx_desc_p->tx_ring_cfig.value)); in nxge_enable_txdma_channel() 907 p_tx_desc_t tx_desc_p; in nxge_txdma_reclaim() local 938 tx_desc_p = &tx_desc_ring_vp[tx_rd_index]; in nxge_txdma_reclaim() 955 tx_desc_p, (*(uint64_t *)tx_desc_p))); in nxge_txdma_reclaim() 1010 tx_desc_p)); in nxge_txdma_reclaim() 1012 tx_desc_pp->value = tx_desc_p->value; in nxge_txdma_reclaim() 1038 tx_desc_p, in nxge_txdma_reclaim() 1079 tx_desc_p = &tx_desc_ring_vp[tx_rd_index]; in nxge_txdma_reclaim() 2286 p_tx_ring_t *tx_desc_p, in nxge_map_txdma_channel() argument [all …]
|