mac_info_new     1285 drivers/net/ethernet/neterion/vxge/vxge-main.c 	struct macInfo mac_info_new, mac_info_old;
mac_info_new     1295 drivers/net/ethernet/neterion/vxge/vxge-main.c 	memset(&mac_info_new, 0, sizeof(struct macInfo));
mac_info_new     1305 drivers/net/ethernet/neterion/vxge/vxge-main.c 	memcpy(mac_info_new.macaddr, addr->sa_data, dev->addr_len);
mac_info_new     1319 drivers/net/ethernet/neterion/vxge/vxge-main.c 			vxge_mac_list_add(vpath, &mac_info_new);
mac_info_new     1335 drivers/net/ethernet/neterion/vxge/vxge-main.c 		mac_info_new.vpath_no = vpath_idx;
mac_info_new     1336 drivers/net/ethernet/neterion/vxge/vxge-main.c 		mac_info_new.state = VXGE_LL_MAC_ADDR_IN_DA_TABLE;
mac_info_new     1337 drivers/net/ethernet/neterion/vxge/vxge-main.c 		status = vxge_add_mac_addr(vdev, &mac_info_new);