ch_pm
#define CHELSIO_SET_PM _IOW('f', CH_SET_PM, struct ch_pm)
#define CHELSIO_GET_PM _IOR('f', CH_GET_PM, struct ch_pm)
struct ch_pm *m = (struct ch_pm *)data;
struct ch_pm *m = (struct ch_pm *)data;
struct ireg_buf *ch_pm;
ch_pm = (struct ireg_buf *)scratch_buff.data;
struct ireg_field *pm_pio = &ch_pm->tp_pio;
u32 *buff = ch_pm->outbuf;
ch_pm++;
struct ireg_field *pm_pio = &ch_pm->tp_pio;
u32 *buff = ch_pm->outbuf;
ch_pm++;
struct ch_pm pm;