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