Lines Matching defs:dp

81 #define	AX88172(dp)	\  argument
84 #define AX88772(dp) \ argument
292 #define OUT(dp, req, val, ix, len, buf, errp, label) \ argument
303 #define IN(dp, req, val, ix, len, buf, errp, label) \ argument
321 axf_reset_phy(struct usbgem_dev *dp) in axf_reset_phy()
382 axf_reset_chip(struct usbgem_dev *dp) in axf_reset_chip()
404 axf_init_chip(struct usbgem_dev *dp) in axf_init_chip()
465 axf_start_chip(struct usbgem_dev *dp) in axf_start_chip()
483 axf_stop_chip(struct usbgem_dev *dp) in axf_stop_chip()
508 axf_get_stats(struct usbgem_dev *dp) in axf_get_stats()
515 axf_mcast_hash(struct usbgem_dev *dp, const uint8_t *addr) in axf_mcast_hash()
521 axf_set_rx_filter(struct usbgem_dev *dp) in axf_set_rx_filter()
602 axf_set_media(struct usbgem_dev *dp) in axf_set_media()
706 axf_tx_make_packet(struct usbgem_dev *dp, mblk_t *mp) in axf_tx_make_packet()
794 axf_dump_packet(struct usbgem_dev *dp, uint8_t *bp, int n) in axf_dump_packet()
806 axf_rx_make_packet(struct usbgem_dev *dp, mblk_t *mp) in axf_rx_make_packet()
883 axf_mii_read(struct usbgem_dev *dp, uint_t index, int *errp) in axf_mii_read()
910 axf_mii_write(struct usbgem_dev *dp, uint_t index, uint16_t val, int *errp) in axf_mii_write()
934 axf_interrupt(struct usbgem_dev *dp, mblk_t *mp) in axf_interrupt()
960 axf_eeprom_dump(struct usbgem_dev *dp, int size) in axf_eeprom_dump()
988 axf_attach_chip(struct usbgem_dev *dp) in axf_attach_chip()
1095 axf_scan_phy(struct usbgem_dev *dp) in axf_scan_phy()
1163 axf_mii_probe(struct usbgem_dev *dp) in axf_mii_probe()
1217 axf_mii_init(struct usbgem_dev *dp) in axf_mii_init()
1246 struct usbgem_dev *dp; in axfattach() local