Searched refs:cmd_cnt (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dhci_core.c463 atomic_set(&hdev->cmd_cnt, 1);
530 atomic_set(&hdev->cmd_cnt, 1);
598 atomic_set(&hdev->cmd_cnt, 1);
1374 BT_DBG("%s cmd %d", hdev->name, atomic_read(&hdev->cmd_cnt));
1376 if (!atomic_read(&hdev->cmd_cnt) && (jiffies - hdev->cmd_last_tx) > HZ) {
1378 atomic_set(&hdev->cmd_cnt, 1);
1382 if (atomic_read(&hdev->cmd_cnt) && (skb = skb_dequeue(&hdev->cmd_q))) {
1387 atomic_dec(&hdev->cmd_cnt);
H A Dhci_event.c793 atomic_set(&hdev->cmd_cnt, 1);
830 atomic_set(&hdev->cmd_cnt, 1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dwd33c93.h252 unsigned long cmd_cnt[8]; /* # of commands issued per target */ member in struct:WD33C93_hostdata
H A Dgdth.c1766 cmd_no = ha->cmd_cnt;
1769 ++ha->cmd_cnt;
1933 ha->cmd_cnt = 0;
2364 ha->cmd_cnt = ha->cmd_offs_dpmem = 0;
2614 if (ha->cmd_cnt > 0) {
2620 if (gdth_polling && ha->cmd_cnt > 0) {
2756 if (ha->type==GDT_EISA && ha->cmd_cnt>0)
2767 if (ha->cmd_cnt == 0)
2858 if (ha->cmd_cnt > 0) {
2888 if (ha->type==GDT_EISA && ha->cmd_cnt>
[all...]
H A Din2000.h306 unsigned long cmd_cnt[8]; /* # of commands issued per target */ member in struct:IN2000_hostdata
H A Din2000.c474 hostdata->cmd_cnt[cmd->target]++;
2042 hostdata->cmd_cnt[x] = 0;
2279 sprintf(tbuf,"\t%ld",hd->cmd_cnt[x]);
H A Dwd33c93.c458 hostdata->cmd_cnt[cmd->target]++;
1749 hostdata->cmd_cnt[i] = 0;
1956 sprintf(tbuf,"\t%ld",hd->cmd_cnt[x]);
H A Dgdth.h937 ushort cmd_cnt; /* command count in DPRAM */ member in struct:__anon2392
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/bluetooth/
H A Dhci_core.h76 atomic_t cmd_cnt; member in struct:hci_dev
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/bluetooth/
H A Dhci_core.h76 atomic_t cmd_cnt; member in struct:hci_dev

Completed in 203 milliseconds