Lines Matching refs:vpath_idx

729 	int vpath_idx = 0;  in vxge_learn_mac()  local
737 for (vpath_idx = 0; vpath_idx < vdev->no_of_vpath; vpath_idx++) { in vxge_learn_mac()
738 vpath = &vdev->vpaths[vpath_idx]; in vxge_learn_mac()
740 return vpath_idx; in vxge_learn_mac()
747 for (vpath_idx = 0; vpath_idx < vdev->no_of_vpath; vpath_idx++) { in vxge_learn_mac()
748 vpath = &vdev->vpaths[vpath_idx]; in vxge_learn_mac()
751 mac_info.vpath_no = vpath_idx; in vxge_learn_mac()
756 return vpath_idx; in vxge_learn_mac()
761 vpath_idx = 0; in vxge_learn_mac()
762 mac_info.vpath_no = vpath_idx; in vxge_learn_mac()
764 vpath = &vdev->vpaths[vpath_idx]; in vxge_learn_mac()
769 return vpath_idx; in vxge_learn_mac()
791 return vpath_idx; in vxge_learn_mac()
1128 int vpath_idx = 0; in vxge_set_multicast() local
1202 for (vpath_idx = 0; vpath_idx < in vxge_set_multicast()
1204 vpath_idx++) { in vxge_set_multicast()
1205 mac_info.vpath_no = vpath_idx; in vxge_set_multicast()
1217 for (vpath_idx = 0; vpath_idx < vdev->no_of_vpath; in vxge_set_multicast()
1218 vpath_idx++) { in vxge_set_multicast()
1219 mac_info.vpath_no = vpath_idx; in vxge_set_multicast()
1247 for (vpath_idx = 0; vpath_idx < vdev->no_of_vpath; in vxge_set_multicast()
1248 vpath_idx++) { in vxge_set_multicast()
1249 mac_info.vpath_no = vpath_idx; in vxge_set_multicast()
1286 int vpath_idx = 0; in vxge_set_mac_addr() local
1309 for (vpath_idx = 0; vpath_idx < vdev->no_of_vpath; vpath_idx++) { in vxge_set_mac_addr()
1310 struct vxge_vpath *vpath = &vdev->vpaths[vpath_idx]; in vxge_set_mac_addr()
1324 mac_info_old.vpath_no = vpath_idx; in vxge_set_mac_addr()
1334 for (vpath_idx = 0; vpath_idx < vdev->no_of_vpath; vpath_idx++) { in vxge_set_mac_addr()
1335 mac_info_new.vpath_no = vpath_idx; in vxge_set_mac_addr()
3554 int vpath_idx; in vxge_callback_crit_err() local
3564 for (vpath_idx = 0; vpath_idx < vdev->no_of_vpath; vpath_idx++) { in vxge_callback_crit_err()
3565 vpath = &vdev->vpaths[vpath_idx]; in vxge_callback_crit_err()
3599 if (!test_and_set_bit(vpath_idx, &vdev->vp_reset)) { in vxge_callback_crit_err()
3602 vxge_vpath_intr_disable(vdev, vpath_idx); in vxge_callback_crit_err()