Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A 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.15/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c284 u16 space_size) in hccs_fill_pcc_shared_mem_region() argument
296 memcpy_toio(comm_space, (void *)desc, space_size); in hccs_fill_pcc_shared_mem_region()
303 u16 space_size) in hccs_fill_ext_pcc_shared_mem_region() argument
316 memcpy_toio(comm_space, (void *)desc, space_size); in hccs_fill_ext_pcc_shared_mem_region()
326 u16 space_size; in hccs_pcc_cmd_send() local
330 space_size = HCCS_PCC_SHARE_MEM_BYTES - verspec_data->shared_mem_size; in hccs_pcc_cmd_send()
332 comm_space, space_size); in hccs_pcc_cmd_send()
349 memcpy_fromio((void *)desc, comm_space, space_size); in hccs_pcc_cmd_send()
H A Dkunpeng_hccs.h78 u16 space_size);
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h433 __le32 space_size; member
H A Dhclge_main.c8396 static int hclge_set_umv_space(struct hclge_dev *hdev, u16 space_size, in hclge_set_umv_space() argument
8406 req->space_size = cpu_to_le32(space_size); in hclge_set_umv_space()