Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/e1000/
H A Dif_em.h303 #define EM_DBA_ALIGN 128 macro
H A Dif_em.c886 …tx->isc_txqsizes[0] = roundup2(scctx->isc_ntxd[0] * sizeof(union e1000_adv_tx_desc), EM_DBA_ALIGN); in em_if_attach_pre()
887 …tx->isc_rxqsizes[0] = roundup2(scctx->isc_nrxd[0] * sizeof(union e1000_adv_rx_desc), EM_DBA_ALIGN); in em_if_attach_pre()
906 scctx->isc_txqsizes[0] = roundup2(scctx->isc_ntxd[0]* sizeof(struct e1000_tx_desc), EM_DBA_ALIGN); in em_if_attach_pre()
907 …sc_rxqsizes[0] = roundup2(scctx->isc_nrxd[0] * sizeof(union e1000_rx_desc_extended), EM_DBA_ALIGN); in em_if_attach_pre()
939 …>isc_txqsizes[0] = roundup2((scctx->isc_ntxd[0] + 1) * sizeof(struct e1000_tx_desc), EM_DBA_ALIGN); in em_if_attach_pre()
940 …>isc_rxqsizes[0] = roundup2((scctx->isc_nrxd[0] + 1) * sizeof(struct e1000_rx_desc), EM_DBA_ALIGN); in em_if_attach_pre()