Searched refs:FXP_FLAG_WRITE_ALIGN (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h228 #define FXP_FLAG_WRITE_ALIGN 0x0004 /* end write on cacheline */ macro
H A Dif_fxp.c2358 cbp->end_wr_on_cl = sc->flags & FXP_FLAG_WRITE_ALIGN ? 1 : 0;

Completed in 134 milliseconds