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

/freebsd-10.2-release/sys/dev/e1000/
H A Dif_igb.h204 #define IGB_DBA_ALIGN 128 macro
H A Dif_igb.c539 if (((igb_txd * sizeof(struct e1000_tx_desc)) % IGB_DBA_ALIGN) != 0 ||
546 if (((igb_rxd * sizeof(struct e1000_rx_desc)) % IGB_DBA_ALIGN) != 0 ||
3216 IGB_DBA_ALIGN, 0, /* alignment, bounds */
3328 sizeof(union e1000_adv_tx_desc), IGB_DBA_ALIGN);
3374 sizeof(union e1000_adv_rx_desc), IGB_DBA_ALIGN);
4314 sizeof(union e1000_adv_rx_desc), IGB_DBA_ALIGN);

Completed in 113 milliseconds