Searched refs:cmdq (Results 1 - 16 of 16) sorted by relevance

/drivers/net/ethernet/brocade/bna/
H A Dbfa_msgq.c38 static void bfa_msgq_cmdq_dbell(struct bfa_msgq_cmdq *cmdq);
39 static void bfa_msgq_cmdq_copy_rsp(struct bfa_msgq_cmdq *cmdq);
50 bfa_fsm_state_decl(cmdq, stopped, struct bfa_msgq_cmdq, enum cmdq_event);
51 bfa_fsm_state_decl(cmdq, init_wait, struct bfa_msgq_cmdq, enum cmdq_event);
52 bfa_fsm_state_decl(cmdq, ready, struct bfa_msgq_cmdq, enum cmdq_event);
53 bfa_fsm_state_decl(cmdq, dbell_wait, struct bfa_msgq_cmdq,
57 cmdq_sm_stopped_entry(struct bfa_msgq_cmdq *cmdq) argument
61 cmdq->producer_index = 0;
62 cmdq->consumer_index = 0;
63 cmdq
75 cmdq_sm_stopped(struct bfa_msgq_cmdq *cmdq, enum cmdq_event event) argument
97 cmdq_sm_init_wait_entry(struct bfa_msgq_cmdq *cmdq) argument
103 cmdq_sm_init_wait(struct bfa_msgq_cmdq *cmdq, enum cmdq_event event) argument
129 cmdq_sm_ready_entry(struct bfa_msgq_cmdq *cmdq) argument
134 cmdq_sm_ready(struct bfa_msgq_cmdq *cmdq, enum cmdq_event event) argument
152 cmdq_sm_dbell_wait_entry(struct bfa_msgq_cmdq *cmdq) argument
158 cmdq_sm_dbell_wait(struct bfa_msgq_cmdq *cmdq, enum cmdq_event event) argument
186 struct bfa_msgq_cmdq *cmdq = (struct bfa_msgq_cmdq *)arg; local
191 bfa_msgq_cmdq_dbell(struct bfa_msgq_cmdq *cmdq) argument
208 __cmd_copy(struct bfa_msgq_cmdq *cmdq, struct bfa_msgq_cmd_entry *cmd) argument
234 bfa_msgq_cmdq_ci_update(struct bfa_msgq_cmdq *cmdq, struct bfi_mbmsg *mb) argument
264 struct bfa_msgq_cmdq *cmdq = (struct bfa_msgq_cmdq *)arg; local
271 bfa_msgq_cmdq_copy_req(struct bfa_msgq_cmdq *cmdq, struct bfi_mbmsg *mb) argument
283 bfa_msgq_cmdq_copy_rsp(struct bfa_msgq_cmdq *cmdq) argument
309 bfa_msgq_cmdq_attach(struct bfa_msgq_cmdq *cmdq, struct bfa_msgq *msgq) argument
[all...]
H A Dbfa_msgq.h111 struct bfa_msgq_cmdq cmdq; member in struct:bfa_msgq
H A Dbfi.h437 struct bfi_msgq cmdq; member in struct:bfi_msgq_cfg_req
/drivers/staging/slicoss/
H A Dslicoss.c1307 struct slic_cmdqueue *cmdq; local
1355 cmdq = &adapter->cmdq_all;
1356 cmdq->count += cmdcnt; /* SLIC_CMDQ_CMDSINPAGE; mooktodo */
1357 tail->next_all = cmdq->head;
1358 cmdq->head = prev;
1359 cmdq = &adapter->cmdq_free;
1360 spin_lock_irqsave(&cmdq->lock.lock, cmdq->lock.flags);
1361 cmdq->count += cmdcnt; /* SLIC_CMDQ_CMDSINPAGE; mooktodo */
1362 tail->next = cmdq
1456 struct slic_cmdqueue *cmdq = &adapter->cmdq_free; local
1490 struct slic_cmdqueue *cmdq = &adapter->cmdq_done; local
[all...]
/drivers/atm/
H A Dfore200e.c606 struct host_cmdq* cmdq = &fore200e->host_cmdq; local
607 struct host_cmdq_entry* entry = &cmdq->host_entry[ cmdq->head ];
612 FORE200E_NEXT_ENTRY(cmdq->head, QUEUE_SIZE_CMD);
1317 struct host_cmdq* cmdq = &fore200e->host_cmdq; local
1318 struct host_cmdq_entry* entry = &cmdq->host_entry[ cmdq->head ];
1325 FORE200E_NEXT_ENTRY(cmdq->head, QUEUE_SIZE_CMD);
1744 struct host_cmdq* cmdq = &fore200e->host_cmdq; local
1745 struct host_cmdq_entry* entry = &cmdq
1853 struct host_cmdq* cmdq = &fore200e->host_cmdq; local
2329 struct host_cmdq* cmdq = &fore200e->host_cmdq; local
[all...]
/drivers/scsi/aacraid/
H A Ddpcsup.c215 list_add_tail(&fib->fiblink, &q->cmdq);
323 list_add_tail(&fib->fiblink, &q->cmdq);
H A Dcomminit.c185 INIT_LIST_HEAD(&q->cmdq);
H A Dcommsup.c1656 while(!list_empty(&(dev->queues->queue[HostNormCmdQueue].cmdq))) {
1662 entry = dev->queues->queue[HostNormCmdQueue].cmdq.next;
H A Daacraid.h583 struct list_head cmdq; /* A queue of FIBs which need to be prcessed by the FS thread. This is */ member in struct:aac_queue
/drivers/net/wireless/iwlwifi/pcie/
H A Dtrans.c1945 struct iwl_txq *cmdq = &trans_pcie->txq[trans_pcie->cmd_queue]; local
1956 cmdq->q.n_window * (sizeof(*txcmd) + TFD_MAX_PAYLOAD_SIZE);
1984 spin_lock_bh(&cmdq->lock);
1985 ptr = cmdq->q.write_ptr;
1986 for (i = 0; i < cmdq->q.n_window; i++) {
1987 u8 idx = get_cmd_index(&cmdq->q, ptr);
1990 cmdlen = iwl_trans_pcie_get_cmdlen(&cmdq->tfds[ptr]);
1997 memcpy(txcmd->data, cmdq->entries[idx].cmd, caplen);
2003 spin_unlock_bh(&cmdq->lock);
/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1435 struct cmdQ *cmdq = &sge->cmdQ[0]; local
1437 cmdq->processed += pr0;
1443 clear_bit(CMDQ_STAT_RUNNING, &cmdq->status);
1445 if (cmdq->cleaned + cmdq->in_use != cmdq->processed &&
1446 !test_and_set_bit(CMDQ_STAT_LAST_PKT_DB, &cmdq->status)) {
1447 set_bit(CMDQ_STAT_RUNNING, &cmdq->status);
/drivers/scsi/bfa/
H A Dbfi.h599 struct bfi_msgq_s cmdq; member in struct:bfi_msgq_cfg_req_s
/drivers/staging/wlan-ng/
H A Dhfa384x.h1259 wait_queue_head_t cmdq; /* wait queue itself */ member in struct:hfa384x
H A Dprism2mgmt.c306 wait_event_interruptible_timeout(hw->cmdq, hw->scanflag, timeout);
H A Dprism2sta.c1100 wake_up_interruptible(&hw->cmdq);
H A Dhfa384x_usb.c541 init_waitqueue_head(&hw->cmdq);

Completed in 306 milliseconds