Home
last modified time | relevance | path

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

/linux/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/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c271 u16 space_size) in hccs_fill_pcc_shared_mem_region() argument
283 memcpy_toio(comm_space, (void *)desc, space_size); in hccs_fill_pcc_shared_mem_region()
290 u16 space_size) in hccs_fill_ext_pcc_shared_mem_region() argument
303 memcpy_toio(comm_space, (void *)desc, space_size); in hccs_fill_ext_pcc_shared_mem_region()
314 u16 space_size; in hccs_pcc_cmd_send() local
318 space_size = HCCS_PCC_SHARE_MEM_BYTES - verspec_data->shared_mem_size; in hccs_pcc_cmd_send()
320 comm_space, space_size); in hccs_pcc_cmd_send()
337 memcpy_fromio((void *)desc, comm_space, space_size); in hccs_pcc_cmd_send()
H A Dkunpeng_hccs.h76 u16 space_size);
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h434 __le32 space_size; member
H A Dhclge_main.c8401 static int hclge_set_umv_space(struct hclge_dev *hdev, u16 space_size, in hclge_set_umv_space() argument
8411 req->space_size = cpu_to_le32(space_size); in hclge_set_umv_space()