Home
last modified time | relevance | path

Searched defs:vdev_class (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/hpt27xx/
H A Dldm.h289 struct vdev_class struct
291 struct vdev_class *next; argument
293 HPT_U8 __type;
297 HPT_U8 docache;
299 HPT_UINT vbus_ext_size;
301 HPT_UINT dev_ext_size;
302 HPT_UINT cmd_ext_size;
311 void (*release)(PVBUS vbus);
312 int (*add)(PVDEV vd);
313 void (*remove)(PVDEV vd);
[all …]
/freebsd-13.1/sys/dev/hptnr/
H A Dldm.h288 struct vdev_class struct
290 struct vdev_class *next; argument
292 HPT_U8 __type;
296 HPT_U8 docache;
298 HPT_UINT vbus_ext_size;
300 HPT_UINT dev_ext_size;
301 HPT_UINT cmd_ext_size;
310 void (*release)(PVBUS vbus);
311 int (*add)(PVDEV vd);
312 void (*remove)(PVDEV vd);
[all …]
/freebsd-13.1/sys/dev/hptrr/
H A Dldm.h283 struct vdev_class struct
285 struct vdev_class *next; argument
287 HPT_U8 __type;
291 HPT_U8 docache;
293 HPT_UINT vbus_ext_size;
295 HPT_UINT dev_ext_size;
296 HPT_UINT cmd_ext_size;
305 void (*release)(PVBUS vbus);
306 int (*add)(PVDEV vd);
307 void (*remove)(PVDEV vd);
[all …]