Home
last modified time | relevance | path

Searched refs:space_size (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dcrdump.c81 u32 space_size; in mlx5_crdump_enable() local
94 &space_size); in mlx5_crdump_enable()
101 if (!space_size) { in mlx5_crdump_enable()
111 priv->health.crdump_size = space_size; in mlx5_crdump_enable()
/linux-6.12.1/drivers/soc/hisilicon/
Dkunpeng_hccs.c231 u16 space_size) in hccs_fill_pcc_shared_mem_region() argument
243 memcpy_toio(comm_space, (void *)desc, space_size); in hccs_fill_pcc_shared_mem_region()
250 u16 space_size) in hccs_fill_ext_pcc_shared_mem_region() argument
263 memcpy_toio(comm_space, (void *)desc, space_size); in hccs_fill_ext_pcc_shared_mem_region()
273 u16 space_size; in hccs_pcc_cmd_send() local
277 space_size = HCCS_PCC_SHARE_MEM_BYTES - verspec_data->shared_mem_size; in hccs_pcc_cmd_send()
279 comm_space, space_size); in hccs_pcc_cmd_send()
296 memcpy_fromio((void *)desc, comm_space, space_size); in hccs_pcc_cmd_send()
Dkunpeng_hccs.h65 u16 space_size);
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.h433 __le32 space_size; member
Dhclge_main.c8380 static int hclge_set_umv_space(struct hclge_dev *hdev, u16 space_size, in hclge_set_umv_space() argument
8390 req->space_size = cpu_to_le32(space_size); in hclge_set_umv_space()