Home
last modified time | relevance | path

Searched refs:ICE_ALIGN (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.h69 #define ICE_ALIGN(ptr, align) (((ptr) + ((align) - 1)) & ~((align) - 1)) macro
H A Dice_acl_ctrl.c326 depth = ICE_ALIGN(params->depth, ICE_ACL_ENTRY_ALLOC_UNIT); in ice_acl_create_tbl()
443 r_entries = ICE_ALIGN(req->num_entry, ICE_ACL_ENTRY_ALLOC_UNIT); in ice_acl_alloc_partition()
H A Dice_flex_pipe.c1870 data_end = ICE_ALIGN(data_end, 4); in ice_pkg_buf_alloc_section()