Lines Matching defs:typhoon_shared
235 struct typhoon_shared { struct
236 struct typhoon_interface iface;
237 struct typhoon_indexes indexes __3xp_aligned;
238 struct tx_desc txLo[TXLO_ENTRIES] __3xp_aligned;
239 struct rx_desc rxLo[RX_ENTRIES] __3xp_aligned;
240 struct rx_desc rxHi[RX_ENTRIES] __3xp_aligned;
241 struct cmd_desc cmd[COMMAND_ENTRIES] __3xp_aligned;
242 struct resp_desc resp[RESPONSE_ENTRIES] __3xp_aligned;
243 struct rx_free rxBuff[RXFREE_ENTRIES] __3xp_aligned;
244 u32 zeroWord;
245 struct tx_desc txHi[TXHI_ENTRIES];