Home
last modified time | relevance | path

Searched refs:TLAN_HC_ACK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c576 host_cmd = TLAN_HC_ACK | ack | 0x001C0000; in tlan_poll()
580 host_cmd = TLAN_HC_ACK | ack | (0x000C0000); in tlan_poll()
750 host_cmd = TLAN_HC_ACK | ack; in tlan_transmit()
763 host_cmd = TLAN_HC_ACK | ack | 0x00140000; in tlan_transmit()
H A Dtlan.h206 #define TLAN_HC_ACK 0x20000000 macro