Home
last modified time | relevance | path

Searched refs:status (Results 4376 - 4400 of 19976) sorted by relevance

1...<<171172173174175176177178179180>>...800

/kernel/linux/linux-5.10/fs/nfs/
H A Ddir.c298 int status = -EAGAIN; in nfs_readdir_search_for_cookie() local
320 status = -ELOOP; in nfs_readdir_search_for_cookie()
336 status = -EBADCOOKIE; in nfs_readdir_search_for_cookie()
341 return status; in nfs_readdir_search_for_cookie()
348 int status; in nfs_readdir_search_array() local
353 status = nfs_readdir_search_for_pos(array, desc); in nfs_readdir_search_array()
355 status = nfs_readdir_search_for_cookie(array, desc); in nfs_readdir_search_array()
357 if (status == -EAGAIN) { in nfs_readdir_search_array()
363 return status; in nfs_readdir_search_array()
491 int status; in nfs_prime_dcache() local
569 int status; nfs_readdir_page_filler() local
652 int status = -ENOMEM; nfs_readdir_xdr_to_array() local
852 int status; uncached_readdir() local
1948 int status; nfs_mknod() local
2556 int status; nfs_access_get_cached() local
2677 int status; nfs_do_access() local
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Dsunrpc.h263 #define rpc_show_auth_stat(status) \
264 __print_symbolic(status, \
283 __field(int, status)
289 __entry->status = task->tk_status;
292 TP_printk(SUNRPC_TRACE_TASK_SPECIFIER " status=%d",
294 __entry->status)
377 __field(int, status)
387 __entry->status = task->tk_status;
392 " flags=%s runstate=%s status=%d action=%ps",
396 __entry->status,
[all...]
/third_party/backends/backend/
H A Drts8891.c308 SANE_Status status; in sane_init() local
326 status = probe_rts8891_devices (); in sane_init()
329 return status; in sane_init()
424 SANE_Status status; in sane_open() local
476 status = sanei_usb_open (device->file_name, &device->devnum); in sane_open()
477 if (status != SANE_STATUS_GOOD) in sane_open()
480 device->file_name, sane_strstatus (status)); in sane_open()
481 return status; in sane_open()
488 status = detect_device (device); in sane_open()
489 if (status ! in sane_open()
617 SANE_Status status = SANE_STATUS_GOOD; set_automatic_value() local
695 SANE_Status status = SANE_STATUS_GOOD; set_option_value() local
935 SANE_Status status; sane_control_option() local
1073 SANE_Status status; sane_start() local
1399 SANE_Status status = SANE_STATUS_GOOD; compute_parameters() local
1678 SANE_Status status; sane_get_parameters() local
1713 SANE_Status status; sane_read() local
2214 SANE_Status status = sanei_usb_claim_interface (dev->devnum, 0); sane_close() local
2317 SANE_Status status; probe_rts8891_devices() local
2441 SANE_Status status; attach_rts8891() local
2922 SANE_Status status = SANE_STATUS_GOOD; set_lamp_brightness() local
3016 SANE_Status status = SANE_STATUS_GOOD; find_origin() local
3334 SANE_Status status = SANE_STATUS_GOOD; find_margin() local
3516 SANE_Status status; initialize_device() local
4027 SANE_Status status = SANE_STATUS_GOOD; init_device() local
4525 SANE_Status status = SANE_STATUS_GOOD; detect_device() local
4609 SANE_Status status = SANE_STATUS_GOOD; dark_calibration() local
4864 SANE_Status status = SANE_STATUS_GOOD; gain_calibration() local
5226 SANE_Status status = SANE_STATUS_GOOD; offset_calibration() local
5452 SANE_Status status = SANE_STATUS_GOOD; setup_shading_calibration() local
6130 SANE_Status status = SANE_STATUS_GOOD; shading_calibration() local
6281 SANE_Status status = SANE_STATUS_GOOD; send_calibration_data() local
6513 SANE_Status status = SANE_STATUS_GOOD; move_to_scan_area() local
6554 SANE_Status status = SANE_STATUS_GOOD; setup_scan_registers() local
7619 SANE_Status status = SANE_STATUS_GOOD; write_scan_registers() local
7657 SANE_Status status; park_head() local
7717 SANE_Status status = SANE_STATUS_GOOD; update_button_status() local
7767 SANE_Status status = SANE_STATUS_GOOD; set_lamp_state() local
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dstb0899_algo.c178 internal->status = ANALOGCARRIER; in stb0899_check_tmg()
181 internal->status = TIMINGOK; in stb0899_check_tmg()
185 internal->status = NOTIMING; in stb0899_check_tmg()
188 return internal->status; in stb0899_check_tmg()
204 internal->status = NOTIMING; in stb0899_search_tmg()
225 if (internal->status == TIMINGOK) { in stb0899_search_tmg()
231 return internal->status; in stb0899_search_tmg()
252 internal->status = CARRIEROK; in stb0899_check_carrier()
255 internal->status = NOCARRIER; in stb0899_check_carrier()
259 return internal->status; in stb0899_check_carrier()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c603 memset(&skb_info->status, 0, sizeof(skb_info->status)); in iwl_mvm_skb_prepare_status()
625 * response (with non-success status) for a station we can't in iwl_mvm_get_ctrl_vif_queue()
1106 * we'll notify mac80211 when getting frame status in iwl_mvm_tx_mpdu()
1167 if (unlikely(mvm->queue_info[txq_id].status == in iwl_mvm_tx_mpdu()
1315 const char *iwl_mvm_get_tx_fail_reason(u32 status) in iwl_mvm_get_tx_fail_reason() argument
1320 switch (status & TX_STATUS_MSK) { in iwl_mvm_get_tx_fail_reason()
1391 * translate ucode response to mac80211 tx status control values
1396 struct ieee80211_tx_rate *r = &info->status.rates[0]; in iwl_mvm_hwrate_to_tx_status()
1398 info->status in iwl_mvm_hwrate_to_tx_status()
1403 iwl_mvm_tx_status_check_trigger(struct iwl_mvm *mvm, u32 status) iwl_mvm_tx_status_check_trigger() argument
1464 u32 status = le16_to_cpu(agg_status->status); iwl_mvm_rx_tx_cmd_single() local
1683 iwl_get_agg_tx_status(u16 status) iwl_get_agg_tx_status() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_video.c311 int status; in acpi_video_device_lcd_query_levels() local
318 status = acpi_evaluate_object(handle, "_BCL", NULL, &buffer); in acpi_video_device_lcd_query_levels()
319 if (ACPI_FAILURE(status)) in acpi_video_device_lcd_query_levels()
320 return status; in acpi_video_device_lcd_query_levels()
324 status = -EFAULT; in acpi_video_device_lcd_query_levels()
335 return status; in acpi_video_device_lcd_query_levels()
341 int status; in acpi_video_device_lcd_set_level() local
344 status = acpi_execute_simple_method(device->dev->handle, in acpi_video_device_lcd_set_level()
346 if (ACPI_FAILURE(status)) { in acpi_video_device_lcd_set_level()
561 acpi_status status in acpi_video_device_lcd_get_level_current() local
617 int status; acpi_video_device_EDID() local
682 acpi_status status; acpi_video_bus_DOS() local
1033 acpi_status status = -ENOENT; acpi_video_bus_check() local
1118 acpi_status status; acpi_video_bus_get_one_device() local
1286 int status; acpi_video_device_enumerate() local
1440 acpi_status status; acpi_video_get_edid() local
1876 acpi_status status; acpi_video_dev_add_notify_handler() local
1985 acpi_status status; acpi_video_bus_add() local
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-sff.c54 * ata_sff_check_status - Read device status reg & clear interrupt
57 * Reads ATA taskfile status register for currently-selected device
71 * ata_sff_altstatus - Read device alternate status reg
73 * @status: pointer to a status value
75 * Reads ATA alternate status register for currently-selected device
84 static bool ata_sff_altstatus(struct ata_port *ap, u8 *status) in ata_sff_altstatus() argument
99 if (status) in ata_sff_altstatus()
100 *status = tmp; in ata_sff_altstatus()
109 * if available in order to avoid clearing shared IRQ status
118 u8 status; ata_sff_irq_status() local
189 u8 status = link->ap->ops->sff_check_status(link->ap); ata_sff_check_ready() local
914 ata_sff_hsm_move(struct ata_port *ap, struct ata_queued_cmd *qc, u8 status, int in_wq) ata_sff_hsm_move() argument
1215 u8 status; ata_sff_pio_task() local
1397 u8 status; __ata_sff_port_intr() local
1567 u8 status = 0; ata_sff_lost_interrupt() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c432 struct hal_reo_status *status) in ath11k_hal_reo_status_queue_stats()
438 status->uniform_hdr.cmd_num = in ath11k_hal_reo_status_queue_stats()
441 status->uniform_hdr.cmd_status = in ath11k_hal_reo_status_queue_stats()
445 ath11k_dbg(ab, ATH11K_DBG_HAL, "Queue stats status:\n"); in ath11k_hal_reo_status_queue_stats()
446 ath11k_dbg(ab, ATH11K_DBG_HAL, "header: cmd_num %d status %d\n", in ath11k_hal_reo_status_queue_stats()
447 status->uniform_hdr.cmd_num, in ath11k_hal_reo_status_queue_stats()
448 status->uniform_hdr.cmd_status); in ath11k_hal_reo_status_queue_stats()
497 int ath11k_hal_reo_process_status(u8 *reo_desc, u8 *status) in ath11k_hal_reo_process_status() argument
503 *status = FIELD_GET(HAL_REO_STATUS_HDR_INFO0_EXEC_STATUS, hdr->info0); in ath11k_hal_reo_process_status()
509 struct hal_reo_status *status) in ath11k_hal_reo_flush_queue_status()
431 ath11k_hal_reo_status_queue_stats(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_status_queue_stats() argument
508 ath11k_hal_reo_flush_queue_status(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_flush_queue_status() argument
526 ath11k_hal_reo_flush_cache_status(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_flush_cache_status() argument
568 ath11k_hal_reo_unblk_cache_status(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_unblk_cache_status() argument
596 ath11k_hal_reo_flush_timeout_list_status(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_flush_timeout_list_status() argument
626 ath11k_hal_reo_desc_thresh_reached_status(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_desc_thresh_reached_status() argument
662 ath11k_hal_reo_update_rx_reo_queue_status(struct ath11k_base *ab, u32 *reo_desc, struct hal_reo_status *status) ath11k_hal_reo_update_rx_reo_queue_status() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dstb0899_algo.c178 internal->status = ANALOGCARRIER; in stb0899_check_tmg()
181 internal->status = TIMINGOK; in stb0899_check_tmg()
185 internal->status = NOTIMING; in stb0899_check_tmg()
188 return internal->status; in stb0899_check_tmg()
204 internal->status = NOTIMING; in stb0899_search_tmg()
225 if (internal->status == TIMINGOK) { in stb0899_search_tmg()
231 return internal->status; in stb0899_search_tmg()
252 internal->status = CARRIEROK; in stb0899_check_carrier()
255 internal->status = NOCARRIER; in stb0899_check_carrier()
259 return internal->status; in stb0899_check_carrier()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/fm11nt081d/
H A Dfm11nt081d.c87 hi_u32 status = 0; in C081NfcI2cWrite() local
100 status = i2c_func->pfn_i2c_write(id, C081_NFC_ADDR & 0xFE, cmd, NFC_CMD_LEN, data_buff, len); in C081NfcI2cWrite()
101 if (status != 0) { in C081NfcI2cWrite()
115 hi_u32 status; in EepWritePage() local
120 status = C081NfcI2cWrite(writeAddr, pBuffer, dataLen); in EepWritePage()
167 hi_u32 status = 0; in WriteRead() local
176 status = i2c_func->pfn_i2c_read(id, C081_NFC_ADDR | I2C_RD, cmd, send_len, recvData, read_len); in WriteRead()
177 if (status != 0) { in WriteRead()
193 hi_u32 status; in Fm11nt081ReadEep() local
195 status in Fm11nt081ReadEep()
263 hi_u32 status = 0; nfc_read_ep() local
[all...]
/kernel/linux/linux-5.10/drivers/fpga/
H A Dstratix10-soc.c42 unsigned long status; member
62 dev_dbg(dev, "stratix10_svc_send returned status %d\n", ret); in s10_svc_send_msg()
146 u32 status; in s10_receive_callback() local
151 status = data->status; in s10_receive_callback()
154 * Here we set status bits as we receive them. Elsewhere, we always use in s10_receive_callback()
155 * test_and_clear_bit() to check status in priv->status in s10_receive_callback()
158 if (status & (1 << i)) in s10_receive_callback()
159 set_bit(i, &priv->status); in s10_receive_callback()
[all...]
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dxen-tpmfront.c43 u8 status = chip->ops->status(chip); in wait_for_tpm_stat_cond() local
46 if ((status & mask) == mask) in wait_for_tpm_stat_cond()
48 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond()
61 u8 status; in wait_for_tpm_stat() local
64 /* check current status */ in wait_for_tpm_stat()
65 status = chip->ops->status(chip); in wait_for_tpm_stat()
66 if ((status & mask) == mask) in wait_for_tpm_stat()
92 status in wait_for_tpm_stat()
116 vtpm_req_canceled(struct tpm_chip *chip, u8 status) vtpm_req_canceled() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/platform/efi/
H A Dquirks.c129 efi_status_t status; in query_variable_store_nonblocking() local
132 status = efi.query_variable_info_nonblocking(attributes, &storage_size, in query_variable_store_nonblocking()
135 if (status != EFI_SUCCESS) in query_variable_store_nonblocking()
136 return status; in query_variable_store_nonblocking()
154 efi_status_t status; in efi_query_variable_store() local
163 status = efi.query_variable_info(attributes, &storage_size, in efi_query_variable_store()
165 if (status != EFI_SUCCESS) in efi_query_variable_store()
166 return status; in efi_query_variable_store()
187 status = efi.set_variable((efi_char16_t *)efi_dummy_name, in efi_query_variable_store()
194 if (status in efi_query_variable_store()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Duvd_v4_2.c188 /* Clear timeout status bits */ in uvd_v4_2_hw_init()
315 uint32_t status; in uvd_v4_2_start() local
317 status = RREG32(mmUVD_STATUS); in uvd_v4_2_start()
318 if (status & 2) in uvd_v4_2_start()
323 if (status & 2) in uvd_v4_2_start()
382 uint32_t status; in uvd_v4_2_stop() local
388 status = RREG32(mmUVD_STATUS); in uvd_v4_2_stop()
389 if (status & 2) in uvd_v4_2_stop()
393 if (status & 2) in uvd_v4_2_stop()
399 status in uvd_v4_2_stop()
[all...]
H A Duvd_v3_1.c379 uint32_t status; in uvd_v3_1_start() local
381 status = RREG32(mmUVD_STATUS); in uvd_v3_1_start()
382 if (status & 2) in uvd_v3_1_start()
387 if (status & 2) in uvd_v3_1_start()
446 uint32_t status; in uvd_v3_1_stop() local
452 status = RREG32(mmUVD_STATUS); in uvd_v3_1_stop()
453 if (status & 2) in uvd_v3_1_stop()
457 if (status & 2) in uvd_v3_1_stop()
463 status = RREG32(mmUVD_LMI_STATUS); in uvd_v3_1_stop()
464 if (status in uvd_v3_1_stop()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c392 u32 status; in intel_guc_send_mmio() local
425 10, 10, &status); in intel_guc_send_mmio()
427 if (!ret && !INTEL_GUC_MSG_IS_RESPONSE_SUCCESS(status)) in intel_guc_send_mmio()
432 action[0], ret, status); in intel_guc_send_mmio()
445 ret = INTEL_GUC_MSG_TO_DATA(status); in intel_guc_send_mmio()
517 u32 status; in intel_guc_suspend() local
549 0, 0, 10, &status); in intel_guc_suspend()
553 if (status != INTEL_GUC_SLEEP_STATE_SUCCESS) { in intel_guc_suspend()
556 action[0], status); in intel_guc_suspend()
710 * intel_guc_load_status - dump information about GuC load status
735 u32 status = intel_uncore_read(uncore, GUC_STATUS); intel_guc_load_status() local
[all...]
/kernel/linux/linux-5.10/drivers/media/cec/platform/tegra/
H A Dtegra_cec.c97 u32 status, mask; in tegra_cec_irq_handler() local
99 status = cec_read(cec, TEGRA_CEC_INT_STAT); in tegra_cec_irq_handler()
102 status &= mask; in tegra_cec_irq_handler()
104 if (!status) in tegra_cec_irq_handler()
107 if (status & TEGRA_CEC_INT_STAT_TX_REGISTER_UNDERRUN) { in tegra_cec_irq_handler()
119 if ((status & TEGRA_CEC_INT_STAT_TX_ARBITRATION_FAILED) || in tegra_cec_irq_handler()
120 (status & TEGRA_CEC_INT_STAT_TX_BUS_ANOMALY_DETECTED)) { in tegra_cec_irq_handler()
126 if (status & TEGRA_CEC_INT_STAT_TX_BUS_ANOMALY_DETECTED) in tegra_cec_irq_handler()
133 if (status & TEGRA_CEC_INT_STAT_TX_FRAME_TRANSMITTED) { in tegra_cec_irq_handler()
137 if (status in tegra_cec_irq_handler()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_main.c308 int status = 0; in ocrdma_add() local
324 status = ocrdma_init_hw(dev); in ocrdma_add()
325 if (status) in ocrdma_add()
328 status = ocrdma_alloc_resources(dev); in ocrdma_add()
329 if (status) in ocrdma_add()
333 status = ocrdma_register_device(dev); in ocrdma_add()
334 if (status) in ocrdma_add()
338 status = ocrdma_mbx_get_link_speed(dev, NULL, &lstate); in ocrdma_add()
339 if (!status) in ocrdma_add()
362 pr_err("%s() leaving. ret=%d\n", __func__, status); in ocrdma_add()
454 int status; ocrdma_init_module() local
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-xlr.c93 static int xlr_i2c_busy(struct xlr_i2c_private *priv, u32 status) in xlr_i2c_busy() argument
95 return (status & XLR_I2C_BUS_BUSY) == priv->cfg->status_busy; in xlr_i2c_busy()
105 int status; in xlr_i2c_wait() local
113 status = xlr_i2c_rdreg(priv->iobase, XLR_I2C_STATUS); in xlr_i2c_wait()
115 return status & XLR_I2C_ACK_ERR ? -EIO : 0; in xlr_i2c_wait()
118 static void xlr_i2c_tx_irq(struct xlr_i2c_private *priv, u32 status) in xlr_i2c_tx_irq() argument
122 if (status & XLR_I2C_SDOEMPTY) in xlr_i2c_tx_irq()
127 static void xlr_i2c_rx_irq(struct xlr_i2c_private *priv, u32 status) in xlr_i2c_rx_irq() argument
131 if (status & XLR_I2C_RXRDY) in xlr_i2c_rx_irq()
140 u32 int_stat, status; in xlr_i2c_irq() local
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dipheth.c167 int status; in ipheth_rcvbulk_callback() local
175 status = urb->status; in ipheth_rcvbulk_callback()
176 switch (status) { in ipheth_rcvbulk_callback()
185 dev_err(&dev->intf->dev, "%s: urb status: %d\n", in ipheth_rcvbulk_callback()
186 __func__, status); in ipheth_rcvbulk_callback()
219 int status = urb->status; in ipheth_sndbulk_callback() local
225 if (status != 0 && in ipheth_sndbulk_callback()
226 status ! in ipheth_sndbulk_callback()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Dusb_ops_linux.c148 if (purb->status != 0) { in usb_write_mem_complete()
149 if (purb->status == (-ESHUTDOWN)) in usb_write_mem_complete()
191 if (purb->status == 0) { /* SUCCESS */ in r8712_usb_read_port_complete()
216 switch (purb->status) { in r8712_usb_read_port_complete()
366 switch (purb->status) { in usb_write_port_complete()
371 "r8712u: pipe error: (%d)\n", purb->status); in usb_write_port_complete()
383 int i, status; in r8712_usb_write_port() local
447 status = usb_submit_urb(purb, GFP_ATOMIC); in r8712_usb_write_port()
448 if (!status) in r8712_usb_write_port()
474 int status; in r8712_usbctrl_vendorreq() local
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsunhv.c45 long status = sun4v_con_putchar(xmit->buf[xmit->tail]); in transmit_chars_putchar() local
47 if (status != HV_EOK) in transmit_chars_putchar()
59 unsigned long len, status, sent; in transmit_chars_write() local
63 status = sun4v_con_write(ra, len, &sent); in transmit_chars_write()
64 if (status != HV_EOK) in transmit_chars_write()
77 long status; in receive_chars_getchar() local
78 long c = sun4v_con_getchar(&status); in receive_chars_getchar()
80 if (status == HV_EWOULDBLOCK) in receive_chars_getchar()
279 long status = sun4v_con_putchar(ch); in sunhv_send_xchar() local
280 if (status in sunhv_send_xchar()
303 long status = sun4v_con_putchar(CON_BREAK); sunhv_break_ctl() local
483 long status = sun4v_con_putchar(c); sunhv_console_putchar() local
[all...]
/kernel/linux/linux-5.10/drivers/vdpa/ifcvf/
H A Difcvf_main.c113 u8 status; in ifcvf_start_datapath() local
119 status = ifcvf_get_status(vf); in ifcvf_start_datapath()
120 status |= VIRTIO_CONFIG_S_FAILED; in ifcvf_start_datapath()
121 ifcvf_set_status(vf, status); in ifcvf_start_datapath()
196 static void ifcvf_vdpa_set_status(struct vdpa_device *vdpa_dev, u8 status) in ifcvf_vdpa_set_status() argument
207 if (status_old == status) in ifcvf_vdpa_set_status()
211 !(status & VIRTIO_CONFIG_S_DRIVER_OK)) { in ifcvf_vdpa_set_status()
216 if (status == 0) { in ifcvf_vdpa_set_status()
221 if ((status & VIRTIO_CONFIG_S_DRIVER_OK) && in ifcvf_vdpa_set_status()
225 status in ifcvf_vdpa_set_status()
[all...]
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_algo.c646 int i, status; in xfrm_find_algo() local
658 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
660 if (!status) in xfrm_find_algo()
663 list[i].available = status; in xfrm_find_algo()
778 int i, status; in xfrm_probe_algs() local
783 status = crypto_has_ahash(aalg_list[i].name, 0, 0); in xfrm_probe_algs()
784 if (aalg_list[i].available != status) in xfrm_probe_algs()
785 aalg_list[i].available = status; in xfrm_probe_algs()
789 status = crypto_has_skcipher(ealg_list[i].name, 0, 0); in xfrm_probe_algs()
790 if (ealg_list[i].available != status) in xfrm_probe_algs()
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dib_mad.h40 __field(u16, status)
75 __entry->status =
76 ((struct ib_mad_hdr *)wr->send_buf.mad)->status;
90 "method 0x%x status 0x%x class_specific 0x%x tid 0x%llx " \
99 __entry->method, be16_to_cpu(__entry->status),
132 __field(u16, status)
162 __entry->status =
163 ((struct ib_mad_hdr *)wr->send_buf.mad)->status;
164 __entry->wc_status = wc->status;
171 "method 0x%x status
[all...]

Completed in 27 milliseconds

1...<<171172173174175176177178179180>>...800