Lines Matching defs:nic
22 #include "nic.h"
945 static int undi_poll(struct nic *nic, int retrieve)
997 nic->packetlen = 0;
1025 memcpy ( nic->packet + nic->packetlen,
1029 nic->packetlen += undi.pxs->undi_isr.BufferLength;
1037 return nic->packetlen > 0 ? 1 : 0;
1044 struct nic *nic,
1050 /* Inhibit compiler warning about unused parameter nic */
1051 if ( nic == NULL ) {};
1127 struct nic *nic = (struct nic *)dev;
1164 /* Fill out MAC address in nic structure */
1165 memcpy ( nic->node_addr,
1175 nic->poll = undi_poll;
1176 nic->transmit = undi_transmit;