/drivers/net/wireless/st/cw1200/ |
D | wsm.c | 30 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/ |
D | virtio_gpu-none-skips.txt | 1 # Hits a "refcount_t: underflow; use-after-free" in virtio_gpu_fence_event_process
|
/drivers/scsi/aacraid/ |
D | aachba.c | 3449 < 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/ |
D | zfcp_fc.h | 306 if (scsi_bufflen(scsi) - resid < scsi->underflow && in zfcp_fc_eval_fcp_rsp()
|
/drivers/media/spi/ |
D | cxd2880-spi.c | 30 u8 underflow:1; member 176 info->underflow = (recv_data[0] & 0x08) ? 1 : 0; in cxd2880_spi_read_ts_buffer_info()
|
/drivers/scsi/ |
D | scsi_error.c | 1055 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()
|
D | sr.c | 463 SCpnt->underflow = this_count << 9; in sr_init_command()
|
D | qla1280.c | 1354 cp->underflow) { in qla1280_return_status() 3976 cmd->underflow, cmd->sc_data_direction); in __qla1280_print_scsi_cmd()
|
D | scsi_lib.c | 1558 cmd->underflow = 0; in scsi_prepare_cmd()
|
/drivers/gpu/drm/tegra/ |
D | dc.h | 41 unsigned long underflow; member
|
D | dc.c | 45 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/ |
D | mptscsih.c | 540 "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/ |
D | ql4_isr.c | 167 cmd->underflow)) { in qla4xxx_status_entry() 259 cmd->underflow) { in qla4xxx_status_entry()
|
/drivers/usb/storage/ |
D | transport.c | 892 scsi_bufflen(srb) - scsi_get_resid(srb) < srb->underflow) in usb_stor_invoke_transport()
|
/drivers/scsi/qla2xxx/ |
D | qla_mr.c | 2356 cp->underflow)) { in qlafx00_status_entry() 2408 cp->underflow)) { in qlafx00_status_entry() 2413 resid, scsi_bufflen(cp), cp->underflow); in qlafx00_status_entry()
|
D | qla_isr.c | 3492 cp->underflow)) { in qla2x00_status_entry() 3536 cp->underflow)) { in qla2x00_status_entry()
|
/drivers/scsi/arm/ |
D | acornscsi.c | 802 if (SCpnt->underflow == 0) { in acornscsi_done() 807 if (host->scsi.SCp.scsi_xferred < SCpnt->underflow || in acornscsi_done()
|
/drivers/scsi/bfa/ |
D | bfad_im.c | 60 cmnd->underflow) { in bfa_cb_ioim_done()
|
/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 58 if (scsi_bufflen(sc) - scsi_get_resid(sc) < sc->underflow) in sas_end_task()
|
/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 852 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/ |
D | fc_fcp.c | 920 fsp->scsi_resid) < fsp->cmd->underflow) in fc_fcp_resp()
|
/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 3904 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/ |
D | aic7xxx_osm.c | 1737 } else if (amount_xferred < scb->io_ctx->underflow) { in ahc_done()
|
/drivers/scsi/mpi3mr/ |
D | mpi3mr_os.c | 3279 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/ |
D | csio_scsi.c | 1620 < cmnd->underflow)) in csio_scsi_err_handler()
|