| /Linux-v5.4/drivers/mailbox/ | 
| D | mtk-cmdq-mailbox.c | 63 	struct cmdq		*cmdq;  member70 struct cmdq {  struct
 76 	struct cmdq_thread	*thread;  argument
 81 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread)  in cmdq_thread_suspend()
 106 static void cmdq_init(struct cmdq *cmdq)  in cmdq_init()
 117 static int cmdq_thread_reset(struct cmdq *cmdq, struct cmdq_thread *thread)  in cmdq_thread_reset()
 133 static void cmdq_thread_disable(struct cmdq *cmdq, struct cmdq_thread *thread)  in cmdq_thread_disable()
 234 static void cmdq_thread_irq_handler(struct cmdq *cmdq,  in cmdq_thread_irq_handler()
 289 	struct cmdq *cmdq = dev;  in cmdq_irq_handler()  local
 310 	struct cmdq *cmdq = dev_get_drvdata(dev);  in cmdq_suspend()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/brocade/bna/ | 
| D | bfa_msgq.c | 50 cmdq_sm_stopped_entry(struct bfa_msgq_cmdq *cmdq)  in cmdq_sm_stopped_entry()69 cmdq_sm_stopped(struct bfa_msgq_cmdq *cmdq, enum cmdq_event event)  in cmdq_sm_stopped()
 91 cmdq_sm_init_wait_entry(struct bfa_msgq_cmdq *cmdq)  in cmdq_sm_init_wait_entry()
 97 cmdq_sm_init_wait(struct bfa_msgq_cmdq *cmdq, enum cmdq_event event)  in cmdq_sm_init_wait()
 123 cmdq_sm_ready_entry(struct bfa_msgq_cmdq *cmdq)  in cmdq_sm_ready_entry()
 128 cmdq_sm_ready(struct bfa_msgq_cmdq *cmdq, enum cmdq_event event)  in cmdq_sm_ready()
 146 cmdq_sm_dbell_wait_entry(struct bfa_msgq_cmdq *cmdq)  in cmdq_sm_dbell_wait_entry()
 152 cmdq_sm_dbell_wait(struct bfa_msgq_cmdq *cmdq, enum cmdq_event event)  in cmdq_sm_dbell_wait()
 180 	struct bfa_msgq_cmdq *cmdq = (struct bfa_msgq_cmdq *)arg;  in bfa_msgq_cmdq_dbell_ready()  local
 185 bfa_msgq_cmdq_dbell(struct bfa_msgq_cmdq *cmdq)  in bfa_msgq_cmdq_dbell()
 [all …]
 
 | 
| D | bfa_msgq.h | 104 	struct bfa_msgq_cmdq cmdq;  member
 | 
| D | bfi.h | 420 	struct bfi_msgq cmdq;  member
 | 
| /Linux-v5.4/drivers/crypto/cavium/nitrox/ | 
| D | nitrox_reqmgr.c | 228 				    struct nitrox_cmdq *cmdq)  in backlog_list_add()240 				     struct nitrox_cmdq *cmdq)  in response_list_add()
 250 				     struct nitrox_cmdq *cmdq)  in response_list_del()
 258 get_first_response_entry(struct nitrox_cmdq *cmdq)  in get_first_response_entry()
 264 static inline bool cmdq_full(struct nitrox_cmdq *cmdq, int qlen)  in cmdq_full()
 285 			  struct nitrox_cmdq *cmdq)  in post_se_instr()
 315 static int post_backlog_cmds(struct nitrox_cmdq *cmdq)  in post_backlog_cmds()
 348 	struct nitrox_cmdq *cmdq = sr->cmdq;  in nitrox_enqueue_request()  local
 502 	struct nitrox_cmdq *cmdq;  in backlog_qflush_work()  local
 533 static void process_response_list(struct nitrox_cmdq *cmdq)  in process_response_list()
 [all …]
 
 | 
| D | nitrox_lib.c | 25 static int nitrox_cmdq_init(struct nitrox_cmdq *cmdq, int align_bytes)  in nitrox_cmdq_init()53 static void nitrox_cmdq_reset(struct nitrox_cmdq *cmdq)  in nitrox_cmdq_reset()
 60 static void nitrox_cmdq_cleanup(struct nitrox_cmdq *cmdq)  in nitrox_cmdq_cleanup()
 103 		struct nitrox_cmdq *cmdq;  in nitrox_alloc_aqm_queues()  local
 143 		struct nitrox_cmdq *cmdq = &ndev->pkt_inq[i];  in nitrox_free_pktin_queues()  local
 162 		struct nitrox_cmdq *cmdq;  in nitrox_alloc_pktin_queues()  local
 
 | 
| D | nitrox_hal.c | 124 		struct nitrox_cmdq *cmdq = &ndev->pkt_inq[i];  in nitrox_config_pkt_input_rings()  local356 		struct nitrox_cmdq *cmdq = ndev->aqmq[ring];  in nitrox_config_aqm_rings()  local
 
 | 
| D | nitrox_isr.c | 31 	struct nitrox_cmdq *cmdq = qvec->cmdq;  in nps_pkt_slc_isr()  local
 | 
| D | nitrox_dev.h | 107 		struct nitrox_cmdq *cmdq;  member
 | 
