Searched defs:SIZE_8BYTES (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/huawei/hinic/ | ||
H A D | hinic_hw_api_cmd.c | 51 #define SIZE_8BYTES(size) (ALIGN((size), 8) >> 3) macro |
H A D | hinic_hw_qp.c | 50 #define SIZE_8BYTES(size) (ALIGN(size, 8) >> 3) macro |