HomeSort by relevance Sort by last modified time
    Searched full:pnic (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
pnic.c 29 struct pnic { struct
34 * Utility functions: issue a PNIC command, retrieve result. Use
36 * automatically printed. Returns the PNIC status code.
45 static uint16_t pnic_command_quiet ( struct pnic *pnic, uint16_t command,
54 outw ( input_length, pnic->ioaddr + PNIC_REG_LEN );
56 outsb ( pnic->ioaddr + PNIC_REG_DATA, input, input_length );
59 outw ( command, pnic->ioaddr + PNIC_REG_CMD );
61 status = inw ( pnic->ioaddr + PNIC_REG_STAT );
63 _output_length = inw ( pnic->ioaddr + PNIC_REG_LEN )
118 struct pnic *pnic = netdev->priv; local
152 struct pnic *pnic = netdev->priv; local
184 struct pnic *pnic = netdev->priv; local
207 struct pnic *pnic = netdev->priv; local
221 struct pnic *pnic; local
    [all...]
pnic_api.h 6 * Operation of the pseudo-NIC (PNIC) is pretty simple. To write a
tulip.c 196 { "Kingston KNE110tx (PNIC)", { 0x000211AD, 0xffffffff, 0xf0022646, 0xffffffff, 0, 0 },
198 { "Lite-On 82c168 PNIC", { 0x000211AD, 0xffffffff, 0, 0, 0, 0 },
210 { "Lite-On LC82C115 PNIC-II", { 0xc11511AD, 0xffffffff, 0, 0, 0, 0 },
258 { "Lite-On 82c168 PNIC", HAS_MII | HAS_PNICNWAY },
266 { "Lite-On PNIC-II", HAS_MII | HAS_NWAY | HAS_8023X },
    [all...]

Completed in 151 milliseconds