| D | nitrox_req.h | 513 	struct nitrox_cmdq *cmdq;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/huawei/hinic/ | 
| D | hinic_hw_cmdq.c | 78 #define cmdq_to_cmdqs(cmdq)     container_of((cmdq) - (cmdq)->cmdq_type, \  argument325 static void cmdq_set_db(struct hinic_cmdq *cmdq,  in cmdq_set_db()
 340 static int cmdq_sync_cmd_direct_resp(struct hinic_cmdq *cmdq,  in cmdq_sync_cmd_direct_resp()
 420 static int cmdq_set_arm_bit(struct hinic_cmdq *cmdq, void *buf_in,  in cmdq_set_arm_bit()
 513 	struct hinic_cmdq *cmdq = &cmdqs->cmdq[HINIC_CMDQ_SYNC];  in hinic_set_arm_bit()  local
 531 static void clear_wqe_complete_bit(struct hinic_cmdq *cmdq,  in clear_wqe_complete_bit()
 565 static int cmdq_arm_ceq_handler(struct hinic_cmdq *cmdq,  in cmdq_arm_ceq_handler()
 587 static void cmdq_update_errcode(struct hinic_cmdq *cmdq, u16 prod_idx,  in cmdq_update_errcode()
 600 static void cmdq_sync_cmd_handler(struct hinic_cmdq *cmdq, u16 cons_idx,  in cmdq_sync_cmd_handler()
 615 static int cmdq_cmd_ceq_handler(struct hinic_cmdq *cmdq, u16 ci,  in cmdq_cmd_ceq_handler()
 [all …]
 
 | 
| D | hinic_hw_io.c | 502 	enum hinic_cmdq_type cmdq, type;  in hinic_io_init()  local574 	enum hinic_cmdq_type cmdq;  in hinic_io_free()  local
 
 | 
| D | hinic_hw_cmdq.h | 157 	struct hinic_cmdq       cmdq[HINIC_MAX_CMDQ_TYPES];  member
 | 
| /Linux-v5.4/drivers/iommu/ | 
| D | arm-smmu-v3.c | 604 	struct arm_smmu_cmdq		cmdq;  member1005 static void arm_smmu_cmdq_shared_lock(struct arm_smmu_cmdq *cmdq)  in arm_smmu_cmdq_shared_lock()
 1023 static void arm_smmu_cmdq_shared_unlock(struct arm_smmu_cmdq *cmdq)  in arm_smmu_cmdq_shared_unlock()
 1028 static bool arm_smmu_cmdq_shared_tryunlock(struct arm_smmu_cmdq *cmdq)  in arm_smmu_cmdq_shared_tryunlock()
 1037 #define arm_smmu_cmdq_exclusive_trylock_irqsave(cmdq, flags)		\  argument
 1047 #define arm_smmu_cmdq_exclusive_unlock_irqrestore(cmdq, flags)		\  argument
 1093 static void __arm_smmu_cmdq_poll_set_valid_map(struct arm_smmu_cmdq *cmdq,  in __arm_smmu_cmdq_poll_set_valid_map()
 1140 static void arm_smmu_cmdq_set_valid_map(struct arm_smmu_cmdq *cmdq,  in arm_smmu_cmdq_set_valid_map()
 1147 static void arm_smmu_cmdq_poll_valid_map(struct arm_smmu_cmdq *cmdq,  in arm_smmu_cmdq_poll_valid_map()
 1159 	struct arm_smmu_cmdq *cmdq = &smmu->cmdq;  in arm_smmu_cmdq_poll_until_not_full()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/bnxt_re/ | 
| D | qplib_rcfw.c | 88 	struct bnxt_qplib_hwq *cmdq = &rcfw->cmdq;  in __send_message()  local295 	struct bnxt_qplib_hwq *cmdq = &rcfw->cmdq;  in bnxt_qplib_process_qp_event()  local
 
 | 
| D | qplib_rcfw.h | 261 	struct bnxt_qplib_hwq	cmdq;  member
 | 
| /Linux-v5.4/drivers/atm/ | 
| D | fore200e.c | 558     struct host_cmdq*       cmdq  = &fore200e->host_cmdq;  in fore200e_pca_prom_read()  local1227     struct host_cmdq*        cmdq  = &fore200e->host_cmdq;  in fore200e_activate_vcin()  local
 1660     struct host_cmdq*       cmdq  = &fore200e->host_cmdq;  in fore200e_getstats()  local
 1771     struct host_cmdq*       cmdq  = &fore200e->host_cmdq;  in fore200e_set_oc3()  local
 2248     struct host_cmdq*     cmdq =  &fore200e->host_cmdq;  in fore200e_init_cmd_queue()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/ | 
| D | sge.c | 1435 	struct cmdQ *cmdq = &sge->cmdQ[0];  in update_tx_info()  local
 | 
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/ | 
| D | trans.c | 3198 	struct iwl_txq *cmdq = trans_pcie->txq[trans_pcie->cmd_queue];  in iwl_trans_pcie_dump_data()  local
 | 
| /Linux-v5.4/drivers/scsi/bfa/ | 
| D | bfi.h | 592 	struct bfi_msgq_s cmdq;  member
 | 
| /Linux-v5.4/drivers/staging/wlan-ng/ | 
| D | hfa384x.h | 1269 	wait_queue_head_t cmdq;	/* wait queue itself */  member
 | 
| /Linux-v5.4/drivers/scsi/aacraid/ | 
| D | aacraid.h | 996 	struct list_head	cmdq;		/* A queue of FIBs which need to be prcessed by the FS thread. This is */  member
 |