Home
last modified time | relevance | path

Searched refs:ULP_BITS_IS_BYTE_NOT_ALIGNED (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_utils.h61 #define ULP_BITS_IS_BYTE_NOT_ALIGNED(x) ((x) % 8) macro
H A Dulp_utils.c308 if (ULP_BITS_IS_BYTE_NOT_ALIGNED(offset) || in ulp_blob_insert()
309 ULP_BITS_IS_BYTE_NOT_ALIGNED(datalen)) { in ulp_blob_insert()