mtu3_dev_on_off
void mtu3_dev_on_off(struct mtu3 *mtu, int is_on);
mtu3_dev_on_off(mtu, 1);
mtu3_dev_on_off(mtu, 0);
mtu3_dev_on_off(mtu, is_on);