Home
last modified time | relevance | path

Searched refs:e8390_pkt_hdr (Results 1 – 16 of 16) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/8390/
Dsmc-ultra.c89 static void ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
95 static void ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
444 ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ultra_get_8390_hdr()
452 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in ultra_get_8390_hdr()
506 static void ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ultra_pio_get_hdr()
512 insw(ioaddr + IOPD, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ultra_pio_get_hdr()
Dapne.c81 static void apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
382 apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in apne_get_8390_hdr()
401 outb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in apne_get_8390_hdr()
409 for(cnt = 0; cnt < (sizeof(struct e8390_pkt_hdr)>>1); cnt++) in apne_get_8390_hdr()
413 for(cnt = 0; cnt < sizeof(struct e8390_pkt_hdr); cnt++) in apne_get_8390_hdr()
Dmac8390.c136 struct e8390_pkt_hdr *hdr, int ring_page);
150 struct e8390_pkt_hdr *hdr, int ring_page);
158 struct e8390_pkt_hdr *hdr, int ring_page);
707 struct e8390_pkt_hdr *hdr, int ring_page) in sane_get_8390_hdr()
747 struct e8390_pkt_hdr *hdr, int ring_page) in dayna_get_8390_hdr()
789 struct e8390_pkt_hdr *hdr, in slow_sane_get_8390_hdr()
D8390.h20 struct e8390_pkt_hdr { struct
73 struct e8390_pkt_hdr *hdr, int ring_page);
Dzorro8390.c112 struct e8390_pkt_hdr *hdr, int ring_page) in zorro8390_get_8390_hdr()
131 z_writeb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in zorro8390_get_8390_hdr()
138 for (cnt = 0; cnt < sizeof(struct e8390_pkt_hdr) >> 1; cnt++) in zorro8390_get_8390_hdr()
Dne.c179 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
573 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ne_get_8390_hdr()
589 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne_get_8390_hdr()
596 insw(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ne_get_8390_hdr()
598 insb(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)); in ne_get_8390_hdr()
Dmcf8390.c192 struct e8390_pkt_hdr *hdr, int ring_page) in mcf8390_get_8390_hdr()
205 ei_outb(sizeof(struct e8390_pkt_hdr), addr + NE_EN0_RCNTLO); in mcf8390_get_8390_hdr()
211 ei_insw(addr + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr) >> 1); in mcf8390_get_8390_hdr()
Dhydra.c63 struct e8390_pkt_hdr *hdr, int ring_page);
204 struct e8390_pkt_hdr *hdr, int ring_page) in hydra_get_8390_hdr()
Dstnic.c63 static void stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr,
184 stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr, in stnic_get_hdr()
Dne2k-pci.c179 struct e8390_pkt_hdr *hdr, int ring_page);
500 struct e8390_pkt_hdr *hdr, int ring_page) in ne2k_pci_get_8390_hdr()
515 outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne2k_pci_get_8390_hdr()
523 sizeof(struct e8390_pkt_hdr) >> 1); in ne2k_pci_get_8390_hdr()
Dwd.c55 static void wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
413 wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in wd_get_8390_hdr()
427 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in wd_get_8390_hdr()
Daxnet_cs.c95 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()
1348 struct e8390_pkt_hdr rx_frame; in ei_receive()
1380 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive()
1637 if(sizeof(struct e8390_pkt_hdr)!=4) in AX88190_init()
Dax88796.c186 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()
Dlib8390.c667 struct e8390_pkt_hdr rx_frame; in ei_receive()
702 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive()
1024 BUILD_BUG_ON(sizeof(struct e8390_pkt_hdr) != 4); in __NS8390_init()
Dpcnet_cs.c1135 struct e8390_pkt_hdr *hdr, in dma_get_8390_hdr()
1149 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in dma_get_8390_hdr()
1156 sizeof(struct e8390_pkt_hdr)>>1); in dma_get_8390_hdr()
1367 struct e8390_pkt_hdr *hdr, in shmem_get_8390_hdr()
1374 copyin(hdr, xfer_start, sizeof(struct e8390_pkt_hdr)); in shmem_get_8390_hdr()
Detherh.c411 etherh_get_header (struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in etherh_get_header()