/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_macio.c | 586 while (--timeout && (readl(&dma_regs->status) & RUN)) in pata_macio_freeze() 647 while (--timeout && (readl(&dma_regs->status) & RUN)) in pata_macio_bmdma_stop() 658 dstat = readl(&dma_regs->status); in pata_macio_bmdma_status() 696 dstat = readl(&dma_regs->status); in pata_macio_bmdma_status()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | compression.c | 175 blk_status_t status = bbio->bio.bi_status; in end_compressed_bio_read() local 177 if (!status) in end_compressed_bio_read() 178 status = errno_to_blk_status(btrfs_decompress_bio(cb)); in end_compressed_bio_read() 181 btrfs_bio_end_io(cb->orig_bbio, status); in end_compressed_bio_read()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfsctl.c | 639 * values representing the current status of each 654 * On success: status of zero or more protocol versions has 658 * current status of each protocol version; 1028 int len, status; in __write_recoverydir() local 1043 status = nfs4_reset_recoverydir(recdir); in __write_recoverydir() 1044 if (status) in __write_recoverydir() 1045 return status; in __write_recoverydir()
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | driver.h | 252 u8 status; member 275 /* number of times command failed on bad status returned by FW */ 279 /* last bad status returned by FW */ 838 typedef void (*mlx5_cmd_cbk_t)(int status, void *context); 861 u8 status; member 989 typedef void (*mlx5_async_cbk_t)(int status, struct mlx5_async_work *context);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | usb.h | 207 * @wireless_status_work: Used for scheduling wireless status changes 901 enum usb_wireless_status status); 1392 int status; member 1433 * @status: This is read in non-iso completion functions to get the 1434 * status of the particular request. ISO requests only use it 1435 * to tell whether the URB was unlinked; detailed status for 1485 * collect the transfer status for each buffer. 1577 * things that a completion handler should do is check the status field. 1578 * The status field is provided for all URBs. It is used to report 1579 * unlinked URBs, and status fo 1615 int status; /* (return) non-ISO status */ global() member 1926 int status; global() member [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | av7110_v4l.c | 90 .status = 0, 99 .status = 0, 108 .status = 0, 117 .status = 0,
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tb.h | 482 * return status of USB4 NVM_AUTH 516 u8 *status, const void *tx_data, size_t tx_data_len, 519 u32 *status); 1236 int usb4_switch_nvm_authenticate_status(struct tb_switch *sw, u32 *status); 1281 u32 *status);
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_83xx.c | 311 uint32_t status = 0; in qla4_83xx_drv_lock() local 319 while (status == 0) { in qla4_83xx_drv_lock() 320 status = qla4_83xx_rd_reg(ha, QLA83XX_DRV_LOCK); in qla4_83xx_drv_lock() 321 if (status) { in qla4_83xx_drv_lock()
|
/kernel/linux/linux-6.6/drivers/tee/optee/ |
H A D | smc_abi.c | 320 if (res.result.status == OPTEE_SMC_RETURN_ENOTAVAIL) in __optee_disable_shm_cache() 322 if (res.result.status == OPTEE_SMC_RETURN_OK) { in __optee_disable_shm_cache() 1344 if (res.result.status != OPTEE_SMC_RETURN_OK) in optee_msg_exchange_capabilities() 1376 if (res.result.status != OPTEE_SMC_RETURN_OK) { in optee_config_shm_memremap()
|
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 182 * status 636 int status = 0; in usbhsh_queue_done() local 646 status = -ESHUTDOWN; in usbhsh_queue_done() 656 usb_hcd_giveback_urb(hcd, urb, status); in usbhsh_queue_done() 837 * DCP status stage 898 * status stage in usbhsh_dcp_queue_push() 902 dev_err(dev, "status stage failed\n"); in usbhsh_dcp_queue_push() 1031 static int usbhsh_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in usbhsh_urb_dequeue() argument 1177 /* status change is not needed */ in __usbhsh_hub_port_feature() 1184 /* set/clear status */ in __usbhsh_hub_port_feature() [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | swim3.c | 70 REG(status); /* writing bits sets them in control */ 82 #define control_bis status 98 /* Bits in status register */ 303 stat = in_8(&sw->status); in swim3_readbit() 642 for (n = 0; (in_le32(&dr->status) & ACTIVE) && n < 1000; n++) in xfer_timeout()
|
H A D | sunvdc.c | 302 int err = desc->status; in vdc_end_special() 329 blk_mq_end_request(req, desc->status ? BLK_STS_IOERR : 0); in vdc_end_one() 515 desc->status = ~0; in __send_request() 681 desc->status = ~0; in generic_request()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | uvd_v6_0.c | 57 * uvd_v6_0_enc_support - get encode support status 61 * Returns the current hardware encode support status 497 /* Clear timeout status bits */ in uvd_v6_0_hw_init() 799 uint32_t status; in uvd_v6_0_start() local 802 status = RREG32(mmUVD_STATUS); in uvd_v6_0_start() 803 if (status & 2) in uvd_v6_0_start() 808 if (status & 2) in uvd_v6_0_start()
|
/kernel/linux/linux-6.6/drivers/counter/ |
H A D | 104-quad-8.c | 57 * @cable_fault_enable: differential encoder cable status enable configurations 1195 unsigned int status; in quad8_irq_handler() local 1202 ret = regmap_read(priv->map, QUAD8_INTERRUPT_STATUS, &status); in quad8_irq_handler() 1205 if (!status) in quad8_irq_handler() 1208 irq_status = status; in quad8_irq_handler()
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | dt282x.c | 561 unsigned int status; in dt282x_ai_timeout() local 563 status = inw(dev->iobase + DT2821_ADCSR_REG); in dt282x_ai_timeout() 566 if ((status & DT2821_ADCSR_MUXBUSY) == 0) in dt282x_ai_timeout() 570 if (status & DT2821_ADCSR_ADDONE) in dt282x_ai_timeout()
|
H A D | ni_tio.c | 1456 unsigned int status; in ni_tio_insn_config() local 1471 status = ni_tio_read(counter, NITIO_SHARED_STATUS_REG(cidx)); in ni_tio_insn_config() 1472 if (status & GI_ARMED(cidx)) { in ni_tio_insn_config() 1474 if (status & GI_COUNTING(cidx)) in ni_tio_insn_config() 1693 * Should probably check status and return -EBUSY if armed. in ni_tio_insn_write()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | dmaengine.c | 522 enum dma_status status; in dma_sync_wait() local 527 status = dma_async_is_tx_complete(chan, cookie, NULL, NULL); in dma_sync_wait() 532 if (status != DMA_IN_PROGRESS) in dma_sync_wait() 537 return status; in dma_sync_wait()
|
H A D | ep93xx_dma.c | 599 u32 status = readl(edmac->regs + M2M_STATUS); in m2m_hw_interrupt() local 600 u32 ctl_fsm = status & M2M_STATUS_CTL_MASK; in m2m_hw_interrupt() 601 u32 buf_fsm = status & M2M_STATUS_BUF_MASK; in m2m_hw_interrupt() 602 bool done = status & M2M_STATUS_DONE; in m2m_hw_interrupt() 625 * DMA channel. Using DONE and NFB bits from channel status register in m2m_hw_interrupt() 829 * can be used to poll the status of the descriptor. 1106 * @flags: tx descriptor status flags
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 284 static int mv_cesa_ahash_std_process(struct ahash_request *req, u32 status) in mv_cesa_ahash_std_process() argument 341 static int mv_cesa_ahash_process(struct crypto_async_request *req, u32 status) in mv_cesa_ahash_process() argument 347 return mv_cesa_dma_process(&creq->base, status); in mv_cesa_ahash_process() 349 return mv_cesa_ahash_std_process(ahashreq, status); in mv_cesa_ahash_process()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | i10nm_base.c | 302 /* Clear status bits */ in show_retry_rd_err_log() 483 if ((mce->status & (MCI_STATUS_MISCV | MCI_STATUS_ADDRV)) in i10nm_mc_decode_available() 507 if (i10nm_mscod_is_ddrt(MCI_STATUS_MSCOD(mce->status))) in i10nm_mc_decode_available() 1031 m.status = MCI_STATUS_ADDRV + 0x90; in debugfs_u64_set() 1033 m.status |= BIT_ULL(MCI_STATUS_CEC_SHIFT); in debugfs_u64_set()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/davicom/ |
H A D | dm9051.c | 28 * @status_err_counter: rx status error counter 60 * @status: status bits for the received packet 71 u8 status; member 765 if (db->rxhdr.status & RSR_ERR_BITS || rxlen > DM9051_PKT_MAX) { in dm9051_loop_rx() 769 if (db->rxhdr.status & RSR_ERR_BITS) { in dm9051_loop_rx() 772 db->rxhdr.status); in dm9051_loop_rx()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_rcfw.c | 524 if (evnt->status) { in __bnxt_qplib_rcfw_send_message() 525 /* failed with status */ in __bnxt_qplib_rcfw_send_message() 526 dev_err(&rcfw->pdev->dev, "cmdq[%#x]=%#x status %#x\n", in __bnxt_qplib_rcfw_send_message() 527 cookie, opcode, evnt->status); in __bnxt_qplib_rcfw_send_message() 679 if (crsqe->is_internal_cmd && !qp_event->status) in bnxt_qplib_process_qp_event() 718 if (!is_waiter_alive && !qp_event->status && in bnxt_qplib_process_qp_event()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | pcie.c | 194 /* return the PCIe link speed from the given link status */ 214 /* read the link status and set dd->{lbus_width,lbus_speed,lbus_info} */ 611 #define DL_ERR_SBUS 0x4 /* SBus status error */ 941 u32 status, err; in do_pcie_gen3_transition() local 1306 * Check the gasket block status. in do_pcie_gen3_transition() 1313 * the status. in do_pcie_gen3_transition() 1316 dd_dev_info(dd, "%s: gasket block status: 0x%llx\n", __func__, reg); in do_pcie_gen3_transition() 1340 /* extract status, look for our HFI */ in do_pcie_gen3_transition() 1341 status = (reg >> ASIC_PCIE_SD_HOST_STATUS_FW_DNLD_STS_SHIFT) in do_pcie_gen3_transition() 1343 if ((status in do_pcie_gen3_transition() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | debug.c | 1066 int status; in ath5k_debug_printrxbuffs() local 1077 status = ah->ah_proc_rx_desc(ah, ds, &rs); in ath5k_debug_printrxbuffs() 1078 if (!status) in ath5k_debug_printrxbuffs() 1079 ath5k_debug_printrxbuf(bf, status == 0, &rs); in ath5k_debug_printrxbuffs()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | dp.c | 946 int status; in ath11k_dp_htt_connect() local 957 status = ath11k_htc_connect_service(&dp->ab->htc, &conn_req, in ath11k_dp_htt_connect() 960 if (status) in ath11k_dp_htt_connect() 961 return status; in ath11k_dp_htt_connect()
|