/linux-4.4.14/drivers/nfc/nfcmrvl/ |
D | fw_dnld.c | 115 atomic_set(&priv->ndev->cmd_cnt, 0); in fw_dnld_over() 483 atomic_set(&priv->ndev->cmd_cnt, 1); in nfcmrvl_fw_dnld_recv_frame() 550 atomic_set(&priv->ndev->cmd_cnt, 1); in nfcmrvl_fw_dnld_start()
|
/linux-4.4.14/net/nfc/nci/ |
D | core.c | 411 atomic_set(&ndev->cmd_cnt, 1); in nci_open_device() 483 atomic_set(&ndev->cmd_cnt, 1); in nci_close_device() 514 atomic_set(&ndev->cmd_cnt, 1); in nci_cmd_timer() 1437 pr_debug("cmd_cnt %d\n", atomic_read(&ndev->cmd_cnt)); in nci_cmd_work() 1440 if (atomic_read(&ndev->cmd_cnt)) { in nci_cmd_work() 1445 atomic_dec(&ndev->cmd_cnt); in nci_cmd_work()
|
D | rsp.c | 363 atomic_set(&ndev->cmd_cnt, 1); in nci_rsp_packet()
|
/linux-4.4.14/drivers/scsi/ |
D | wd33c93.h | 265 unsigned long cmd_cnt[8]; /* # of commands issued per target */ member
|
D | in2000.h | 306 unsigned long cmd_cnt[8]; /* # of commands issued per target */ member
|
D | gdth.c | 1365 cmd_no = ha->cmd_cnt; in gdth_copy_command() 1368 ++ha->cmd_cnt; in gdth_copy_command() 1531 ha->cmd_cnt = 0; in gdth_internal_cmd() 2038 ha->cmd_cnt = ha->cmd_offs_dpmem = 0; in gdth_next() 2260 if (ha->cmd_cnt > 0) { in gdth_next() 2267 if (gdth_polling && ha->cmd_cnt > 0) { in gdth_next() 2434 if (ha->type==GDT_EISA && ha->cmd_cnt>0) in gdth_fill_cache_cmd() 2450 if (ha->cmd_cnt == 0) in gdth_fill_cache_cmd() 2583 if (ha->cmd_cnt > 0) { in gdth_fill_cache_cmd() 2614 if (ha->type==GDT_EISA && ha->cmd_cnt>0) in gdth_fill_raw_cmd() [all …]
|
D | in2000.c | 497 hostdata->cmd_cnt[cmd->device->id]++; in DEF_SCSI_QCMD() 2032 hostdata->cmd_cnt[x] = 0; in in2000_detect() 2240 seq_printf(m, "\t%ld", hd->cmd_cnt[x]); in in2000_show_info()
|
D | wd33c93.c | 527 hostdata->cmd_cnt[cmd->device->id]++; in DEF_SCSI_QCMD() 1961 hostdata->cmd_cnt[i] = 0; in wd33c93_init() 2157 seq_printf(m, "\t%ld", hd->cmd_cnt[x]); in wd33c93_show_info()
|
D | gdth.h | 923 u16 cmd_cnt; /* command count in DPRAM */ member
|
/linux-4.4.14/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 1245 int ret, fw_len, cmd_cnt; in fm_download_firmware() local 1247 cmd_cnt = 0; in fm_download_firmware() 1282 cmd_cnt++; in fm_download_firmware() 1294 fmdbg("Firmware commands(%d) loaded to chip\n", cmd_cnt); in fm_download_firmware()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_l2.c | 896 p_ramrod->filter_cmd_hdr.cmd_cnt = 0; break; in qed_filter_ucast_common() 898 p_ramrod->filter_cmd_hdr.cmd_cnt = 2; break; in qed_filter_ucast_common() 900 p_ramrod->filter_cmd_hdr.cmd_cnt = 1; break; in qed_filter_ucast_common() 1024 p_ramrod->filter_cmd_hdr.cmd_cnt, in qed_sp_eth_filter_ucast()
|
D | qed_hsi.h | 2616 u8 cmd_cnt; member
|
/linux-4.4.14/include/net/nfc/ |
D | nci_core.h | 212 atomic_t cmd_cnt; member
|
/linux-4.4.14/net/bluetooth/ |
D | hci_core.c | 1458 atomic_set(&hdev->cmd_cnt, 1); in hci_dev_do_open() 1716 atomic_set(&hdev->cmd_cnt, 1); in hci_dev_do_close() 1812 atomic_set(&hdev->cmd_cnt, 1); in hci_dev_do_reset() 2627 atomic_set(&hdev->cmd_cnt, 1); in hci_cmd_timeout() 4494 atomic_read(&hdev->cmd_cnt), skb_queue_len(&hdev->cmd_q)); in hci_cmd_work() 4497 if (atomic_read(&hdev->cmd_cnt)) { in hci_cmd_work() 4506 atomic_dec(&hdev->cmd_cnt); in hci_cmd_work()
|
D | hci_event.c | 3037 atomic_set(&hdev->cmd_cnt, 1); in hci_cmd_complete_evt() 3042 if (atomic_read(&hdev->cmd_cnt) && !skb_queue_empty(&hdev->cmd_q)) in hci_cmd_complete_evt() 3132 atomic_set(&hdev->cmd_cnt, 1); in hci_cmd_status_evt() 3145 if (atomic_read(&hdev->cmd_cnt) && !skb_queue_empty(&hdev->cmd_q)) in hci_cmd_status_evt()
|
/linux-4.4.14/drivers/block/mtip32xx/ |
D | mtip32xx.c | 614 unsigned int cmd_cnt = 0; in mtip_handle_tfe() local 659 cmd_cnt++; in mtip_handle_tfe() 673 print_tags(dd, "completed (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe() 773 print_tags(dd, "reissued (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_core.h | 291 atomic_t cmd_cnt; member
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 1310 uint64_t cmd_cnt:10; member 1316 uint64_t cmd_cnt:10;
|