Lines Matching refs:LayerPointers

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()
437 struct LayerPointers *adapter; in amd8111s_m_ioctl()
505 amd8111s_recv_copy(struct LayerPointers *pLayerPointers, mblk_t **last_mp) in amd8111s_recv_copy()
614 amd8111s_receive(struct LayerPointers *pLayerPointers) in amd8111s_receive()
658 amd8111s_log(struct LayerPointers *adapter, int level, char *fmt, ...) in amd8111s_log()
681 amd8111s_odlInit(struct LayerPointers *pLayerPointers) in amd8111s_odlInit()
765 amd8111s_allocate_descriptors(struct LayerPointers *pLayerPointers) in amd8111s_allocate_descriptors()
897 amd8111s_free_descriptors(struct LayerPointers *pLayerPointers) in amd8111s_free_descriptors()
922 amd8111s_alloc_dma_ringbuf(struct LayerPointers *pLayerPointers, in amd8111s_alloc_dma_ringbuf()
1080 amd8111s_allocate_buffers(struct LayerPointers *pLayerPointers) in amd8111s_allocate_buffers()
1125 amd8111s_free_buffers(struct LayerPointers *pLayerPointers) in amd8111s_free_buffers()
1139 amd8111s_recycle_tx(struct LayerPointers *pLayerPointers) in amd8111s_recycle_tx()
1167 amd8111s_send_serial(struct LayerPointers *pLayerPointers) in amd8111s_send_serial()
1234 struct LayerPointers *pLayerPointers = (void *)arg; in amd8111s_send_drain()
1252 amd8111s_getTxbuf(struct LayerPointers *pLayerPointers) in amd8111s_getTxbuf()
1270 amd8111s_send(struct LayerPointers *pLayerPointers, mblk_t *mp) in amd8111s_send()
1311 struct LayerPointers *pLayerPointers = arg; in amd8111s_m_tx()
1343 struct LayerPointers *pLayerPointers = (void *)arg; in amd8111s_intr()
1411 amd8111s_sw_reset(struct LayerPointers *pLayerPointers) in amd8111s_sw_reset()
1422 amd8111s_tx_drain(struct LayerPointers *adapter) in amd8111s_tx_drain()
1448 struct LayerPointers *pLayerPointers = arg; in amd8111s_m_start()
1466 struct LayerPointers *pLayerPointers = (struct LayerPointers *)arg; in amd8111s_m_stop()
1484 amd8111s_free_resource(struct LayerPointers *pLayerPointers) in amd8111s_free_resource()
1516 struct LayerPointers *pLayerPointers = arg; in amd8111s_m_multicst()
1535 amd8111s_dump_mib(struct LayerPointers *pLayerPointers) in amd8111s_dump_mib()
1619 struct LayerPointers *pLayerPointers = arg; in amd8111s_m_promisc()
1636 struct LayerPointers *pLayerPointers = arg; in amd8111s_m_unicst()
1649 amd8111s_reset(struct LayerPointers *pLayerPointers) in amd8111s_reset()
1672 struct LayerPointers *pLayerPointers; in amd8111s_attach()
1685 pLayerPointers = (struct LayerPointers *) in amd8111s_attach()
1686 kmem_zalloc(sizeof (struct LayerPointers), KM_SLEEP); in amd8111s_attach()
1824 struct LayerPointers *pLayerPointers; in amd8111s_detach()
1836 if ((pLayerPointers = (struct LayerPointers *)ddi_get_driver_private in amd8111s_detach()
1845 amd8111s_unattach(dev_info_t *devinfo, struct LayerPointers *pLayerPointers) in amd8111s_unattach()
1883 kmem_free(pLayerPointers, sizeof (struct LayerPointers)); in amd8111s_unattach()
1895 struct LayerPointers *pLayerPointers = arg; in amd8111s_m_stat()
2116 READ_REG8(struct LayerPointers *pLayerPointers, long x) in READ_REG8()
2122 READ_REG16(struct LayerPointers *pLayerPointers, long x) in READ_REG16()
2129 READ_REG32(struct LayerPointers *pLayerPointers, long x) in READ_REG32()
2136 WRITE_REG8(struct LayerPointers *pLayerPointers, long x, int y) in WRITE_REG8()
2142 WRITE_REG16(struct LayerPointers *pLayerPointers, long x, int y) in WRITE_REG16()
2148 WRITE_REG32(struct LayerPointers *pLayerPointers, long x, int y) in WRITE_REG32()
2154 WRITE_REG64(struct LayerPointers *pLayerPointers, long x, char *y) in WRITE_REG64()