Searched refs:byte_size (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 406 u32 *byte_size, in dr_get_tbl_copy_details() argument 415 *byte_size = dmn->send_ring->max_post_send_size; in dr_get_tbl_copy_details() 416 alloc_size = *byte_size; in dr_get_tbl_copy_details() 417 *num_stes = *byte_size / DR_STE_SIZE; in dr_get_tbl_copy_details() 465 u32 byte_size = mlx5dr_icm_pool_get_chunk_byte_size(htbl->chunk); in mlx5dr_send_postsend_htbl() local 473 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_htbl() 482 u32 ste_index = i * (byte_size / DR_STE_SIZE); in mlx5dr_send_postsend_htbl() 512 send_info.write.length = byte_size; in mlx5dr_send_postsend_htbl() 534 u32 byte_size = mlx5dr_icm_pool_get_chunk_byte_size(htbl->chunk); in mlx5dr_send_postsend_formatted_htbl() local 542 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_formatted_htbl() [all …]
|
/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp_log.c | 33 byte_size = 3, in mod_hdcp_dump_binary_message() local 38 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count + in mod_hdcp_dump_binary_message() 39 byte_size * trailing_bytes + newline_size + terminator_size; in mod_hdcp_dump_binary_message() 48 buf_pos += byte_size; in mod_hdcp_dump_binary_message()
|
/drivers/mailbox/ |
D | imx-mailbox.c | 361 u32 byte_size; in imx_mu_seco_tx() local 369 byte_size = msg->hdr.size * sizeof(u32); in imx_mu_seco_tx() 370 if (byte_size > sizeof(*msg)) { in imx_mu_seco_tx() 377 sizeof(*msg), byte_size); in imx_mu_seco_tx() 382 data, byte_size, false); in imx_mu_seco_tx() 428 u32 byte_size; in imx_mu_seco_rxdb() local 437 byte_size = msg.hdr.size * sizeof(u32); in imx_mu_seco_rxdb() 438 if (byte_size > sizeof(msg)) { in imx_mu_seco_rxdb() 440 sizeof(msg), byte_size); in imx_mu_seco_rxdb() 460 &msg, byte_size, false); in imx_mu_seco_rxdb()
|