Home
last modified time | relevance | path

Searched refs:ib_uverbs_ioctl (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/core/
Duverbs.h249 long ib_uverbs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
Duverbs_main.c1141 .unlocked_ioctl = ib_uverbs_ioctl,
1142 .compat_ioctl = ib_uverbs_ioctl,
1152 .unlocked_ioctl = ib_uverbs_ioctl,
1153 .compat_ioctl = ib_uverbs_ioctl,
Duverbs_ioctl.c620 long ib_uverbs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ib_uverbs_ioctl() function