Home
last modified time | relevance | path

Searched refs:hinf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/
H A Defa_main.c198 struct efa_admin_host_info *hinf; in efa_set_host_info() local
199 u32 bufsz = sizeof(*hinf); in efa_set_host_info()
207 hinf = dma_alloc_coherent(&dev->pdev->dev, bufsz, &hinf_dma, in efa_set_host_info()
209 if (!hinf) in efa_set_host_info()
212 strlcpy(hinf->os_dist_str, utsname()->release, in efa_set_host_info()
213 min(sizeof(hinf->os_dist_str), sizeof(utsname()->release))); in efa_set_host_info()
214 hinf->os_type = EFA_ADMIN_OS_LINUX; in efa_set_host_info()
215 strlcpy(hinf->kernel_ver_str, utsname()->version, in efa_set_host_info()
216 min(sizeof(hinf->kernel_ver_str), sizeof(utsname()->version))); in efa_set_host_info()
217 hinf in efa_set_host_info()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H A Defa_main.c247 struct efa_admin_host_info *hinf; in efa_set_host_info() local
248 u32 bufsz = sizeof(*hinf); in efa_set_host_info()
256 hinf = dma_alloc_coherent(&dev->pdev->dev, bufsz, &hinf_dma, in efa_set_host_info()
258 if (!hinf) in efa_set_host_info()
261 strscpy(hinf->os_dist_str, utsname()->release, in efa_set_host_info()
262 sizeof(hinf->os_dist_str)); in efa_set_host_info()
263 hinf->os_type = EFA_ADMIN_OS_LINUX; in efa_set_host_info()
264 strscpy(hinf->kernel_ver_str, utsname()->version, in efa_set_host_info()
265 sizeof(hinf->kernel_ver_str)); in efa_set_host_info()
266 hinf in efa_set_host_info()
[all...]

Completed in 3 milliseconds