Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_utils.c316 ULP_BITS_2_BYTE(mov_len)); in ulp_blob_insert()
334 ULP_BITS_2_BYTE(mov_len)); in ulp_blob_insert()
395 uint32_t size = ULP_BITS_2_BYTE(datalen); in ulp_blob_push_32()
455 val += ULP_BITS_2_BYTE(size); in ulp_blob_push_encap()
621 end_idx = ULP_BITS_2_BYTE(blob->write_idx); in ulp_blob_perform_encap_swap()
622 roundoff = ULP_BYTE_2_BITS(ULP_BITS_2_BYTE(end_idx)); in ulp_blob_perform_encap_swap()
690 num = ULP_BITS_2_BYTE(blob->write_idx); in ulp_blob_perform_64B_word_swap()
721 num = ULP_BITS_2_BYTE(blob->write_idx); in ulp_blob_perform_64B_byte_swap()
H A Dulp_utils.h53 #define ULP_BITS_2_BYTE(bits_x) (((bits_x) + 7) / 8) macro
H A Dulp_mapper.c2007 sparms.data_sz_in_bytes = ULP_BITS_2_BYTE(tmplen); in ulp_mapper_index_tbl_process()
2033 srchparms.result_sz_in_bytes = ULP_BITS_2_BYTE(tmplen); in ulp_mapper_index_tbl_process()
2055 aparms.result_sz_in_bytes = ULP_BITS_2_BYTE(tmplen); in ulp_mapper_index_tbl_process()
2094 sparms.data_sz_in_bytes = ULP_BITS_2_BYTE(tmplen); in ulp_mapper_index_tbl_process()
2365 iftbl_params.data_sz_in_bytes = ULP_BITS_2_BYTE(tmplen); in ulp_mapper_if_tbl_process()