Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/
HDcxgb_ioctl.h139 struct ch_pm { struct
248 #define CHELSIO_SET_PM _IOW('f', CH_SET_PM, struct ch_pm)
249 #define CHELSIO_GET_PM _IOR('f', CH_GET_PM, struct ch_pm)
HDcxgb_main.c2739 struct ch_pm *m = (struct ch_pm *)data; in cxgb_extension_ioctl()
2754 struct ch_pm *m = (struct ch_pm *)data; in cxgb_extension_ioctl()
/NextBSD/tools/tools/cxgbtool/
HDcxgbtool.c882 struct ch_pm pm; in conf_pm()