Searched refs:DBA_ALIGN (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_lib.h132 #define DBA_ALIGN 128 macro
H A Dif_ice_iflib.c393 * sizeof(struct ice_tx_desc), DBA_ALIGN);
395 * sizeof(union ice_32b_rx_flex_desc), DBA_ALIGN);
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe.h123 #define DBA_ALIGN 128 macro
H A Dif_ixv.c211 .isc_q_align = PAGE_SIZE,/* max(DBA_ALIGN, PAGE_SIZE) */
490 sizeof(u32), DBA_ALIGN);
493 DBA_ALIGN);
H A Dif_ix.c379 .isc_q_align = PAGE_SIZE,/* max(DBA_ALIGN, PAGE_SIZE) */
1016 sizeof(u32), DBA_ALIGN),
1019 DBA_ALIGN);
/freebsd-13-stable/sys/dev/ixl/
H A Dixl.h134 #define DBA_ALIGN 128 macro
H A Dif_ixl.c421 * sizeof(struct i40e_tx_desc) + sizeof(u32), DBA_ALIGN);
425 * sizeof(struct i40e_tx_desc), DBA_ALIGN);
431 * sizeof(union i40e_32byte_rx_desc), DBA_ALIGN);
H A Dif_iavf.c249 .isc_q_align = PAGE_SIZE,/* max(DBA_ALIGN, PAGE_SIZE) */
454 * sizeof(struct i40e_tx_desc) + sizeof(u32), DBA_ALIGN);
458 * sizeof(struct i40e_tx_desc), DBA_ALIGN);
462 * sizeof(union i40e_32byte_rx_desc), DBA_ALIGN);

Completed in 134 milliseconds