Home
last modified time | relevance | path

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

/third_party/dev/ethernet/e1000/
A Dif_em.h297 #define EM_DBA_ALIGN 128 macro
A Dif_em.c791 …tx->isc_txqsizes[0] = roundup2(scctx->isc_ntxd[0] * sizeof(union e1000_adv_tx_desc), EM_DBA_ALIGN); in em_if_attach_pre()
792 …tx->isc_rxqsizes[0] = roundup2(scctx->isc_nrxd[0] * sizeof(union e1000_adv_rx_desc), EM_DBA_ALIGN); in em_if_attach_pre()
812 scctx->isc_txqsizes[0] = roundup2(scctx->isc_ntxd[0]* sizeof(struct e1000_tx_desc), EM_DBA_ALIGN); in em_if_attach_pre()
813 …sc_rxqsizes[0] = roundup2(scctx->isc_nrxd[0] * sizeof(union e1000_rx_desc_extended), EM_DBA_ALIGN); in em_if_attach_pre()
820 …>isc_txqsizes[0] = roundup2((scctx->isc_ntxd[0] + 1) * sizeof(struct e1000_tx_desc), EM_DBA_ALIGN); in em_if_attach_pre()
821 …>isc_rxqsizes[0] = roundup2((scctx->isc_nrxd[0] + 1) * sizeof(struct e1000_rx_desc), EM_DBA_ALIGN); in em_if_attach_pre()

Completed in 10 milliseconds