Home
last modified time | relevance | path

Searched refs:response_type (Results 1 – 19 of 19) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp144 ncsi_response_type_t response_type = ncsi_fsm_poll_l2_config( in poll_l2_config() local
149 if (response_type == NCSI_RESPONSE_ACK) in poll_l2_config()
164 else if (NCSI_RESPONSE_NONE == response_type) in poll_l2_config()
172 report_ncsi_error(response_type); in poll_l2_config()
184 ncsi_response_type_t response_type = in poll_simple() local
190 if (response_type == NCSI_RESPONSE_NONE) in poll_simple()
226 else if (response_type != NCSI_RESPONSE_ACK) in poll_simple()
228 report_ncsi_error(response_type); in poll_simple()
234 void StateMachine::report_ncsi_error(ncsi_response_type_t response_type) in report_ncsi_error() argument
240 switch (response_type) in report_ncsi_error()
H A Dncsi_state_machine.h72 void report_ncsi_error(ncsi_response_type_t response_type);
/openbmc/linux/drivers/mmc/host/
H A Dvub300.c67 u8 response_type; member
896 u8 response_type; in send_command() local
900 response_type = SDRT_1; in send_command()
912 response_type = SDRT_1; in send_command()
916 response_type = SDRT_1; in send_command()
920 response_type = SDRT_1; in send_command()
924 response_type = SDRT_3; in send_command()
928 response_type = SDRT_1; in send_command()
932 response_type = SDRT_1; in send_command()
936 response_type = SDRT_1; in send_command()
[all …]
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c34 struct response_type { struct
863 struct response_type *resp_type = msg->private; in zcrypt_msgtype6_receive()
927 struct response_type *resp_type = msg->private; in zcrypt_msgtype6_receive_ep11()
974 struct response_type resp_type = { in zcrypt_msgtype6_modexpo()
1024 struct response_type resp_type = { in zcrypt_msgtype6_modexpo_crt()
1076 struct response_type resp_type = { in prep_cca_ap_msg()
1104 struct response_type *rtype = ap_msg->private; in zcrypt_msgtype6_send_cprb()
1173 struct response_type resp_type = { in prep_ep11_ap_msg()
1204 struct response_type *rtype = ap_msg->private; in zcrypt_msgtype6_send_ep11_cprb()
1286 struct response_type resp_type = { in prep_rng_ap_msg()
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-amd-mp2.h90 enum response_type { enum
127 enum response_type response : 2;
H A Di2c-amd-mp2-pci.c139 enum response_type res = i2c_common->eventval.r.response; in __amd_mp2_process_event()
/openbmc/linux/drivers/thunderbolt/
H A Ddma_port.c72 if (pkg->frame.eof != req->response_type) in dma_port_match()
116 req->response_type = TB_CFG_PKG_READ; in dma_port_read()
159 req->response_type = TB_CFG_PKG_WRITE; in dma_port_write()
H A Dctl.c832 if (pkg->frame.eof != req->response_type) in tb_cfg_match()
856 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy()
896 req->response_type = TB_CFG_PKG_RESET; in tb_cfg_reset()
953 req->response_type = TB_CFG_PKG_READ; in tb_cfg_read_raw()
1026 req->response_type = TB_CFG_PKG_WRITE; in tb_cfg_write_raw()
H A Dctl.h84 enum tb_cfg_pkg_type response_type; member
H A Dxdomain.c174 size_t response_size, enum tb_cfg_pkg_type response_type, in __tb_xdomain_request() argument
191 req->response_type = response_type; in __tb_xdomain_request()
220 enum tb_cfg_pkg_type response_type, unsigned int timeout_msec) in tb_xdomain_request() argument
224 response_type, timeout_msec); in tb_xdomain_request()
H A Dicm.c277 if (pkg->frame.eof != req->response_type) in icm_match()
320 req->response_type = TB_CFG_PKG_ICM_RESP; in icm_request()
2239 req->response_type = TB_CFG_PKG_ICM_RESP; in icm_usb4_switch_nvm_authenticate()
/openbmc/linux/drivers/input/touchscreen/
H A Dwacom_w8001.c91 unsigned char response_type; member
336 w8001->response_type = W8001_QUERY_PACKET; in w8001_interrupt()
364 w8001->response_type = 0; in w8001_command()
371 if (w8001->response_type != W8001_QUERY_PACKET) in w8001_command()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_pke.h43 __u8 response_type; member
H A Dicp_qat_fw.h101 __u8 response_type; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-initialize-local-variables-before-use.patch29 KXTJ3_INTERRUPT_RESPONSE_T response_type)
/openbmc/bmcweb/http/
H A Dwebsocket_impl.hpp85 protocolHeader](boost::beast::websocket::response_type& m) { in start()
/openbmc/linux/include/linux/
H A Dthunderbolt.h349 enum tb_cfg_pkg_type response_type,
/openbmc/linux/net/sctp/
H A Dsm_make_chunk.c3019 __be16 response_type; in sctp_add_asconf_response() local
3022 response_type = SCTP_PARAM_SUCCESS_REPORT; in sctp_add_asconf_response()
3024 response_type = SCTP_PARAM_ERR_CAUSE; in sctp_add_asconf_response()
3032 ack_param.param_hdr.type = response_type; in sctp_add_asconf_response()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0001-Adapt-to-OpenSSL-1.1.1.patch65 pamsshagentauth_buffer_put_int(&buffer, response_type);