Lines Matching defs:dev
158 static void print_tx_state(struct net_device *dev) in print_tx_state()
181 static void print_rx_state(struct net_device *dev) in print_rx_state()
216 static u16 xl_ee_read(struct net_device *dev, int ee_addr) in xl_ee_read()
248 static void xl_ee_write(struct net_device *dev, int ee_addr, u16 ee_value) in xl_ee_write()
292 struct net_device *dev ; in xl_probe() local
389 static int __devinit xl_init(struct net_device *dev) in xl_init()
413 static int xl_hw_reset(struct net_device *dev) in xl_hw_reset()
604 static int xl_open(struct net_device *dev) in xl_open()
758 static int xl_open_hw(struct net_device *dev) in xl_open_hw()
907 static void adv_rx_ring(struct net_device *dev) /* Advance rx_ring, cut down on bloat in xl_rx */ in adv_rx_ring()
921 static void xl_rx(struct net_device *dev) in xl_rx()
1027 static void xl_reset(struct net_device *dev) in xl_reset()
1050 static void xl_freemem(struct net_device *dev) in xl_freemem()
1075 struct net_device *dev = (struct net_device *)dev_id; in xl_interrupt() local
1196 static netdev_tx_t xl_xmit(struct sk_buff *skb, struct net_device *dev) in xl_xmit()
1257 static void xl_dn_comp(struct net_device *dev) in xl_dn_comp()
1293 static int xl_close(struct net_device *dev) in xl_close()
1391 static void xl_set_rx_mode(struct net_device *dev) in xl_set_rx_mode()
1431 static void xl_srb_bh(struct net_device *dev) in xl_srb_bh()
1500 static int xl_set_mac_address (struct net_device *dev, void *addr) in xl_set_mac_address()
1522 static void xl_arb_cmd(struct net_device *dev) in xl_arb_cmd()
1649 static void xl_asb_cmd(struct net_device *dev) in xl_asb_cmd()
1680 static void xl_asb_bh(struct net_device *dev) in xl_asb_bh()
1708 static void xl_srb_cmd(struct net_device *dev, int srb_cmd) in xl_srb_cmd()
1765 static void xl_wait_misr_flags(struct net_device *dev) in xl_wait_misr_flags()
1792 static int xl_change_mtu(struct net_device *dev, int mtu) in xl_change_mtu()
1815 struct net_device *dev = pci_get_drvdata(pdev); in xl_remove_one() local