Searched refs:query_info (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c1504 * @query_info: pointer to ras_query_if
1512 struct ras_query_if *query_info)
1516 if (!query_info)
1517 /* do nothing if query_info is not specified */
1520 ret = amdgpu_ras_query_error_status(adev, query_info);
1524 *ce_count += query_info->ce_count;
1525 *ue_count += query_info->ue_count;
1531 if (amdgpu_ras_reset_error_status(adev, query_info->head.block))
1545 * @query_info: pointer to ras_query_if if the query request is only for
1556 struct ras_query_if *query_info)
1509 amdgpu_ras_query_error_count_helper(struct amdgpu_device *adev, unsigned long *ce_count, unsigned long *ue_count, struct ras_query_if *query_info) argument
1553 amdgpu_ras_query_error_count(struct amdgpu_device *adev, unsigned long *ce_count, unsigned long *ue_count, struct ras_query_if *query_info) argument
3204 struct ras_query_if *query_info; local
[all...]
H A Damdgpu_ras.h669 struct ras_query_if *query_info);
/linux-master/drivers/s390/net/
H A Dism_drv.c161 static int query_info(struct ism_dev *ism) function
574 query_info(ism);
/linux-master/fs/smb/client/
H A Dsmb2pdu.c3779 query_info(const unsigned int xid, struct cifs_tcon *tcon, function
3884 return query_info(xid, tcon, persistent_fid, volatile_fid,
3901 return query_info(xid, tcon, persistent_fid, volatile_fid,
3904 /* Note caller must free "data" (passed in above). It may be allocated in query_info call */
3917 return query_info(xid, tcon, persistent_fid, volatile_fid,
3926 return query_info(xid, tcon, persistent_fid, volatile_fid,

Completed in 125 milliseconds