Lines Matching defs:iprb
48 typedef struct iprb { struct
49 dev_info_t *dip;
73 iprb_dma_t cmds[NUM_TX]; argument
74 iprb_dma_t rxb[NUM_RX]; argument
75 iprb_dma_t stats; argument
76 hrtime_t stats_time;
78 uint16_t cmd_head;
79 uint16_t cmd_last;
80 uint16_t cmd_tail;
81 uint16_t cmd_count;
83 uint16_t rx_index;
84 uint16_t rx_last;
85 hrtime_t rx_wdog;
86 hrtime_t rx_timeout;
87 hrtime_t tx_wdog;
88 hrtime_t tx_timeout;
90 uint16_t eeprom_bits;
92 boolean_t running;
93 boolean_t suspended;
94 boolean_t wantw;
95 boolean_t rxhangbug;
96 boolean_t resumebug;
97 boolean_t is557;
98 boolean_t canpause;
99 boolean_t canmwi;
104 uint64_t ipackets;
128 } iprb_t; argument