Home
last modified time | relevance | path

Searched refs:nsdescs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_send.c727 uint32_t nsdescs = tx_ring_p->tx_ring_size - sop_index; in hxge_start() local
730 nsdescs * sizeof (tx_desc_t), DDI_DMA_SYNC_FORDEV); in hxge_start()
737 (ngathers - nsdescs) * sizeof (tx_desc_t), in hxge_start()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c938 uint32_t nsdescs = tx_ring_p->tx_ring_size - sop_index; in nxge_start() local
941 nsdescs * sizeof (tx_desc_t), in nxge_start()
951 (ngathers - nsdescs) * sizeof (tx_desc_t), in nxge_start()