Lines Matching defs:fhci_ep_pram
190 struct fhci_ep_pram { struct
191 __be16 rx_base; /* Rx BD base address */
192 __be16 tx_base; /* Tx BD base address */
193 u8 rx_func_code; /* Rx function code */
194 u8 tx_func_code; /* Tx function code */
195 __be16 rx_buff_len; /* Rx buffer length */
196 __be16 rx_bd_ptr; /* Rx BD pointer */
197 __be16 tx_bd_ptr; /* Tx BD pointer */
198 __be32 tx_state; /* Tx internal state */
199 __be32 tx_ptr; /* Tx internal data pointer */
200 __be16 tx_crc; /* temp transmit CRC */
201 __be16 tx_cnt; /* Tx byte count */
202 __be32 tx_temp; /* Tx temp */
203 __be16 tx_u_ptr; /* Tx microcode return address temp */
204 __be16 reserved;