Home
last modified time | relevance | path

Searched refs:status (Results 9701 - 9725 of 20117) sorted by relevance

1...<<381382383384385386387388389390>>...805

/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-dev-v5.c587 static int ccp_find_lsb_regions(struct ccp_cmd_queue *cmd_q, u64 status) in ccp_find_lsb_regions() argument
597 if (status & q_mask) in ccp_find_lsb_regions()
599 status >>= LSB_REGION_WIDTH; in ccp_find_lsb_regions()
739 u32 status; in ccp5_irq_bh() local
745 status = ioread32(cmd_q->reg_interrupt_status); in ccp5_irq_bh()
747 if (status) { in ccp5_irq_bh()
748 cmd_q->int_status = status; in ccp5_irq_bh()
753 if ((status & INT_ERROR) && !cmd_q->cmd_error) in ccp5_irq_bh()
759 iowrite32(status, cmd_q->reg_interrupt_status); in ccp5_irq_bh()
786 u64 status; in ccp5_init() local
[all...]
/kernel/linux/linux-6.6/drivers/net/fjes/
H A Dfjes_hw.c194 /* Share status address */ in fjes_hw_init_command_registers()
765 enum ep_partner_status status; in fjes_hw_get_partner_ep_status() local
769 status = EP_PARTNER_WAITING; in fjes_hw_get_partner_ep_status()
772 status = EP_PARTNER_COMPLETE; in fjes_hw_get_partner_ep_status()
774 status = EP_PARTNER_SHARED; in fjes_hw_get_partner_ep_status()
777 status = EP_PARTNER_UNSHARE; in fjes_hw_get_partner_ep_status()
780 return status; in fjes_hw_get_partner_ep_status()
785 enum ep_partner_status status; in fjes_hw_raise_epstop() local
793 status = fjes_hw_get_partner_ep_status(hw, epidx); in fjes_hw_raise_epstop()
794 switch (status) { in fjes_hw_raise_epstop()
816 enum ep_partner_status status; fjes_hw_wait_epstop() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c392 memset(&info->status, 0, sizeof(info->status)); in ath12k_dp_tx_htt_tx_complete_buf()
397 info->status.ack_signal = ATH12K_DEFAULT_NOISE_FLOOR + in ath12k_dp_tx_htt_tx_complete_buf()
399 info->status.flags = IEEE80211_TX_STATUS_ACK_SIGNAL_VALID; in ath12k_dp_tx_htt_tx_complete_buf()
442 ath12k_warn(ab, "Unknown htt tx status %d\n", wbm_status); in ath12k_dp_tx_process_htt_tx_complete()
480 memset(&info->status, 0, sizeof(info->status)); in ath12k_dp_tx_complete_msdu()
483 info->status.rates[0].idx = -1; in ath12k_dp_tx_complete_msdu()
485 if (ts->status == HAL_WBM_TQM_REL_REASON_FRAME_ACKED && in ath12k_dp_tx_complete_msdu()
488 info->status in ath12k_dp_tx_complete_msdu()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/
H A Dcx23885-video.c764 * status field. in cx23885_enum_input()
766 call_all(dev, video, g_input_status, &i->status); in cx23885_enum_input()
1102 int cx23885_video_irq(struct cx23885_dev *dev, u32 status) in cx23885_video_irq() argument
1108 if (0 == (status & mask)) in cx23885_video_irq()
1111 cx_write(VID_A_INT_STAT, status); in cx23885_video_irq()
1114 if ((status & VID_BC_MSK_OPC_ERR) || in cx23885_video_irq()
1115 (status & VID_BC_MSK_SYNC) || in cx23885_video_irq()
1116 (status & VID_BC_MSK_OF)) { in cx23885_video_irq()
1118 if (status & VID_BC_MSK_OPC_ERR) { in cx23885_video_irq()
1127 if (status in cx23885_video_irq()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c227 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) { in __iwl_up()
270 set_bit(STATUS_EXIT_PENDING, &priv->status); in __iwl_up()
272 clear_bit(STATUS_EXIT_PENDING, &priv->status); in __iwl_up()
295 if (WARN_ON(!test_bit(STATUS_READY, &priv->status))) in iwlagn_mac_start()
954 if (test_bit(STATUS_EXIT_PENDING, &priv->status) || in iwlagn_mac_channel_switch()
955 test_bit(STATUS_SCANNING, &priv->status) || in iwlagn_mac_channel_switch()
956 test_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status)) in iwlagn_mac_channel_switch()
999 set_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status); in iwlagn_mac_channel_switch()
1002 clear_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status); in iwlagn_mac_channel_switch()
1020 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) in iwl_chswitch_done()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.c1167 int status; in rt2x00queue_initialize() local
1169 status = rt2x00queue_alloc_entries(rt2x00dev->rx); in rt2x00queue_initialize()
1170 if (status) in rt2x00queue_initialize()
1174 status = rt2x00queue_alloc_entries(queue); in rt2x00queue_initialize()
1175 if (status) in rt2x00queue_initialize()
1179 status = rt2x00queue_alloc_entries(rt2x00dev->bcn); in rt2x00queue_initialize()
1180 if (status) in rt2x00queue_initialize()
1184 status = rt2x00queue_alloc_entries(rt2x00dev->atim); in rt2x00queue_initialize()
1185 if (status) in rt2x00queue_initialize()
1189 status in rt2x00queue_initialize()
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-microchip-host.c420 unsigned long status; in mc_handle_msi() local
426 status = readl_relaxed(bridge_base_addr + ISTATUS_LOCAL); in mc_handle_msi()
427 if (status & PM_MSI_INT_MSI_MASK) { in mc_handle_msi()
428 writel_relaxed(status & PM_MSI_INT_MSI_MASK, bridge_base_addr + ISTATUS_LOCAL); in mc_handle_msi()
429 status = readl_relaxed(bridge_base_addr + ISTATUS_MSI); in mc_handle_msi()
430 for_each_set_bit(bit, &status, msi->num_vectors) { in mc_handle_msi()
569 unsigned long status; in mc_handle_intx() local
575 status = readl_relaxed(bridge_base_addr + ISTATUS_LOCAL); in mc_handle_intx()
576 if (status & PM_MSI_INT_INTX_MASK) { in mc_handle_intx()
577 status in mc_handle_intx()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c902 enum drm_mode_status *status) in intel_dp_mst_mode_valid_ctx()
919 *status = MODE_ERROR; in intel_dp_mst_mode_valid_ctx()
923 *status = intel_cpu_transcoder_mode_valid(dev_priv, mode); in intel_dp_mst_mode_valid_ctx()
924 if (*status != MODE_OK) in intel_dp_mst_mode_valid_ctx()
928 *status = MODE_NO_DBLESCAN; in intel_dp_mst_mode_valid_ctx()
944 *status = MODE_CLOCK_HIGH; in intel_dp_mst_mode_valid_ctx()
949 *status = MODE_CLOCK_LOW; in intel_dp_mst_mode_valid_ctx()
954 *status = MODE_H_ILLEGAL; in intel_dp_mst_mode_valid_ctx()
963 *status = MODE_CLOCK_HIGH; in intel_dp_mst_mode_valid_ctx()
999 *status in intel_dp_mst_mode_valid_ctx()
899 intel_dp_mst_mode_valid_ctx(struct drm_connector *connector, struct drm_display_mode *mode, struct drm_modeset_acquire_ctx *ctx, enum drm_mode_status *status) intel_dp_mst_mode_valid_ctx() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dcq.c486 srq->queue[srq->size].status.host_wq_pidx = in post_pending_srq_wrs()
557 pr_debug("CQE OVF %u qpid 0x%0x genbit %u type %u status 0x%0x opcode 0x%0x len 0x%0x wrid_hi_stag 0x%x wrid_low_msn 0x%x\n", in poll_cq()
781 pr_debug("qpid 0x%x type %d opcode %d status 0x%x len %u wrid hi 0x%x lo 0x%x cookie 0x%llx\n", in __c4iw_poll_cq_one()
856 wc->status = IB_WC_WR_FLUSH_ERR; in __c4iw_poll_cq_one()
861 wc->status = IB_WC_SUCCESS; in __c4iw_poll_cq_one()
864 wc->status = IB_WC_LOC_ACCESS_ERR; in __c4iw_poll_cq_one()
867 wc->status = IB_WC_LOC_PROT_ERR; in __c4iw_poll_cq_one()
871 wc->status = IB_WC_LOC_ACCESS_ERR; in __c4iw_poll_cq_one()
874 wc->status = IB_WC_GENERAL_ERR; in __c4iw_poll_cq_one()
877 wc->status in __c4iw_poll_cq_one()
[all...]
/kernel/linux/linux-6.6/drivers/hsi/clients/
H A Dcmt_speech.c311 msg->status = HSI_STATUS_COMPLETED; in cs_hsi_data_destructor()
354 WARN_ON(msg->status != HSI_STATUS_COMPLETED && in cs_hsi_free_data_msg()
355 msg->status != HSI_STATUS_ERROR); in cs_hsi_free_data_msg()
371 info, msg->status, *state); in __cs_hsi_error_pre()
432 if (msg->status == HSI_STATUS_ERROR) { in cs_hsi_read_on_control_complete()
463 if (msg->status == HSI_STATUS_ERROR) { in cs_hsi_peek_on_control_complete()
512 if (msg->status == HSI_STATUS_COMPLETED) { in cs_hsi_write_on_control_complete()
517 } else if (msg->status == HSI_STATUS_ERROR) { in cs_hsi_write_on_control_complete()
521 "unexpected status in control write callback %d\n", in cs_hsi_write_on_control_complete()
522 msg->status); in cs_hsi_write_on_control_complete()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddso.c748 dso->data.status = DSO_DATA_STATUS_OK; in try_to_open_dso()
750 dso->data.status = DSO_DATA_STATUS_ERROR; in try_to_open_dso()
764 if (dso->data.status == DSO_DATA_STATUS_ERROR) in dso__data_get_fd()
805 dso->data.status = DSO_DATA_STATUS_ERROR; in bpf_read()
826 dso->data.status = DSO_DATA_STATUS_ERROR; in bpf_size()
939 dso->data.status = DSO_DATA_STATUS_ERROR; in file_read()
1064 dso->data.status = DSO_DATA_STATUS_ERROR; in file_size()
1072 dso->data.status = DSO_DATA_STATUS_ERROR; in file_size()
1087 if (dso->data.status == DSO_DATA_STATUS_ERROR) in dso__data_file_size()
1143 if (dso->data.status in dso__data_read_offset()
[all...]
/kernel/linux/linux-6.6/sound/drivers/vx/
H A Dvx_mixer.c286 * set the mute status of the given audio
300 * set the mute status of the given audio
744 * IEC958 status bits
758 ucontrol->value.iec958.status[0] = (chip->uer_bits >> 0) & 0xff; in vx_iec958_get()
759 ucontrol->value.iec958.status[1] = (chip->uer_bits >> 8) & 0xff; in vx_iec958_get()
760 ucontrol->value.iec958.status[2] = (chip->uer_bits >> 16) & 0xff; in vx_iec958_get()
761 ucontrol->value.iec958.status[3] = (chip->uer_bits >> 24) & 0xff; in vx_iec958_get()
768 ucontrol->value.iec958.status[0] = 0xff; in vx_iec958_mask_get()
769 ucontrol->value.iec958.status[1] = 0xff; in vx_iec958_mask_get()
770 ucontrol->value.iec958.status[ in vx_iec958_mask_get()
[all...]
/kernel/linux/linux-6.6/sound/pci/
H A Datiixp_modem.c172 u16 status; /* status bits */ member
346 desc->status = 0; in atiixp_build_dma_packets()
1004 unsigned int status; in snd_atiixp_interrupt() local
1006 status = atiixp_read(chip, ISR); in snd_atiixp_interrupt()
1008 if (! status) in snd_atiixp_interrupt()
1012 if (status & ATI_REG_ISR_MODEM_OUT1_XRUN) in snd_atiixp_interrupt()
1014 else if (status & ATI_REG_ISR_MODEM_OUT1_STATUS) in snd_atiixp_interrupt()
1016 if (status & ATI_REG_ISR_MODEM_IN_XRUN) in snd_atiixp_interrupt()
1018 else if (status in snd_atiixp_interrupt()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dhdmi-codec.c399 memcpy(ucontrol->value.iec958.status, hcp->iec_status, in hdmi_codec_iec958_default_get()
411 memcpy(hcp->iec_status, ucontrol->value.iec958.status, in hdmi_codec_iec958_default_put()
420 memset(ucontrol->value.iec958.status, 0xff, in hdmi_codec_iec958_mask_get()
550 .status = { 0 }, in hdmi_codec_hw_params()
573 memcpy(hp.iec.status, hcp->iec_status, sizeof(hp.iec.status)); in hdmi_codec_hw_params()
574 ret = snd_pcm_fill_iec958_consumer_hw_params(params, hp.iec.status, in hdmi_codec_hw_params()
575 sizeof(hp.iec.status)); in hdmi_codec_hw_params()
577 dev_err(dai->dev, "Creating IEC958 channel status failed %d\n", in hdmi_codec_hw_params()
609 memcpy(hp.iec.status, hc in hdmi_codec_prepare()
[all...]
/kernel/linux/linux-6.6/net/sctp/
H A Dsm_sideeffect.c46 enum sctp_disposition status,
55 enum sctp_disposition status,
1129 pr_debug("%s[post-fn]: asoc:%p, status:%s\n", __func__, asoc, \
1130 sctp_status_tbl[status])
1155 enum sctp_disposition status; in sctp_do_sm() local
1166 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); in sctp_do_sm()
1170 ep, &asoc, event_arg, status, in sctp_do_sm()
1186 enum sctp_disposition status, in sctp_side_effects()
1200 event_arg, status, in sctp_side_effects()
1204 switch (status) { in sctp_side_effects()
1180 sctp_side_effects(enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association **asoc, void *event_arg, enum sctp_disposition status, struct sctp_cmd_seq *commands, gfp_t gfp) sctp_side_effects() argument
1269 sctp_cmd_interpreter(enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, enum sctp_disposition status, struct sctp_cmd_seq *commands, gfp_t gfp) sctp_cmd_interpreter() argument
[all...]
/third_party/elfutils/src/
H A Dnm.c810 int status = -1; in show_symbols_sysv() local
812 &demangle_buffer_len, &status); in show_symbols_sysv()
814 if (status == 0) in show_symbols_sysv()
963 int status = -1; in show_symbols_bsd() local
965 &demangle_buffer_len, &status); in show_symbols_bsd()
967 if (status == 0) in show_symbols_bsd()
1095 int status = -1; in show_symbols_posix() local
1097 &demangle_buffer_len, &status); in show_symbols_posix()
1099 if (status == 0) in show_symbols_posix()
1374 int status in show_symbols() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_ioplug.c124 static int snd_pcm_ioplug_status(snd_pcm_t *pcm, snd_pcm_status_t * status) in snd_pcm_ioplug_status() argument
129 memset(status, 0, sizeof(*status)); in snd_pcm_ioplug_status()
131 status->state = io->data->state; in snd_pcm_ioplug_status()
132 status->trigger_tstamp = io->trigger_tstamp; in snd_pcm_ioplug_status()
133 gettimestamp(&status->tstamp, pcm->tstamp_type); in snd_pcm_ioplug_status()
134 status->avail = snd_pcm_mmap_avail(pcm); in snd_pcm_ioplug_status()
135 status->avail_max = io->avail_max; in snd_pcm_ioplug_status()
136 status->appl_ptr = *pcm->appl.ptr; in snd_pcm_ioplug_status()
137 status in snd_pcm_ioplug_status()
[all...]
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_sockopt.c102 struct sctp_status status; in main() local
172 memset(&status, 0, optlen); in main()
173 error = getsockopt(udp_svr_sk, SOL_SCTP, SCTP_STATUS, &status, in main()
240 memset(&status, 0, optlen); in main()
241 status.sstat_assoc_id = udp_clt_associd; in main()
242 test_getsockopt(udp_clt_sk, SCTP_STATUS, &status, &optlen); in main()
248 memset(&status, 0, optlen); in main()
249 status.sstat_assoc_id = udp_svr_associd; in main()
250 error = getsockopt(udp_clt_sk, SOL_SCTP, SCTP_STATUS, &status, in main()
260 memset(&status, in main()
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_msg.c454 int status = OSSL_CMP_PKISTATUS_unspecified; in ossl_cmp_certrep_new() local
470 OSSL_CMP_PKISI_free(resp->status); in ossl_cmp_certrep_new()
471 if ((resp->status = OSSL_CMP_PKISI_dup(si)) == NULL in ossl_cmp_certrep_new()
475 status = ossl_cmp_pkisi_get_status(resp->status); in ossl_cmp_certrep_new()
476 if (status != OSSL_CMP_PKISTATUS_rejection in ossl_cmp_certrep_new()
477 && status != OSSL_CMP_PKISTATUS_waiting && cert != NULL) { in ossl_cmp_certrep_new()
590 if (!sk_OSSL_CMP_PKISI_push(rep->status, si1)) { in ossl_cmp_rp_new()
831 * explicit status details (with respect to acceptance or rejection) MAY in ossl_cmp_certConf_new()
914 * returns the status fiel
923 OSSL_CMP_PKISI *status; ossl_cmp_revrepcontent_get_pkisi() local
[all...]
/third_party/openssl/crypto/cmp/
H A Dcmp_msg.c454 int status = OSSL_CMP_PKISTATUS_unspecified; in ossl_cmp_certrep_new() local
470 OSSL_CMP_PKISI_free(resp->status); in ossl_cmp_certrep_new()
471 if ((resp->status = OSSL_CMP_PKISI_dup(si)) == NULL in ossl_cmp_certrep_new()
475 status = ossl_cmp_pkisi_get_status(resp->status); in ossl_cmp_certrep_new()
476 if (status != OSSL_CMP_PKISTATUS_rejection in ossl_cmp_certrep_new()
477 && status != OSSL_CMP_PKISTATUS_waiting && cert != NULL) { in ossl_cmp_certrep_new()
590 if (!sk_OSSL_CMP_PKISI_push(rep->status, si1)) { in ossl_cmp_rp_new()
831 * explicit status details (with respect to acceptance or rejection) MAY in ossl_cmp_certConf_new()
914 * returns the status fiel
923 OSSL_CMP_PKISI *status; ossl_cmp_revrepcontent_get_pkisi() local
[all...]
/third_party/toybox/toys/pending/
H A Ddiff.c45 int dir_num, size, is_binary, status, change, len[2];
381 TT.status = SAME; in diff()
389 TT.status = 2; in diff()
407 if (i != j) TT.status = DIFFER; in diff()
416 if (bufi[t] != bufj[t]) TT.status = DIFFER; in diff()
420 if (TT.is_binary || (TT.status == SAME)) return NULL; in diff()
599 if (!J) return; //No need to compare, have to status only in do_diff()
639 TT.status = change; //update status, may change bcoz of -w etc. in do_diff()
719 switch (TT.status) { in show_status()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c707 wpa_printf(MSG_DEBUG, "GnuTLS: OCSP status callback - no response configured"); in server_ocsp_status_req()
714 "GnuTLS: OCSP status callback - could not read response file (%s)", in server_ocsp_status_req()
720 "GnuTLS: OCSP status callback - send cached response"); in server_ocsp_status_req()
1018 * status is unknown, handshake continues and reaches here. We need to in check_ocsp()
1019 * re-import the OCSP response to check for unknown certificate status, in check_ocsp()
1061 wpa_printf(MSG_DEBUG, "GnuTLS: OCSP cert status: good"); in check_ocsp()
1064 "GnuTLS: OCSP cert status: revoked"); in check_ocsp()
1068 "GnuTLS: OCSP cert status: unknown"); in check_ocsp()
1079 "bad certificate status response", in check_ocsp()
1138 unsigned int status, num_cert in tls_connection_verify_peer() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c707 wpa_printf(MSG_DEBUG, "GnuTLS: OCSP status callback - no response configured"); in server_ocsp_status_req()
714 "GnuTLS: OCSP status callback - could not read response file (%s)", in server_ocsp_status_req()
720 "GnuTLS: OCSP status callback - send cached response"); in server_ocsp_status_req()
1018 * status is unknown, handshake continues and reaches here. We need to in check_ocsp()
1019 * re-import the OCSP response to check for unknown certificate status, in check_ocsp()
1061 wpa_printf(MSG_DEBUG, "GnuTLS: OCSP cert status: good"); in check_ocsp()
1064 "GnuTLS: OCSP cert status: revoked"); in check_ocsp()
1068 "GnuTLS: OCSP cert status: unknown"); in check_ocsp()
1079 "bad certificate status response", in check_ocsp()
1138 unsigned int status, num_cert in tls_connection_verify_peer() local
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Dpnd2_edac.c147 static bool p2sb_is_busy(u16 *status) in p2sb_is_busy() argument
149 P2SB_READ(word, P2SB_STAT_OFF, status); in p2sb_is_busy()
151 return !!(*status & P2SB_BUSY); in p2sb_is_busy()
157 u16 status; in _apl_rd_reg() local
165 if (p2sb_is_busy(&status)) { in _apl_rd_reg()
176 while (p2sb_is_busy(&status)) { in _apl_rd_reg()
184 ret = (status >> 1) & 0x3; in _apl_rd_reg()
1149 bool overflow = m->status & MCI_STATUS_OVER; in pnd2_mce_output_error()
1150 bool uc_err = m->status & MCI_STATUS_UC; in pnd2_mce_output_error()
1151 bool recov = m->status in pnd2_mce_output_error()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c1225 context_desc->status = 0; in ixgb_tso()
1266 context_desc->status = 0; in ixgb_tx_csum()
1392 u8 status = 0; in ixgb_tx_queue() local
1415 tx_desc->status = status; in ixgb_tx_queue()
1792 while (eop_desc->status & IXGB_TX_DESC_STATUS_DD) { in ixgb_clean_tx_irq()
1806 *(u32 *)&(tx_desc->status) = 0; in ixgb_clean_tx_irq()
1850 " next_to_watch.status <%x>\n", in ixgb_clean_tx_irq()
1858 eop_desc->status); in ixgb_clean_tx_irq()
1881 if ((rx_desc->status in ixgb_rx_checksum()
1951 u8 status; ixgb_clean_rx_irq() local
[all...]

Completed in 43 milliseconds

1...<<381382383384385386387388389390>>...805