HomeSort by relevance Sort by last modified time
    Searched defs:nic (Results 1 - 9 of 9) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
legacy.c 8 #include <nic.h>
22 struct nic nic; variable in typeref:struct:nic
27 struct nic *nic = netdev->priv; local
34 nic->nic_op->transmit ( nic, ( const char * ) ethhdr->h_dest,
42 struct nic *nic = netdev->priv; local
49 nic->packet = iobuf->data
69 struct nic *nic = netdev->priv; local
142 struct nic *nic = netdev->priv; local
    [all...]
amd8111e.c 34 #include "nic.h"
104 struct nic *nic; member in struct:amd8111e_priv
219 struct nic *nic = lp->nic; local
258 writeb(nic->node_addr[i], mmio + PADR + i);
382 struct nic *nic = lp->nic; local
    [all...]
tg3.c 18 #include "nic.h"
34 /* These numbers seem to be hard coded in the NIC firmware somehow.
36 * them in the NIC onboard memory.
2909 struct nic *nic = tp->nic; local
    [all...]
tg3.h 2074 struct nic *nic; member in struct:tg3
    [all...]
bnx2.h 3996 struct nic *nic; member in struct:bnx2
    [all...]
  /external/syslinux/gpxe/src/include/
nic.h 39 struct nic { struct
53 int ( *connect ) ( struct nic * );
54 int ( *poll ) ( struct nic *, int retrieve );
55 void ( *transmit ) ( struct nic *, const char *,
57 void ( *irq ) ( struct nic *, irq_action_t );
60 extern struct nic nic;
63 return nic.nic_op->poll ( &nic, retrieve );
68 nic.nic_op->transmit ( &nic, dest, type, size, packet )
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
ServerSocketChannelTest.java 97 NetworkInterface nic = interfaces.nextElement(); local
98 Enumeration<InetAddress> inetAddresses = nic.getInetAddresses();
128 NetworkInterface nic = interfaces.nextElement(); local
129 Enumeration<InetAddress> inetAddresses = nic.getInetAddresses();
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
ibft.h 92 * This is the number of the NIC or Target, when applicable.
110 /** Offset to NIC structure for NIC 0 */
114 /** Offset to NIC structure for NIC 1 */
156 * iBFT NIC structure
187 /** Structure ID for NIC section */
190 /** NIC block valid */
193 /** NIC firmware boot selected */
196 /** NIC global / link local *
289 struct ibft_nic nic __attribute__ (( aligned ( 16 ) )); member in struct:gpxe_ibft
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 

Completed in 491 milliseconds