Searched refs:pcn_t (Results 1 – 2 of 2) sorted by relevance
89 static void pcn_teardown(pcn_t *);105 static int pcn_watchdog(pcn_t *);113 static uint32_t pcn_csr_read(pcn_t *, uint32_t);114 static uint16_t pcn_csr_read16(pcn_t *, uint32_t);115 static void pcn_csr_write(pcn_t *, uint32_t, uint32_t);117 static uint32_t pcn_bcr_read(pcn_t *, uint32_t);118 static uint16_t pcn_bcr_read16(pcn_t *, uint32_t);119 static void pcn_bcr_write(pcn_t *, uint32_t, uint32_t);121 static boolean_t pcn_send(pcn_t *, mblk_t *);123 static pcn_buf_t *pcn_allocbuf(pcn_t *);[all …]
227 } pcn_t; typedef