Searched refs:LayerPointers (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_hw.h | 998 struct LayerPointers struct 1015 void milInitGlbds(struct LayerPointers *); argument 1017 void milInitRxQ(struct LayerPointers *); 1019 void milResetTxQ(struct LayerPointers *); 1021 void milFreeResources(struct LayerPointers *, ULONG *); 1024 void milSetResources(struct LayerPointers *, ULONG *); 1027 void mdlOpen(struct LayerPointers *); 1029 void mdlHWReset(struct LayerPointers *); 1032 void mdlDeleteMulticastAddress(struct LayerPointers *, UCHAR *); 1033 void mdlAddMulticastAddress(struct LayerPointers *, UCHAR *); [all …]
|
H A D | amd8111s_hw.c | 73 static void mdlEnableMagicPacketWakeUp(struct LayerPointers *); 76 static void mdlAddWakeUpPattern(struct LayerPointers *, unsigned char *, 78 static void mdlRemoveWakeUpPattern(struct LayerPointers *, unsigned char *, 81 static int mdlMulticastBitMapping(struct LayerPointers *, unsigned char *, int); 85 static void mdlChangeFilter(struct LayerPointers *, unsigned long *); 86 static void mdlReceiveBroadCast(struct LayerPointers *); 87 static void mdlDisableReceiveBroadCast(struct LayerPointers *); 90 static void mdlSetResources(struct LayerPointers *, ULONG *); 91 static void mdlFreeResources(struct LayerPointers *, ULONG *); 97 mdlInitGlbds(struct LayerPointers *pLayerPointers) in mdlInitGlbds() [all …]
|
H A D | amd8111s_main.c | 86 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 D | amd8111s_main.h | 128 typedef int (*TIMERfUNC) (struct LayerPointers *); 134 int (*TimerFunptr)(struct LayerPointers *); 135 struct LayerPointers *pLayerPointers; 341 int (*TimerFunc)(struct LayerPointers *);
|