/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | ncsi_state_machine.cpp | 144 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 D | ncsi_state_machine.h | 72 void report_ncsi_error(ncsi_response_type_t response_type);
|
/openbmc/linux/drivers/mmc/host/ |
H A D | vub300.c | 67 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 D | zcrypt_msgtype6.c | 34 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 D | i2c-amd-mp2.h | 90 enum response_type { enum 127 enum response_type response : 2;
|
H A D | i2c-amd-mp2-pci.c | 139 enum response_type res = i2c_common->eventval.r.response; in __amd_mp2_process_event()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | dma_port.c | 72 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 D | ctl.c | 832 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 D | ctl.h | 84 enum tb_cfg_pkg_type response_type; member
|
H A D | xdomain.c | 174 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 D | icm.c | 277 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 D | wacom_w8001.c | 91 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 D | icp_qat_fw_pke.h | 43 __u8 response_type; member
|
H A D | icp_qat_fw.h | 101 __u8 response_type; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/ |
H A D | 0001-initialize-local-variables-before-use.patch | 29 KXTJ3_INTERRUPT_RESPONSE_T response_type)
|
/openbmc/bmcweb/http/ |
H A D | websocket_impl.hpp | 85 protocolHeader](boost::beast::websocket::response_type& m) { in start()
|
/openbmc/linux/include/linux/ |
H A D | thunderbolt.h | 349 enum tb_cfg_pkg_type response_type,
|
/openbmc/linux/net/sctp/ |
H A D | sm_make_chunk.c | 3019 __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 D | 0001-Adapt-to-OpenSSL-1.1.1.patch | 65 pamsshagentauth_buffer_put_int(&buffer, response_type);
|