Lines Matching refs:mpath

4186 	mi_path_t	mpath;  in man_do_dr_switch()  local
4225 bzero((char *)&mpath, sizeof (mi_path_t)); in man_do_dr_switch()
4227 mpath.mip_cmd = MI_PATH_ACTIVATE; in man_do_dr_switch()
4228 mpath.mip_man_ppa = 0; in man_do_dr_switch()
4229 mpath.mip_pg_id = 0; in man_do_dr_switch()
4230 mpath.mip_devs[0] = ap->mp_device; in man_do_dr_switch()
4231 mpath.mip_ndevs = 1; in man_do_dr_switch()
4232 ether_copy(&manp->man_eaddr, &mpath.mip_eaddr); in man_do_dr_switch()
4243 if (status = man_pg_cmd(&mpath, wp)) in man_do_dr_switch()
4278 mi_path_t mpath; in man_do_dr_attach() local
4300 ether_copy(&manc.manc_sc_eaddr, &mpath.mip_eaddr); in man_do_dr_attach()
4302 mpath.mip_pg_id = adp->a_pg_id; in man_do_dr_attach()
4303 mpath.mip_man_ppa = adp->a_man_ppa; in man_do_dr_attach()
4309 mpath.mip_devs[0] = adp->a_sf_dev; in man_do_dr_attach()
4310 mpath.mip_ndevs = 1; in man_do_dr_attach()
4311 mpath.mip_cmd = MI_PATH_ADD; in man_do_dr_attach()
4312 status = man_pg_cmd(&mpath, NULL); in man_do_dr_attach()
4334 mi_path_t mpath; in man_do_dr_detach() local
4374 bzero((char *)&mpath, sizeof (mi_path_t)); in man_do_dr_detach()
4380 mpath.mip_cmd = MI_PATH_ASSIGN; in man_do_dr_detach()
4381 mpath.mip_man_ppa = 0; in man_do_dr_detach()
4382 mpath.mip_pg_id = 0; in man_do_dr_detach()
4389 mpath.mip_devs[i] = mp->mp_device; in man_do_dr_detach()
4401 mpath.mip_ndevs = i; in man_do_dr_detach()
4402 ether_copy(&manc.manc_sc_eaddr, &mpath.mip_eaddr); in man_do_dr_detach()
4404 status = man_pg_cmd(&mpath, NULL); in man_do_dr_detach()
7275 mi_path_t mpath; in man_set_active_path() local
7324 mpath.mip_cmd = MI_PATH_ACTIVATE; in man_set_active_path()
7325 mpath.mip_pg_id = pg_id; in man_set_active_path()
7326 mpath.mip_man_ppa = meta_ppa; in man_set_active_path()
7327 mpath.mip_devs[0] = np->mp_device; in man_set_active_path()
7328 mpath.mip_ndevs = 1; in man_set_active_path()
7330 status = man_pg_cmd(&mpath, NULL); in man_set_active_path()