Lines Matching refs:mac_buf
95 struct arp_packet *in = (struct arp_packet *)mac_state.mac_buf; in ether_comarp()
141 len = prom_read(mac_state.mac_dev, mac_state.mac_buf, in ether_comarp()
330 bzero(mac_state.mac_buf, sizeof (struct ether_header)); in ether_input()
341 len = prom_read(mac_state.mac_dev, mac_state.mac_buf, in ether_input()
353 bkmem_free(mac_state.mac_buf, mac_state.mac_mtu); in ether_input()
355 mac_state.mac_buf = bkmem_alloc(mac_state.mac_mtu); in ether_input()
356 if (mac_state.mac_buf == NULL) { in ether_input()
378 eh = (struct ether_header *)mac_state.mac_buf; in ether_input()
403 bcopy((caddr_t)(mac_state.mac_buf + offset), in ether_input()
428 ea = (struct ether_arp *)(mac_state.mac_buf + in ether_input()
459 mac_state.mac_buf, in ether_input()