Home
last modified time | relevance | path

Searched refs:nstype (Results 1 – 6 of 6) sorted by relevance

/external/grub/netboot/
Drtl8139.c337 unsigned int status, to, nstype; in rtl_transmit() local
342 nstype = htons(type); in rtl_transmit()
343 memcpy(tx_buffer + 2 * ETH_ALEN, (char*)&nstype, 2); in rtl_transmit()
Depic100.c298 unsigned short nstype; in epic100_transmit() local
317 nstype = htons(type); in epic100_transmit()
318 memcpy(txp + 12, (char*)&nstype, 2); in epic100_transmit()
Dfa311.c271 unsigned short nstype; in fa311_transmit() local
285 nstype = htons(type); in fa311_transmit()
286 memcpy(txp + 12, (char*)&nstype, 2); in fa311_transmit()
Dnatsemi.c610 u32 status, to, nstype; in natsemi_transmit() local
624 nstype = htons(t); in natsemi_transmit()
625 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2); in natsemi_transmit()
Dsis900.c903 u32 status, to, nstype; in sis900_transmit() local
917 nstype = htons(t); in sis900_transmit()
918 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2); in sis900_transmit()
Dtulip.c1063 u16 nstype; in tulip_transmit() local
1076 nstype = htons((u16) t); in tulip_transmit()
1077 memcpy(txb + 2 * ETH_ALEN, (u8 *)&nstype, 2); in tulip_transmit()