Searched refs:byte_size (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/amd/display/modules/hdcp/ |
| A 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/ |
| A D | imx-mailbox.c | 391 u32 byte_size; in imx_mu_seco_tx() local 399 byte_size = msg->hdr.size * sizeof(u32); in imx_mu_seco_tx() 400 if (byte_size > sizeof(*msg)) { in imx_mu_seco_tx() 407 sizeof(*msg), byte_size); in imx_mu_seco_tx() 412 data, byte_size, false); in imx_mu_seco_tx() 458 u32 byte_size; in imx_mu_seco_rxdb() local 467 byte_size = msg.hdr.size * sizeof(u32); in imx_mu_seco_rxdb() 468 if (byte_size > sizeof(msg)) { in imx_mu_seco_rxdb() 470 sizeof(msg), byte_size); in imx_mu_seco_rxdb() 490 &msg, byte_size, false); in imx_mu_seco_rxdb()
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| A D | dr_send.c | 657 u32 *byte_size, in dr_get_tbl_copy_details() argument 666 *byte_size = dmn->send_ring->max_post_send_size; in dr_get_tbl_copy_details() 667 alloc_size = *byte_size; in dr_get_tbl_copy_details() 668 *num_stes = *byte_size / DR_STE_SIZE; in dr_get_tbl_copy_details() 716 u32 byte_size = mlx5dr_icm_pool_get_chunk_byte_size(htbl->chunk); in mlx5dr_send_postsend_htbl() local 724 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_htbl() 733 u32 ste_index = i * (byte_size / DR_STE_SIZE); in mlx5dr_send_postsend_htbl() 763 send_info.write.length = byte_size; in mlx5dr_send_postsend_htbl() 793 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_formatted_htbl() 816 u8 ste_index = i * (byte_size / DR_STE_SIZE); in mlx5dr_send_postsend_formatted_htbl() [all …]
|
Completed in 11 milliseconds