Searched refs:ALIGN_8 (Results 1 – 2 of 2) sorted by relevance
23 #define ALIGN_8(x) (((x) + 7) & ~7) macro193 utrd->resp_upiu = ALIGN_8(utrd->upiu + sizeof(cmd_upiu_t)); in get_utrd()195 utrd->size_resp_upiu = ALIGN_8(sizeof(resp_upiu_t)); in get_utrd()303 utrd->size_prdt = ALIGN_8(prdt_size); in ufs_prepare_cmd()
67 #define ALIGN_8(x) (((x) + 8 - 1) & ~(8 - 1)) macro550 unsigned long bytes = 0, bytes_with_padding = ALIGN_8(sizeof(*pbd)); in __v3_walk_block()564 bytes_with_padding += ALIGN_8(ppd->tp_snaplen + ppd->tp_mac); in __v3_walk_block()