Home
last modified time | relevance | path

Searched refs:response (Results 1151 - 1175 of 1179) sorted by relevance

1...<<4142434445464748

/kernel/linux/linux-6.6/include/linux/greybus/
H A Dgreybus_protocols.h29 * response message with its operation. The header contains an
33 * the message is a request (clear) or a response (set).
39 * response message (if any) is ignored. The result byte must be
126 /* disconnecting response has no payload */
131 /* Control protocol [dis]connected response has no payload */
134 * All Bundle power management operations use the same request and response
154 * response layout and error codes. Define a single response structure and reuse
218 /* firmware download find firmware request/response */
228 /* firmware download fetch firmware request/response */
360 __u8 response[64]; global() member
[all...]
/kernel/linux/linux-6.6/drivers/perf/
H A Dxgene_pmu.c360 XGENE_PMU_EVENT_ATTR(mcu-rd-response, 0x18),
/third_party/python/Lib/test/
H A Dtest_smtplib.py755 # test response of client to a non-successful HELO message
866 self.push('501 Syntax: AUTH <mechanism> [initial-response]')
897 self.push('535 Splitting response {!r} into user and password'
928 self.push('535 Splitting response {!r} into user and password '
1359 # server is set up to munge the EHLO response, so we need to provide
1496 # RFC 4954's AUTH command allows for an optional initial-response.
1502 # AUTH PLAIN <initial-response> with the response base 64
1503 # encoded. Hard code the expected response for the test.
1557 code, response
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c6649 /* increate dwell time to receive probe response or detect Beacon in wl_cfg80211_connect()
6849 /* No response from firmware. Indicate connect result in wl_cfg80211_wait_for_disconnection()
7708 wl_stats_report_t *request = NULL, *response = NULL; in wl_cfg80211_ifstats_counters() local
7792 /* Reuse request to process response */ in wl_cfg80211_ifstats_counters()
7793 response = (wl_stats_report_t *)pbuf; in wl_cfg80211_ifstats_counters()
7796 if (response->version != WL_STATS_REPORT_REQUEST_VERSION_V2) { in wl_cfg80211_ifstats_counters()
7801 xtlv = (bcm_xtlv_t *)(response->data); in wl_cfg80211_ifstats_counters()
7807 if ((response->length > WLC_IOCTL_MEDLEN) || in wl_cfg80211_ifstats_counters()
7808 (response->length < expected_resp_len)) { in wl_cfg80211_ifstats_counters()
7810 WL_ERR(("Illegal response lengt in wl_cfg80211_ifstats_counters()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_bsg.c285 * @rspiocbq: Pointer to response iocb.
293 * This function copies the contents of the response iocb to the
294 * response iocb memory object provided by the caller of
562 * @rspiocbq: Pointer to response iocb.
570 * This function copies the contents of the response iocb to the
571 * response iocb memory object provided by the caller of
709 * and response to ensure if the job times out and the request is freed, in lpfc_bsg_rport_els()
1382 * @rspiocbq: Pointer to response iocb.
1390 * This function copy the contents of the response iocb to the
1391 * response ioc
[all...]
H A Dlpfc_els.c127 * @expectRsp: flag indicating whether response is expected.
143 * payload and response payload (if expected). The reference count on the
215 /* Allocate buffer for response payload */ in lpfc_prep_els_iocb()
326 /* Xmit ELS response <elsCmd> to remote NPORT <did> */ in lpfc_prep_els_iocb()
328 "0117 Xmit ELS response x%x to remote " in lpfc_prep_els_iocb()
591 * in FLOGI/FDISC response is cleared and FCID/Fabric portname/ Fabric
619 * Word 1 Bit 31 in FLOGI response is clean address bit in lpfc_check_clean_addr_bit()
642 * @irsp: pointer to the IOCB within the lpfc response IOCB.
647 * from the IOCB response. It also check the newly assigned N_Port ID to the
727 "response dat in lpfc_cmpl_els_flogi_fabric()
[all...]
H A Dlpfc_hbadisc.c1909 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); in lpfc_sli4_fcf_rec_mbox_parse()
1911 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); in lpfc_sli4_fcf_rec_mbox_parse()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_gs.c101 * @rsp_size: response size in bytes
144 if (ct_rsp->header.response != in qla2x00_chk_ms_status()
147 "%s failed rejected request on port_id: %02x%02x%02x Completion status 0x%x, response 0x%x\n", in qla2x00_chk_ms_status()
150 comp_status, ct_rsp->header.response); in qla2x00_chk_ms_status()
965 * @data_size: response size in bytes
1394 * @rsp_size: response size in bytes
1431 * @rsp_size: response size in bytes
1484 * @rsp_size: response size in bytes
H A Dqla_def.h333 /* ISP request and response entry counts (37-65535) */
338 #define RESPONSE_ENTRY_CNT_83XX 4096 /* Number of response entries.*/
339 #define RESPONSE_ENTRY_CNT_2100 64 /* Number of response entries.*/
340 #define RESPONSE_ENTRY_CNT_2300 512 /* Number of response entries.*/
341 #define RESPONSE_ENTRY_CNT_MQ 128 /* Number of response entries.*/
343 #define RESPONSE_ENTRY_CNT_FX00 256 /* Number of response entries.*/
1082 #define MBA_RIO_RESPONSE 0x8040 /* RIO response queue update. */
1083 #define MBA_ZIO_RESPONSE 0x8040 /* ZIO response queue update. */
1841 * ISP queue - response queue entry definition.
2048 uint8_t rsp_info[8]; /* FCP response informatio
3015 __be16 response; global() member
3032 uint16_t response; global() member
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Daachba.c388 "aac_get_config_status: response=%d status=%d action=%d\n", in aac_get_config_status()
389 le32_to_cpu(reply->response), in aac_get_config_status()
392 if ((le32_to_cpu(reply->response) != ST_OK) || in aac_get_config_status()
399 /* Do not set XferState to zero unless receives a response from F/W */ in aac_get_config_status()
420 * receives a response from F/W */ in aac_get_config_status()
428 /* FIB should be freed only after getting the response from the F/W */ in aac_get_config_status()
484 /* FIB should be freed only after getting the response from the F/W */ in aac_get_containers()
1078 /* Move the inquiry data to the response buffer. */ in get_container_serial_callback()
1686 /* allocate DMA buffer for response */ in aac_send_safw_bmic_cmd()
2057 * getting the response fro in aac_get_adapter_info()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_bsg.c276 * @rspiocbq: Pointer to response iocb.
284 * This function copies the contents of the response iocb to the
285 * response iocb memory object provided by the caller of
535 * @rspiocbq: Pointer to response iocb.
543 * This function copies the contents of the response iocb to the
544 * response iocb memory object provided by the caller of
689 * and response to ensure if the job times out and the request is freed, in lpfc_bsg_rport_els()
1342 * @rspiocbq: Pointer to response iocb.
1350 * This function copy the contents of the response iocb to the
1351 * response ioc
[all...]
H A Dlpfc_hbadisc.c2246 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); in lpfc_sli4_fcf_rec_mbox_parse()
2248 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); in lpfc_sli4_fcf_rec_mbox_parse()
H A Dlpfc_els.c137 * @expect_rsp: flag indicating whether response is expected.
153 * payload and response payload (if expected). The reference count on the
221 /* Allocate buffer for response payload */ in lpfc_prep_els_iocb()
300 /* Xmit ELS response <elsCmd> to remote NPORT <did> */ in lpfc_prep_els_iocb()
302 "0117 Xmit ELS response x%x to remote " in lpfc_prep_els_iocb()
557 * in FLOGI/FDISC response is cleared and FCID/Fabric portname/ Fabric
585 * Word 1 Bit 31 in FLOGI response is clean address bit in lpfc_check_clean_addr_bit()
608 * @ulp_word4: command response value
613 * from the IOCB response. It also check the newly assigned N_Port ID to the
693 "response dat in lpfc_cmpl_els_flogi_fabric()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_gs.c101 * @rsp_size: response size in bytes
144 if (ct_rsp->header.response != in qla2x00_chk_ms_status()
147 "%s failed rejected request on port_id: %02x%02x%02x Completion status 0x%x, response 0x%x\n", in qla2x00_chk_ms_status()
150 comp_status, ct_rsp->header.response); in qla2x00_chk_ms_status()
966 * @data_size: response size in bytes
1395 * @rsp_size: response size in bytes
1432 * @rsp_size: response size in bytes
1485 * @rsp_size: response size in bytes
3094 "%s: Failed to allocate ct_sns response.\n", in qla24xx_async_gffid()
H A Dqla_def.h372 /* ISP request and response entry counts (37-65535) */
377 #define RESPONSE_ENTRY_CNT_83XX 4096 /* Number of response entries.*/
378 #define RESPONSE_ENTRY_CNT_2100 64 /* Number of response entries.*/
379 #define RESPONSE_ENTRY_CNT_2300 512 /* Number of response entries.*/
380 #define RESPONSE_ENTRY_CNT_MQ 128 /* Number of response entries.*/
382 #define RESPONSE_ENTRY_CNT_FX00 256 /* Number of response entries.*/
1192 #define MBA_RIO_RESPONSE 0x8040 /* RIO response queue update. */
1193 #define MBA_ZIO_RESPONSE 0x8040 /* ZIO response queue update. */
1957 * ISP queue - response queue entry definition.
2164 uint8_t rsp_info[8]; /* FCP response informatio
3176 __be16 response; global() member
3193 uint16_t response; global() member
[all...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dhabanalabs.h1310 * @cpu_cmd_status_to_host_reg: register address for CPU command status response
1338 * struct fw_response - FW response to LKD command
1351 * @response: FW to LKD response
1359 struct fw_response response; member
1404 * @cpu_timeout: CPU response timeout in usec
1502 * @send_heartbeat: send is-alive packet to CPU-CP and verify response.
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c1635 priv->reply_agg_tx_stats.response); in iwl_dbgfs_reply_tx_error_read()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_h323_types.c1474 {FNAME("response") CHOICE, 5, 19, 24, DECODE | EXT,
1475 offsetof(MultimediaSystemControlMessage, response),
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c1631 priv->reply_agg_tx_stats.response); in iwl_dbgfs_reply_tx_error_read()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_h323_types.c1474 {FNAME("response") CHOICE, 5, 19, 24, DECODE | EXT,
1475 offsetof(MultimediaSystemControlMessage, response),
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_main.c1181 hdr->response = csol_cqe->i_resp; in be_complete_logout()
1206 hdr->response = csol_cqe->i_resp; in be_complete_tmf()
1402 * d. Login response
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_main.c1198 hdr->response = csol_cqe->i_resp; in be_complete_logout()
1223 hdr->response = csol_cqe->i_resp; in be_complete_tmf()
1419 * d. Login response
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h4594 ArkUI_Float32 response, ArkUI_Float32 dampingFraction, ArkUI_Float32 overlapDuration);
4596 ArkUI_Float32 response, ArkUI_Float32 dampingFraction, ArkUI_Float32 overlapDuration);
/third_party/node/deps/llhttp/src/
H A Dllhttp.c7878 state->reason = "Invalid response status"; in llhttp__internal__run()
15803 state->reason = "Invalid response status"; in llhttp__internal__run()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs508 pub response: __u32,

Completed in 158 milliseconds

1...<<4142434445464748