Lines Matching refs:vpath_no
711 vpath = &vdev->vpaths[mac->vpath_no]; in vxge_add_mac_addr()
752 mac_info.vpath_no = vpath_idx; in vxge_learn_mac()
763 mac_info.vpath_no = vpath_idx; in vxge_learn_mac()
818 int vpath_no = 0; in vxge_xmit() local
841 vpath_no = vxge_learn_mac(vdev, skb->data + ETH_ALEN); in vxge_xmit()
842 if (vpath_no == -EPERM) { in vxge_xmit()
852 vpath_no = skb_get_queue_mapping(skb); in vxge_xmit()
854 vpath_no = vxge_get_vpath_no(vdev, skb); in vxge_xmit()
856 vxge_debug_tx(VXGE_TRACE, "%s: vpath_no= %d", dev->name, vpath_no); in vxge_xmit()
858 if (vpath_no >= vdev->no_of_vpath) in vxge_xmit()
859 vpath_no = 0; in vxge_xmit()
861 fifo = &vdev->vpaths[vpath_no].fifo; in vxge_xmit()
1098 vpath = &vdev->vpaths[mac->vpath_no]; in vxge_del_mac_addr()
1206 mac_info.vpath_no = vpath_idx; in vxge_set_multicast()
1220 mac_info.vpath_no = vpath_idx; in vxge_set_multicast()
1250 mac_info.vpath_no = vpath_idx; in vxge_set_multicast()
1326 mac_info_old.vpath_no = vpath_idx; in vxge_set_mac_addr()
1337 mac_info_new.vpath_no = vpath_idx; in vxge_set_mac_addr()