Searched refs:init_connect_result (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/twa/
H A Dtw_cl_init.c419 TW_UINT32 init_connect_result = 0; local
453 &init_connect_result))) {
465 if (init_connect_result & TWA_CTLR_FW_COMPATIBLE) {
467 if (init_connect_result & TWA_CTLR_FW_SAME_OR_NEWER) {
497 &init_connect_result))) {
508 if (!(init_connect_result & TWA_CTLR_FW_COMPATIBLE)) {
626 * init_connect_result -- result bitmap of fw response
637 TW_UINT32 *init_connect_result)
696 *init_connect_result = TW_CL_SWAP32(init_connect->result);
631 tw_cli_init_connection(struct tw_cli_ctlr_context *ctlr, TW_UINT16 message_credits, TW_UINT32 set_features, TW_UINT16 current_fw_srl, TW_UINT16 current_fw_arch_id, TW_UINT16 current_fw_branch, TW_UINT16 current_fw_build, TW_UINT16 *fw_on_ctlr_srl, TW_UINT16 *fw_on_ctlr_arch_id, TW_UINT16 *fw_on_ctlr_branch, TW_UINT16 *fw_on_ctlr_build, TW_UINT32 *init_connect_result) argument
H A Dtw_cl_externs.h66 TW_UINT32 *init_connect_result);

Completed in 159 milliseconds