Searched refs:pcicdev_t (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | pcic.c | 99 static int pcic_do_io_intr(pcicdev_t *, uint32_t); 210 static void xxdmp_all_regs(pcicdev_t *, int, uint32_t); 295 static void pcic_setup_adapter(pcicdev_t *); 296 static int pcic_change(pcicdev_t *, int); 297 static int pcic_ll_reset(pcicdev_t *, int); 298 static void pcic_mswait(pcicdev_t *, int, int); 299 static boolean_t pcic_check_ready(pcicdev_t *, int); 300 static void pcic_set_cdtimers(pcicdev_t *, int, uint32_t, int); 301 static void pcic_ready_wait(pcicdev_t *, int); 324 static int clext_reg_read(pcicdev_t *, int, uchar_t); [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | pcic_var.h | 111 struct pcicdev_t *pcs_pcic; 161 typedef struct pcicdev_t { struct 213 struct pcicdev_t *pcic; argument 217 } pcicdev_t; typedef
|