Home
last modified time | relevance | path

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

/src/sys/dev/cxgb/
H A Dcxgb_ioctl.h138 struct ch_pm { struct
247 #define CHELSIO_SET_PM _IOW('f', CH_SET_PM, struct ch_pm)
248 #define CHELSIO_GET_PM _IOR('f', CH_GET_PM, struct ch_pm)
H A Dcxgb_main.c2694 struct ch_pm *m = (struct ch_pm *)data; in cxgb_extension_ioctl()
2709 struct ch_pm *m = (struct ch_pm *)data; in cxgb_extension_ioctl()
/src/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3222 struct ireg_buf *ch_pm; in collect_pm_indirect() local
3234 ch_pm = (struct ireg_buf *)scratch_buff.data; in collect_pm_indirect()
3238 struct ireg_field *pm_pio = &ch_pm->tp_pio; in collect_pm_indirect()
3239 u32 *buff = ch_pm->outbuf; in collect_pm_indirect()
3253 ch_pm++; in collect_pm_indirect()
3259 struct ireg_field *pm_pio = &ch_pm->tp_pio; in collect_pm_indirect()
3260 u32 *buff = ch_pm->outbuf; in collect_pm_indirect()
3274 ch_pm++; in collect_pm_indirect()
/src/tools/tools/cxgbtool/
H A Dcxgbtool.c881 struct ch_pm pm; in conf_pm()