Searched refs:e1000_tx_desc (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.h114 * (num_tx_desc * sizeof(struct e1000_tx_desc)) % 128 == 0
133 * (num_tx_desc * sizeof(struct e1000_tx_desc)) % 128 == 0
375 struct e1000_tx_desc *tx_base;
H A Dif_em.c876 scctx->isc_txqsizes[0] = roundup2(scctx->isc_ntxd[0]* sizeof(struct e1000_tx_desc), EM_DBA_ALIGN);
878 scctx->isc_txd_size[0] = sizeof(struct e1000_tx_desc);
914 scctx->isc_txqsizes[0] = roundup2((scctx->isc_ntxd[0] + 1) * sizeof(struct e1000_tx_desc), EM_DBA_ALIGN);
916 scctx->isc_txd_size[0] = sizeof(struct e1000_tx_desc);
2585 sizeof(struct e1000_tx_desc) - ETHERNET_FCS_SIZE) * 2;
2952 txr->tx_base = (struct e1000_tx_desc *)vaddrs[i*ntxqs];
3065 scctx->isc_ntxd[0] * sizeof(struct e1000_tx_desc));
H A De1000_hw.h485 struct e1000_tx_desc { struct
H A Dem_txrx.c314 struct e1000_tx_desc *ctxd = NULL;

Completed in 107 milliseconds