Home
last modified time | relevance | path

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

/freebsd/sys/dev/enetc/
H A Denetc.h144 #define ENETC_DESC_ALIGN 64 macro
H A Dif_enetc.c404 if (scctx->isc_ntxd[0] % ENETC_DESC_ALIGN != 0) { in enetc_attach_pre()
407 ENETC_DESC_ALIGN); in enetc_attach_pre()
411 if (scctx->isc_nrxd[0] % ENETC_DESC_ALIGN != 0) { in enetc_attach_pre()
414 ENETC_DESC_ALIGN); in enetc_attach_pre()