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

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h200 #define EM_DBA_ALIGN 128 macro
H A Dif_lem.h204 #define EM_DBA_ALIGN 128 macro
H A Dif_lem.c471 if (((lem_txd * sizeof(struct e1000_tx_desc)) % EM_DBA_ALIGN) != 0 ||
480 if (((lem_rxd * sizeof(struct e1000_rx_desc)) % EM_DBA_ALIGN) != 0 ||
519 EM_DBA_ALIGN);
531 EM_DBA_ALIGN);
2521 EM_DBA_ALIGN, 0, /* alignment, bounds */
H A Dif_em.c593 if (((em_txd * sizeof(struct e1000_tx_desc)) % EM_DBA_ALIGN) != 0 ||
601 if (((em_rxd * sizeof(struct e1000_rx_desc)) % EM_DBA_ALIGN) != 0 ||
3086 EM_DBA_ALIGN, 0, /* alignment, bounds */
3189 sizeof(struct e1000_tx_desc), EM_DBA_ALIGN);
3233 sizeof(struct e1000_rx_desc), EM_DBA_ALIGN);
4099 sizeof(struct e1000_rx_desc), EM_DBA_ALIGN);

Completed in 79 milliseconds