Home
last modified time | relevance | path

Searched defs:eq (Results 1 – 25 of 62) sorted by relevance

123

/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_eqs.c27 #define GET_EQ_NUM_PAGES(eq, pg_size) \ argument
30 #define GET_EQ_NUM_ELEMS_IN_PG(eq, pg_size) ((pg_size) / (eq)->elem_size) argument
32 #define EQ_CONS_IDX_REG_ADDR(eq) (((eq)->type == HINIC_AEQ) ? \ argument
36 #define EQ_PROD_IDX_REG_ADDR(eq) (((eq)->type == HINIC_AEQ) ? \ argument
40 #define EQ_HI_PHYS_ADDR_REG(eq, pg_num) (((eq)->type == HINIC_AEQ) ? \ argument
44 #define EQ_LO_PHYS_ADDR_REG(eq, pg_num) (((eq)->type == HINIC_AEQ) ? \ argument
48 #define GET_EQ_ELEMENT(eq, idx) \ argument
52 #define GET_AEQ_ELEM(eq, idx) ((struct hinic_aeq_elem *) \ argument
55 #define GET_CEQ_ELEM(eq, idx) ((u32 *) \ argument
58 #define GET_CURR_AEQ_ELEM(eq) GET_AEQ_ELEM(eq, (eq)->cons_idx) argument
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c89 static struct mlx5_core_cq *mlx5_eq_cq_get(struct mlx5_eq *eq, u32 cqn) in mlx5_eq_cq_get()
109 struct mlx5_eq *eq = &eq_comp->core; in mlx5_eq_comp_int() local
156 u32 mlx5_eq_poll_irq_disabled(struct mlx5_eq_comp *eq) in mlx5_eq_poll_irq_disabled()
169 static void mlx5_eq_async_int_lock(struct mlx5_eq_async *eq, bool recovery, in mlx5_eq_async_int_lock()
179 static void mlx5_eq_async_int_unlock(struct mlx5_eq_async *eq, bool recovery, in mlx5_eq_async_int_unlock()
199 struct mlx5_eq *eq = &eq_async->core; in mlx5_eq_async_int() local
240 struct mlx5_eq_async *eq = &dev->priv.eq_table->cmd_eq; in mlx5_cmd_eq_recover() local
248 static void init_eq_buf(struct mlx5_eq *eq) in init_eq_buf()
260 create_map_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in create_map_eq()
365 int mlx5_eq_enable(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in mlx5_eq_enable()
[all …]
Ddebugfs.c282 static u64 eq_read_field(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in eq_read_field()
464 int mlx5_debug_eq_add(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_debug_eq_add()
480 void mlx5_debug_eq_remove(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_debug_eq_remove()
Dcq.c95 struct mlx5_eq_comp *eq; in mlx5_core_create_cq() local
/drivers/net/ethernet/mellanox/mlx4/
Deq.c97 static void eq_set_ci(struct mlx4_eq *eq, int req_not) in eq_set_ci()
106 static struct mlx4_eqe *get_eqe(struct mlx4_eq *eq, u32 entry, u8 eqe_factor, in get_eqe()
121 static struct mlx4_eqe *next_eqe_sw(struct mlx4_eq *eq, u8 eqe_factor, u8 size) in next_eqe_sw()
241 struct mlx4_eq *eq = &priv->eq_table.eq[vec]; in mlx4_set_eq_affinity_hint() local
494 static int mlx4_eq_int(struct mlx4_dev *dev, struct mlx4_eq *eq) in mlx4_eq_int()
865 struct mlx4_eq *eq = eq_ptr; in mlx4_msi_x_interrupt() local
934 static void __iomem *mlx4_get_eq_uar(struct mlx4_dev *dev, struct mlx4_eq *eq) in mlx4_get_eq_uar()
970 u8 intr, struct mlx4_eq *eq) in mlx4_create_eq()
1088 struct mlx4_eq *eq) in mlx4_free_eq()
1227 struct mlx4_eq *eq = &priv->eq_table.eq[i]; in mlx4_init_eq_table() local
[all …]
/drivers/pci/controller/
Dpcie-iproc-msi.c64 unsigned int eq; member
130 unsigned int eq) in iproc_msi_read_reg()
139 int eq, u32 val) in iproc_msi_write_reg()
160 static inline unsigned int iproc_msi_eq_offset(struct iproc_msi *msi, u32 eq) in iproc_msi_eq_offset()
303 static inline u32 decode_msi_hwirq(struct iproc_msi *msi, u32 eq, u32 head) in decode_msi_hwirq()
327 u32 eq, head, tail, nr_events; in iproc_msi_handler() local
387 int i, eq; in iproc_msi_enable() local
430 u32 eq, val; in iproc_msi_disable() local
/drivers/infiniband/hw/mthca/
Dmthca_eq.c173 static inline void tavor_set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) in tavor_set_eq_ci()
189 static inline void arbel_set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) in arbel_set_eq_ci()
199 static inline void set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) in set_eq_ci()
228 static inline struct mthca_eqe *get_eqe(struct mthca_eq *eq, u32 entry) in get_eqe()
234 static inline struct mthca_eqe *next_eqe_sw(struct mthca_eq *eq) in next_eqe_sw()
260 static int mthca_eq_int(struct mthca_dev *dev, struct mthca_eq *eq) in mthca_eq_int()
420 struct mthca_eq *eq = eq_ptr; in mthca_tavor_msi_x_interrupt() local
454 struct mthca_eq *eq = eq_ptr; in mthca_arbel_msi_x_interrupt() local
468 struct mthca_eq *eq) in mthca_create_eq()
589 struct mthca_eq *eq) in mthca_free_eq()
/drivers/net/ethernet/mellanox/mlx5/core/lib/
Deq.h51 static inline u32 eq_get_size(struct mlx5_eq *eq) in eq_get_size()
56 static inline struct mlx5_eqe *get_eqe(struct mlx5_eq *eq, u32 entry) in get_eqe()
61 static inline struct mlx5_eqe *next_eqe_sw(struct mlx5_eq *eq) in next_eqe_sw()
68 static inline void eq_update_ci(struct mlx5_eq *eq, int arm) in eq_update_ci()
/drivers/scsi/elx/efct/
Defct_hw_queues.c14 struct hw_eq *eq = NULL; in efct_hw_init_queues() local
130 struct hw_eq *eq = kzalloc(sizeof(*eq), GFP_KERNEL); in efct_hw_new_eq() local
159 efct_hw_new_cq(struct hw_eq *eq, u32 entry_count) in efct_hw_new_cq()
388 efct_hw_del_eq(struct hw_eq *eq) in efct_hw_del_eq()
473 struct hw_eq *eq; in efct_hw_queue_teardown() local
/drivers/infiniband/hw/ocrdma/
Docrdma_hw.c111 static inline void *ocrdma_get_eqe(struct ocrdma_eq *eq) in ocrdma_get_eqe()
116 static inline void ocrdma_eq_inc_tail(struct ocrdma_eq *eq) in ocrdma_eq_inc_tail()
433 static int ocrdma_mbx_create_eq(struct ocrdma_dev *dev, struct ocrdma_eq *eq) in ocrdma_mbx_create_eq()
461 struct ocrdma_eq *eq, u16 q_len) in ocrdma_create_eq()
482 int ocrdma_get_irq(struct ocrdma_dev *dev, struct ocrdma_eq *eq) in ocrdma_get_irq()
493 static void _ocrdma_destroy_eq(struct ocrdma_dev *dev, struct ocrdma_eq *eq) in _ocrdma_destroy_eq()
501 static void ocrdma_destroy_eq(struct ocrdma_dev *dev, struct ocrdma_eq *eq) in ocrdma_destroy_eq()
525 struct ocrdma_queue_info *eq) in ocrdma_mbx_mq_cq_create()
996 struct ocrdma_eq *eq = handle; in ocrdma_irq_handler() local
3117 static int ocrdma_mbx_modify_eqd(struct ocrdma_dev *dev, struct ocrdma_eq *eq, in ocrdma_mbx_modify_eqd()
[all …]
/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c3675 static void set_eq_cons_index_v1(struct hns_roce_eq *eq, u32 req_not) in set_eq_cons_index_v1()
3843 static struct hns_roce_aeqe *get_aeqe_v1(struct hns_roce_eq *eq, u32 entry) in get_aeqe_v1()
3852 static struct hns_roce_aeqe *next_aeqe_sw_v1(struct hns_roce_eq *eq) in next_aeqe_sw_v1()
3861 struct hns_roce_eq *eq) in hns_roce_v1_aeq_int()
3941 static struct hns_roce_ceqe *get_ceqe_v1(struct hns_roce_eq *eq, u32 entry) in get_ceqe_v1()
3950 static struct hns_roce_ceqe *next_ceqe_sw_v1(struct hns_roce_eq *eq) in next_ceqe_sw_v1()
3960 struct hns_roce_eq *eq) in hns_roce_v1_ceq_int()
3992 struct hns_roce_eq *eq = eq_ptr; in hns_roce_v1_msix_interrupt_eq() local
4145 struct hns_roce_eq *eq) in hns_roce_v1_free_eq()
4187 struct hns_roce_eq *eq) in hns_roce_v1_create_eq()
[all …]
Dhns_roce_hw_v2.c5620 struct hns_roce_eq *eq, u32 queue_num) in hns_roce_v2_init_irq_work()
5636 static void update_eq_db(struct hns_roce_eq *eq) in update_eq_db()
5660 static struct hns_roce_aeqe *next_aeqe_sw_v2(struct hns_roce_eq *eq) in next_aeqe_sw_v2()
5673 struct hns_roce_eq *eq) in hns_roce_v2_aeq_int()
5748 static struct hns_roce_ceqe *next_ceqe_sw_v2(struct hns_roce_eq *eq) in next_ceqe_sw_v2()
5761 struct hns_roce_eq *eq) in hns_roce_v2_ceq_int()
5791 struct hns_roce_eq *eq = eq_ptr; in hns_roce_v2_msix_interrupt_eq() local
5885 static void free_eq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq) in free_eq_buf()
5890 static void init_eq_config(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq) in init_eq_config()
5900 static int config_eqc(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq, in config_eqc()
[all …]
/drivers/infiniband/hw/mlx5/
Dodp.c79 struct mlx5_ib_pf_eq *eq; member
1397 struct mlx5_ib_pf_eq *eq = pfault->eq; in mlx5_ib_eqe_pf_action() local
1403 static void mlx5_ib_eq_pf_process(struct mlx5_ib_pf_eq *eq) in mlx5_ib_eq_pf_process()
1493 struct mlx5_ib_pf_eq *eq = in mlx5_ib_eq_pf_int() local
1519 struct mlx5_ib_pf_eq *eq = in mlx5_ib_eq_pf_action() local
1534 int mlx5r_odp_create_eq(struct mlx5_ib_dev *dev, struct mlx5_ib_pf_eq *eq) in mlx5r_odp_create_eq()
1597 mlx5_ib_odp_destroy_eq(struct mlx5_ib_dev *dev, struct mlx5_ib_pf_eq *eq) in mlx5_ib_odp_destroy_eq()
/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.c107 int mlx5e_health_eq_diag_fmsg(struct mlx5_eq_comp *eq, struct devlink_fmsg *fmsg) in mlx5e_health_eq_diag_fmsg()
206 int mlx5e_health_channel_eq_recover(struct net_device *dev, struct mlx5_eq_comp *eq, in mlx5e_health_channel_eq_recover()
/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.c236 struct ehea_eq *eq; in ehea_create_eq() local
303 struct ehea_eqe *ehea_poll_eq(struct ehea_eq *eq) in ehea_poll_eq()
315 static u64 ehea_destroy_eq_res(struct ehea_eq *eq, u64 force) in ehea_destroy_eq_res()
334 int ehea_destroy_eq(struct ehea_eq *eq) in ehea_destroy_eq()
/drivers/s390/char/
Dsclp_sd.c33 u8 eq; member
188 static int sclp_sd_sync(unsigned long page, u8 eq, u8 di, u64 sat, u64 sa, in sclp_sd_sync()
/drivers/scsi/be2iscsi/
Dbe_main.c668 struct be_queue_info *eq; in be_isr_mcc() local
707 struct be_queue_info *eq; in be_isr_msix() local
732 struct be_queue_info *eq; in be_isr() local
2035 struct be_queue_info *eq; in be_iopoll() local
2997 struct be_queue_info *eq; in beiscsi_create_eqs() local
3061 struct be_queue_info *cq, *eq; in beiscsi_create_cqs() local
3580 struct be_queue_info *eq; in hwi_purge_eq() local
4075 struct be_queue_info *eq; in hwi_enable_intr() local
/drivers/net/ethernet/microsoft/mana/
Dgdma_main.c286 static void mana_gd_process_eqe(struct gdma_queue *eq) in mana_gd_process_eqe()
343 struct gdma_queue *eq = arg; in mana_gd_process_eq_events() local
461 int mana_gd_test_eq(struct gdma_context *gc, struct gdma_queue *eq) in mana_gd_test_eq()
Dhw_channel.c333 struct gdma_queue *eq, *cq; in mana_hwc_create_cq() local
602 struct gdma_queue *eq = hwc->cq->gdma_eq; in mana_hwc_establish_channel() local
Dgdma.h96 } eq; member
243 struct gdma_queue *eq; member
292 } eq; member
315 } eq; member
/drivers/scsi/lpfc/
Dlpfc_sli.c576 __lpfc_sli4_consume_eqe(struct lpfc_hba *phba, struct lpfc_queue *eq, in __lpfc_sli4_consume_eqe()
590 lpfc_sli4_eqcq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_sli4_eqcq_flush()
634 lpfc_sli4_process_eq(struct lpfc_hba *phba, struct lpfc_queue *eq, in lpfc_sli4_process_eq()
6065 struct lpfc_queue *eq; in lpfc_sli4_arm_cqeq_intr() local
9078 struct lpfc_queue *eq; in lpfc_sli4_process_missed_mbox_completions() local
11429 struct lpfc_queue *eq; in lpfc_sli_issue_iocb() local
15593 lpfc_sli4_hba_handle_eqe(struct lpfc_hba *phba, struct lpfc_queue *eq, in lpfc_sli4_hba_handle_eqe()
15878 struct lpfc_queue *eq; in lpfc_sli4_poll_hbtimer() local
15892 inline int lpfc_sli4_poll_eq(struct lpfc_queue *eq, uint8_t path) in lpfc_sli4_poll_eq()
15919 static inline void lpfc_sli4_add_to_poll_list(struct lpfc_queue *eq) in lpfc_sli4_add_to_poll_list()
[all …]
/drivers/clk/spear/
Dclk-aux-synth.c49 u8 eq = rtbl[index].eq ? 1 : 2; in aux_calc_rate() local
/drivers/firmware/arm_scmi/
Dnotify.c425 scmi_process_event_header(struct events_queue *eq, in scmi_process_event_header()
462 scmi_process_event_payload(struct events_queue *eq, in scmi_process_event_payload()
538 struct events_queue *eq; in scmi_events_dispatcher() local
/drivers/firmware/broadcom/
Dbcm47xx_nvram.c169 char *var, *value, *end, *eq; in bcm47xx_nvram_getenv() local
/drivers/misc/habanalabs/common/
Dirq.c205 struct hl_eq *eq = arg; in hl_irq_handler_eq() local

123