Searched refs:issued (Results 1 – 19 of 19) sorted by relevance
/drivers/dma/ioat/ |
D | dma.c | 130 ioat_chan->issued = ioat_chan->head; in __ioat_issue_pending() 136 ioat_chan->issued, ioat_chan->dmacount); in __ioat_issue_pending() 176 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __ioat_start_null_desc() 208 ioat_chan->issued = ioat_chan->tail; in __ioat_restart_chan() 215 ioat_chan->issued, ioat_chan->dmacount); in __ioat_restart_chan() 492 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock() 517 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock() 633 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __cleanup()
|
D | dma.h | 129 u16 issued; member 357 return CIRC_CNT(ioat_chan->head, ioat_chan->issued, in ioat_ring_pending()
|
D | init.c | 730 ioat_chan->issued = 0; in ioat_alloc_chan_resources()
|
/drivers/dma/ |
D | mic_x100_dma.c | 230 if (mic_ch->issued == mic_ch->submitted) in mic_dma_issue_pending() 232 mic_ch->issued = mic_ch->submitted; in mic_dma_issue_pending() 239 mic_dma_write_reg(mic_ch, MIC_DMA_REG_DHPR, mic_ch->issued); in mic_dma_issue_pending() 246 if (mic_dma_ring_count(ch->issued, ch->submitted) in mic_dma_update_pending() 462 ch->issued = 0; in mic_dma_chan_setup()
|
D | mic_x100_dma.h | 117 u32 issued; member
|
/drivers/s390/scsi/ |
D | zfcp_def.h | 313 unsigned long long issued; member
|
D | zfcp_dbf.c | 85 rec->u.res.req_issued = req->issued; in zfcp_dbf_hba_fsf_res()
|
D | zfcp_fsf.c | 750 req->issued = get_tod_clock(); in zfcp_fsf_req_send()
|
/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 269 if (entry->issued) { in hfa384x_cmd_issue() 302 entry->issued = 1; in hfa384x_cmd_issue() 326 int err, res, issue, issued = 0; in hfa384x_cmd() local 385 issued = 1; in hfa384x_cmd() 398 if (err && issued) { in hfa384x_cmd() 673 if (!entry->issued) { in prism2_cmd_ev()
|
D | hostap_wlan.h | 558 volatile int issued, issuing; member
|
/drivers/staging/rtl8723au/core/ |
D | rtw_mlme.c | 2281 u8 issued; in rtw_issue_addbareq_cmd23a() local 2314 issued = (phtpriv->agg_enable_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd23a() 2315 issued |= (phtpriv->candidate_tid_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd23a() 2317 if (issued == 0) { in rtw_issue_addbareq_cmd23a()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 2099 u8 issued; in rtw_issue_addbareq_cmd() local 2122 issued = (phtpriv->agg_enable_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd() 2123 issued |= (phtpriv->candidate_tid_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd() 2125 if (0 == issued) { in rtw_issue_addbareq_cmd()
|
/drivers/scsi/ |
D | aha152x.c | 1059 int ret, issued, disconnected; in aha152x_device_reset() local 1070 issued = remove_SC(&ISSUE_SC, SCpnt) == NULL; in aha152x_device_reset() 1071 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset() 1100 if(!issued) { in aha152x_device_reset()
|
D | Kconfig | 863 If you say Y here, the driver will trace all commands issued 1117 If you say Y here, the driver will trace all commands issued
|
/drivers/atm/ |
D | Kconfig | 372 Specifies the level of debugging messages issued by the driver.
|
/drivers/usb/host/ |
D | Kconfig | 103 issued in each microframe, significantly reducing the number of
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 61 * in dead code. No warning is issued.
|
D | aic79xx.reg | 90 * in dead code. No warning is issued.
|
/drivers/staging/speakup/ |
D | spkguide.txt | 865 Let's examine the parts of the two previous commands. They are issued
|