Home
last modified time | relevance | path

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

/freebsd/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.c2693 struct ch_pm *m = (struct ch_pm *)data; in cxgb_extension_ioctl()
2708 struct ch_pm *m = (struct ch_pm *)data; in cxgb_extension_ioctl()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3219 struct ireg_buf *ch_pm; in collect_pm_indirect() local
3231 ch_pm = (struct ireg_buf *)scratch_buff.data; in collect_pm_indirect()
3235 struct ireg_field *pm_pio = &ch_pm->tp_pio; in collect_pm_indirect()
3236 u32 *buff = ch_pm->outbuf; in collect_pm_indirect()
3250 ch_pm++; in collect_pm_indirect()
3256 struct ireg_field *pm_pio = &ch_pm->tp_pio; in collect_pm_indirect()
3257 u32 *buff = ch_pm->outbuf; in collect_pm_indirect()
3271 ch_pm++; in collect_pm_indirect()
/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c881 struct ch_pm pm; in conf_pm()