Searched refs:vnd (Results 1 – 3 of 3) sorted by relevance
121 struct h5_vnd *vnd; member241 if (h5->vnd && h5->vnd->open) in h5_open()242 h5->vnd->open(h5); in h5_open()266 if (h5->vnd && h5->vnd->close) in h5_close()279 if (h5->vnd && h5->vnd->setup) in h5_setup()841 h5->vnd = data->vnd; in h5_serdev_probe()852 h5->vnd = data->vnd; in h5_serdev_probe()883 if (h5->vnd && h5->vnd->suspend) in h5_serdev_suspend()894 if (h5->vnd && h5->vnd->resume) in h5_serdev_resume()1079 .vnd = &rtl_vnd,[all …]
17 struct net_device *vnd; in rmnet_map_do_flow_control() local34 vnd = ep->egress_dev; in rmnet_map_do_flow_control()40 r = rmnet_vnd_do_flow_control(vnd, enable); in rmnet_map_do_flow_control()
766 #define ACCEL_DEV(vnd, prd) \ argument771 .vendor = (vnd), \
Completed in 12 milliseconds