Home
last modified time | relevance | path

Searched refs:tx_desc_type (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h376 struct tx_desc_type *tx_desc; /* virtual addr of xmit desc */
489 struct tx_desc_type { struct
H A Ddnet.c1005 struct tx_desc_type *desc; in dnet_set_addr()
1324 struct tx_desc_type *ring = dnetp->tx_desc; in dnet_send()
1869 struct tx_desc_type *descp = &(dnetp->tx_desc[index]); in update_tx_stats()
2212 sizeof (struct tx_desc_type) * dnetp->max_tx_desc, in dnet_alloc_bufs()
2220 sizeof (struct tx_desc_type) * dnetp->max_tx_desc, in dnet_alloc_bufs()
2435 struct tx_desc_type *ring = dnetp->tx_desc; in alloc_descriptor()
2495 struct tx_desc_type *desc = dnetp->tx_desc; in dnet_reclaim_Tx_desc()
3410 struct tx_desc_type *desc; in send_test_packet()
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe.h73 struct tx_desc_type { struct
H A Ddmfe_main.c450 pnext = pstart + sizeof (struct tx_desc_type); in dmfe_init_rings()
460 pnext += sizeof (struct tx_desc_type); in dmfe_init_rings()
2317 memsize = dmfep->tx.n_desc * sizeof (struct tx_desc_type); in dmfe_alloc_bufs()