Searched refs:frame_idx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c3064 static int frame_idx; local
3092 memcpy(&frame[frame_idx].dst_addr, dst_addr, ETH_ALEN);
3093 memcpy(&frame[frame_idx].src_addr, nic->node_addr, ETH_ALEN);
3094 frame[frame_idx].type = htons(type);
3095 memset(&frame[frame_idx].data, 0, sizeof(frame[frame_idx].data));
3096 memcpy(&frame[frame_idx].data, packet, size);
3101 txd->addr_lo = virt_to_bus(&frame[frame_idx]);
3107 frame_idx ^= 1;

Completed in 60 milliseconds