Home
last modified time | relevance | path

Searched refs:underflow (Results 1 – 25 of 33) sorted by relevance

12

/drivers/net/wireless/st/cw1200/
Dwsm.c30 goto underflow; \
37 goto underflow; \
46 goto underflow; \
100 underflow: in wsm_generic_confirm()
156 underflow: in wsm_configuration_confirm()
233 underflow: in wsm_read_mib_confirm()
369 underflow: in wsm_tx_confirm()
400 underflow: in wsm_multi_tx_confirm()
420 underflow: in wsm_join_confirm()
855 underflow: in wsm_startup_indication()
[all …]
/drivers/gpu/drm/ci/xfails/
Dvirtio_gpu-none-skips.txt1 # Hits a "refcount_t: underflow; use-after-free" in virtio_gpu_fence_event_process
/drivers/scsi/aacraid/
Daachba.c3449 < scsicmd->underflow) in aac_srb_callback()
3825 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sg()
3827 byte_count, scsicmd->underflow); in aac_build_sg()
3869 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sg64()
3871 byte_count, scsicmd->underflow); in aac_build_sg64()
3917 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sgraw()
3919 byte_count, scsicmd->underflow); in aac_build_sgraw()
3998 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sgraw2()
4000 byte_count, scsicmd->underflow); in aac_build_sgraw2()
4102 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sghba()
[all …]
/drivers/s390/scsi/
Dzfcp_fc.h306 if (scsi_bufflen(scsi) - resid < scsi->underflow && in zfcp_fc_eval_fcp_rsp()
/drivers/media/spi/
Dcxd2880-spi.c30 u8 underflow:1; member
176 info->underflow = (recv_data[0] & 0x08) ? 1 : 0; in cxd2880_spi_read_ts_buffer_info()
/drivers/scsi/
Dscsi_error.c1055 ses->underflow = scmd->underflow; in scsi_eh_prep_cmnd()
1087 scmd->underflow = 0; in scsi_eh_prep_cmnd()
1119 scmd->underflow = ses->underflow; in scsi_eh_restore_cmnd()
Dsr.c463 SCpnt->underflow = this_count << 9; in sr_init_command()
Dqla1280.c1354 cp->underflow) { in qla1280_return_status()
3976 cmd->underflow, cmd->sc_data_direction); in __qla1280_print_scsi_cmd()
Dscsi_lib.c1558 cmd->underflow = 0; in scsi_prepare_cmd()
/drivers/gpu/drm/tegra/
Ddc.h41 unsigned long underflow; member
Ddc.c45 stats->underflow = 0; in tegra_dc_stats_reset()
1701 seq_printf(s, "underflow: %lu\n", dc->stats.underflow); in tegra_dc_show_stats()
2549 dc->stats.underflow++; in tegra_dc_irq()
2563 dc->stats.underflow++; in tegra_dc_irq()
/drivers/message/fusion/
Dmptscsih.c540 "resid = %d\n", ioc->name, scsi_bufflen(sc), sc->underflow, in mptscsih_info_scsiio()
805 if((xfer_cnt==0)||(sc->underflow > xfer_cnt)) in mptscsih_io_done()
851 if (xfer_cnt < sc->underflow) { in mptscsih_io_done()
871 ioc->name, sc->underflow)); in mptscsih_io_done()
/drivers/scsi/qla4xxx/
Dql4_isr.c167 cmd->underflow)) { in qla4xxx_status_entry()
259 cmd->underflow) { in qla4xxx_status_entry()
/drivers/usb/storage/
Dtransport.c892 scsi_bufflen(srb) - scsi_get_resid(srb) < srb->underflow) in usb_stor_invoke_transport()
/drivers/scsi/qla2xxx/
Dqla_mr.c2356 cp->underflow)) { in qlafx00_status_entry()
2408 cp->underflow)) { in qlafx00_status_entry()
2413 resid, scsi_bufflen(cp), cp->underflow); in qlafx00_status_entry()
Dqla_isr.c3492 cp->underflow)) { in qla2x00_status_entry()
3536 cp->underflow)) { in qla2x00_status_entry()
/drivers/scsi/arm/
Dacornscsi.c802 if (SCpnt->underflow == 0) { in acornscsi_done()
807 if (host->scsi.SCp.scsi_xferred < SCpnt->underflow || in acornscsi_done()
/drivers/scsi/bfa/
Dbfad_im.c60 cmnd->underflow) { in bfa_cb_ioim_done()
/drivers/scsi/libsas/
Dsas_scsi_host.c58 if (scsi_bufflen(sc) - scsi_get_resid(sc) < sc->underflow) in sas_end_task()
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c852 bool underflow; in false_optc_underflow_wa() local
857 underflow = tg->funcs->is_optc_underflow_occurred(tg); in false_optc_underflow_wa()
871 if (tg->funcs->is_optc_underflow_occurred(tg) && !underflow) in false_optc_underflow_wa()
/drivers/scsi/libfc/
Dfc_fcp.c920 fsp->scsi_resid) < fsp->cmd->underflow) in fc_fcp_resp()
/drivers/scsi/lpfc/
Dlpfc_scsi.c3904 cmnd->underflow); in lpfc_handle_fcp_err()
3931 < cmnd->underflow)) { in lpfc_handle_fcp_err()
3937 scsi_get_resid(cmnd), cmnd->underflow); in lpfc_handle_fcp_err()
/drivers/scsi/aic7xxx/
Daic7xxx_osm.c1737 } else if (amount_xferred < scb->io_ctx->underflow) { in ahc_done()
/drivers/scsi/mpi3mr/
Dmpi3mr_os.c3279 if ((xfer_count == 0) || (scmd->underflow > xfer_count)) in mpi3mr_process_op_reply_desc()
3288 if (xfer_count < scmd->underflow) { in mpi3mr_process_op_reply_desc()
/drivers/scsi/csiostor/
Dcsio_scsi.c1620 < cmnd->underflow)) in csio_scsi_err_handler()

12