Home
last modified time | relevance | path

Searched refs:LayerPointers (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.h996 struct LayerPointers struct
1013 void milInitGlbds(struct LayerPointers *); argument
1015 void milInitRxQ(struct LayerPointers *);
1017 void milResetTxQ(struct LayerPointers *);
1019 void milFreeResources(struct LayerPointers *, ULONG *);
1022 void milSetResources(struct LayerPointers *, ULONG *);
1025 void mdlOpen(struct LayerPointers *);
1027 void mdlHWReset(struct LayerPointers *);
1030 void mdlDeleteMulticastAddress(struct LayerPointers *, UCHAR *);
1031 void mdlAddMulticastAddress(struct LayerPointers *, UCHAR *);
[all …]
H A Damd8111s_hw.c71 static void mdlEnableMagicPacketWakeUp(struct LayerPointers *);
74 static void mdlAddWakeUpPattern(struct LayerPointers *, unsigned char *,
76 static void mdlRemoveWakeUpPattern(struct LayerPointers *, unsigned char *,
79 static int mdlMulticastBitMapping(struct LayerPointers *, unsigned char *, int);
83 static void mdlChangeFilter(struct LayerPointers *, unsigned long *);
84 static void mdlReceiveBroadCast(struct LayerPointers *);
85 static void mdlDisableReceiveBroadCast(struct LayerPointers *);
88 static void mdlSetResources(struct LayerPointers *, ULONG *);
89 static void mdlFreeResources(struct LayerPointers *, ULONG *);
95 mdlInitGlbds(struct LayerPointers *pLayerPointers) in mdlInitGlbds()
[all …]
H A Damd8111s_main.c86 static int amd8111s_unattach(dev_info_t *, struct LayerPointers *);
88 static boolean_t amd8111s_allocate_buffers(struct LayerPointers *);
89 static int amd8111s_odlInit(struct LayerPointers *);
90 static boolean_t amd8111s_allocate_descriptors(struct LayerPointers *);
91 static void amd8111s_free_descriptors(struct LayerPointers *);
92 static boolean_t amd8111s_alloc_dma_ringbuf(struct LayerPointers *,
97 static void amd8111s_log(struct LayerPointers *adapter, int level,
149 struct LayerPointers *amd8111sadapter;
259 amd8111s_set_loop_mode(struct LayerPointers *adapter, uint32_t mode) in amd8111s_set_loop_mode()
368 amd8111s_loopback_ioctl(struct LayerPointers *adapter, struct iocblk *iocp, in amd8111s_loopback_ioctl()
[all …]
H A Damd8111s_main.h128 typedef int (*TIMERfUNC) (struct LayerPointers *);
134 int (*TimerFunptr)(struct LayerPointers *);
135 struct LayerPointers *pLayerPointers;
341 int (*TimerFunc)(struct LayerPointers *);