Lines Matching defs:init_cb_81xx
2085 struct init_cb_81xx { struct
2086 __le16 version;
2087 __le16 reserved_1;
2089 __le16 frame_payload_size;
2090 __le16 execution_throttle;
2091 __le16 exchange_count;
2093 __le16 reserved_2;
2095 uint8_t port_name[WWN_SIZE]; /* Big endian. */
2096 uint8_t node_name[WWN_SIZE]; /* Big endian. */
2098 __le16 response_q_inpointer;
2099 __le16 request_q_outpointer;
2101 __le16 login_retry_count;
2103 __le16 prio_request_q_outpointer;
2105 __le16 response_q_length;
2106 __le16 request_q_length;
2108 __le16 reserved_3;
2110 __le16 prio_request_q_length;
2112 __le64 request_q_address __packed;
2113 __le64 response_q_address __packed;
2114 __le64 prio_request_q_address __packed;
2116 uint8_t reserved_4[8];
2118 __le16 atio_q_inpointer;
2119 __le16 atio_q_length;
2120 __le64 atio_q_address __packed;
2122 __le16 interrupt_delay_timer; /* 100us increments. */
2123 __le16 login_timeout;
2136 __le32 firmware_options_1;
2154 __le32 firmware_options_2;
2185 struct init_cb_81xx init_cb; argument