Searched defs:ixgbe_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h763 } ixgbe_t; typedef in typeref:struct:ixgbe
832 int ixgbe_alloc_dma(ixgbe_t *);
833 void ixgbe_free_dma(ixgbe_t *);
842 int ixgbe_start(ixgbe_t *, boolean_t);
843 void ixgbe_stop(ixgbe_t *, boolean_t);
844 int ixgbe_driver_setup_link(ixgbe_t *, boolean_t);
845 int ixgbe_multicst_add(ixgbe_t *, const uint8_t *);
846 int ixgbe_multicst_remove(ixgbe_t *, const uint8_t *);
847 enum ioc_reply ixgbe_loopback_ioctl(ixgbe_t *, struct iocblk *, mblk_t *);
849 void ixgbe_enable_watchdog_timer(ixgbe_t *);
[all...]

Completed in 65 milliseconds