/linux/drivers/net/ethernet/8390/ |
H A D | smc-ultra.c | 88 static void ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 94 static void ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 443 ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ultra_get_8390_hdr() 451 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in ultra_get_8390_hdr() 505 static void ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ultra_pio_get_hdr() 511 insw(ioaddr + IOPD, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ultra_pio_get_hdr()
|
H A D | apne.c | 76 static void apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 377 apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in apne_get_8390_hdr() 396 outb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in apne_get_8390_hdr() 404 for(cnt = 0; cnt < (sizeof(struct e8390_pkt_hdr)>>1); cnt++) in apne_get_8390_hdr() 408 for(cnt = 0; cnt < sizeof(struct e8390_pkt_hdr); cnt++) in apne_get_8390_hdr()
|
H A D | mac8390.c | 134 struct e8390_pkt_hdr *hdr, int ring_page); 148 struct e8390_pkt_hdr *hdr, int ring_page); 156 struct e8390_pkt_hdr *hdr, int ring_page); 705 struct e8390_pkt_hdr *hdr, int ring_page) in sane_get_8390_hdr() 745 struct e8390_pkt_hdr *hdr, int ring_page) in dayna_get_8390_hdr() 787 struct e8390_pkt_hdr *hdr, in slow_sane_get_8390_hdr()
|
H A D | 8390.h | 22 struct e8390_pkt_hdr { struct 75 struct e8390_pkt_hdr *hdr, int ring_page);
|
H A D | zorro8390.c | 107 struct e8390_pkt_hdr *hdr, int ring_page) in zorro8390_get_8390_hdr() 126 z_writeb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in zorro8390_get_8390_hdr() 133 for (cnt = 0; cnt < sizeof(struct e8390_pkt_hdr) >> 1; cnt++) in zorro8390_get_8390_hdr()
|
H A D | ne.c | 178 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 572 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ne_get_8390_hdr() 588 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne_get_8390_hdr() 595 insw(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ne_get_8390_hdr() 597 insb(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)); in ne_get_8390_hdr()
|
H A D | mcf8390.c | 190 struct e8390_pkt_hdr *hdr, int ring_page) in mcf8390_get_8390_hdr() 203 ei_outb(sizeof(struct e8390_pkt_hdr), addr + NE_EN0_RCNTLO); in mcf8390_get_8390_hdr() 209 ei_insw(addr + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr) >> 1); in mcf8390_get_8390_hdr()
|
H A D | ne2k-pci.c | 180 struct e8390_pkt_hdr *hdr, int ring_page); 490 struct e8390_pkt_hdr *hdr, int ring_page) in ne2k_pci_get_8390_hdr() 505 outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne2k_pci_get_8390_hdr() 513 sizeof(struct e8390_pkt_hdr) >> 1); in ne2k_pci_get_8390_hdr()
|
H A D | stnic.c | 60 static void stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr, 181 stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr, in stnic_get_hdr()
|
H A D | hydra.c | 61 struct e8390_pkt_hdr *hdr, int ring_page); 202 struct e8390_pkt_hdr *hdr, int ring_page) in hydra_get_8390_hdr()
|
H A D | wd.c | 54 static void wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 412 wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in wd_get_8390_hdr() 426 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in wd_get_8390_hdr()
|
H A D | axnet_cs.c | 95 struct e8390_pkt_hdr *, int); 630 struct e8390_pkt_hdr *hdr, in get_8390_hdr() 640 sizeof(struct e8390_pkt_hdr)>>1); in get_8390_hdr() 1345 struct e8390_pkt_hdr rx_frame; in ei_receive() 1377 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive() 1634 if(sizeof(struct e8390_pkt_hdr)!=4) in AX88190_init()
|
H A D | ax88796.c | 186 static void ax_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ax_get_8390_hdr() 203 ei_outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ax_get_8390_hdr() 211 sizeof(struct e8390_pkt_hdr) >> 1); in ax_get_8390_hdr() 214 sizeof(struct e8390_pkt_hdr)); in ax_get_8390_hdr()
|
H A D | lib8390.c | 666 struct e8390_pkt_hdr rx_frame; in ei_receive() 701 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive() 1023 BUILD_BUG_ON(sizeof(struct e8390_pkt_hdr) != 4); in __NS8390_init()
|
H A D | pcnet_cs.c | 1134 struct e8390_pkt_hdr *hdr, in dma_get_8390_hdr() 1148 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in dma_get_8390_hdr() 1155 sizeof(struct e8390_pkt_hdr)>>1); in dma_get_8390_hdr() 1366 struct e8390_pkt_hdr *hdr, in shmem_get_8390_hdr() 1373 copyin(hdr, xfer_start, sizeof(struct e8390_pkt_hdr)); in shmem_get_8390_hdr()
|
H A D | etherh.c | 411 etherh_get_header (struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in etherh_get_header()
|