Home
last modified time | relevance | path

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

1234

/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_hw_eqs.c27 #define GET_EQ_NUM_PAGES(eq, pg_size) \ argument
48 #define GET_EQ_ELEMENT(eq, idx) \ argument
79 #define aeq_to_aeqs(eq) \ argument
82 #define ceq_to_ceqs(eq) \ argument
347 struct hinic_eq *eq = data; in eq_irq_handler() local
469 static void set_ctrl0(struct hinic_eq *eq) in set_ctrl0()
525 static void set_ctrl1(struct hinic_eq *eq) in set_ctrl1()
577 static int set_eq_ctrls(struct hinic_eq *eq) in set_eq_ctrls()
823 static void remove_eq(struct hinic_eq *eq) in remove_eq()
962 struct hinic_eq *eq = NULL; in hinic_dump_ceq_info() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Deq.c109 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()
199 struct mlx5_eq *eq = &eq_async->core; in mlx5_eq_async_int() local
248 static void init_eq_buf(struct mlx5_eq *eq) in init_eq_buf()
499 struct mlx5_eq *eq; in cq_err_event_notifier() local
614 struct mlx5_eq_async *eq, const char *name) in cleanup_async_eq()
786 struct mlx5_eq_comp *eq, *n; in destroy_comp_eqs() local
802 struct mlx5_eq_comp *eq; in create_comp_eqs() local
865 struct mlx5_eq_comp *eq, *n; in vector2eqnirqn() local
904 struct mlx5_eq_comp *eq, *n; in mlx5_comp_irq_get_affinity_mask() local
[all …]
A 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()
A Dcq.c95 struct mlx5_eq_comp *eq; in mlx5_core_create_cq() local
/linux/sound/pci/au88x0/
A Dau88x0_eq.c495 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_GetLeftGain() local
506 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_SetLeftGain() local
520 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_GetRightGain() local
531 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_SetRightGain() local
568 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_SetAllBandsFromActiveCoeffSet() local
579 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_SetAllBands() local
597 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_SetA3dBypassGain() local
613 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_ProgramA3dBypassGain() local
633 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_SetBypass() local
650 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_ReadAndSetActiveCoefSet() local
[all …]
/linux/drivers/pci/controller/
A 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
/linux/drivers/net/ethernet/mellanox/mlx4/
A 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
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
1468 struct mlx4_eq *eq; in mlx4_assign_eq() local
[all …]
/linux/drivers/infiniband/hw/mthca/
A 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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
A 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()
/linux/drivers/scsi/elx/efct/
A 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
/linux/drivers/infiniband/hw/efa/
A Defa_main.c103 struct efa_eq *eq = data; in efa_intr_msix_comp() local
137 static void efa_setup_comp_irq(struct efa_dev *dev, struct efa_eq *eq, in efa_setup_comp_irq()
287 static void efa_destroy_eq(struct efa_dev *dev, struct efa_eq *eq) in efa_destroy_eq()
293 static int efa_create_eq(struct efa_dev *dev, struct efa_eq *eq, u8 msix_vec) in efa_create_eq()
/linux/drivers/infiniband/hw/ocrdma/
A 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
3143 static int ocrdma_modify_eqd(struct ocrdma_dev *dev, struct ocrdma_eq *eq, in ocrdma_modify_eqd()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A 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()
/linux/drivers/infiniband/hw/hns/
A 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 …]
A Dhns_roce_hw_v2.c5623 struct hns_roce_eq *eq, u32 queue_num) in hns_roce_v2_init_irq_work()
5639 static void update_eq_db(struct hns_roce_eq *eq) in update_eq_db()
5663 static struct hns_roce_aeqe *next_aeqe_sw_v2(struct hns_roce_eq *eq) in next_aeqe_sw_v2()
5676 struct hns_roce_eq *eq) in hns_roce_v2_aeq_int()
5751 static struct hns_roce_ceqe *next_ceqe_sw_v2(struct hns_roce_eq *eq) in next_ceqe_sw_v2()
5764 struct hns_roce_eq *eq) in hns_roce_v2_ceq_int()
5794 struct hns_roce_eq *eq = eq_ptr; in hns_roce_v2_msix_interrupt_eq() local
5888 static void free_eq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq) in free_eq_buf()
5903 static int config_eqc(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq, in config_eqc()
5989 struct hns_roce_eq *eq, in hns_roce_v2_create_eq()
[all …]
/linux/drivers/infiniband/hw/mlx5/
A Dodp.c79 struct mlx5_ib_pf_eq *eq; member
1378 struct mlx5_ib_pf_eq *eq = pfault->eq; in mlx5_ib_eqe_pf_action() local
1384 static void mlx5_ib_eq_pf_process(struct mlx5_ib_pf_eq *eq) in mlx5_ib_eq_pf_process()
1474 struct mlx5_ib_pf_eq *eq = in mlx5_ib_eq_pf_int() local
1500 struct mlx5_ib_pf_eq *eq = in mlx5_ib_eq_pf_action() local
1515 int mlx5r_odp_create_eq(struct mlx5_ib_dev *dev, struct mlx5_ib_pf_eq *eq) in mlx5r_odp_create_eq()
1579 mlx5_ib_odp_destroy_eq(struct mlx5_ib_dev *dev, struct mlx5_ib_pf_eq *eq) in mlx5_ib_odp_destroy_eq()
/linux/drivers/net/ethernet/ibm/ehea/
A 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()
/linux/include/linux/mlx5/
A Deq.h41 static inline u32 mlx5_eq_update_cc(struct mlx5_eq *eq, u32 cc) in mlx5_eq_update_cc()
/linux/drivers/s390/char/
A Dsclp_sd.c33 u8 eq; member
189 static int sclp_sd_sync(unsigned long page, u8 eq, u8 di, u64 sat, u64 sa, in sclp_sd_sync()
/linux/net/dns_resolver/
A Ddns_key.c150 const char *eq; in dns_resolver_preparse() local
/linux/drivers/clk/spear/
A Dclk-aux-synth.c49 u8 eq = rtbl[index].eq ? 1 : 2; in aux_calc_rate() local
/linux/drivers/firmware/broadcom/
A Dbcm47xx_nvram.c169 char *var, *value, *end, *eq; in bcm47xx_nvram_getenv() local
/linux/drivers/scsi/be2iscsi/
A Dbe_main.c671 struct be_queue_info *eq; in be_isr_mcc() local
710 struct be_queue_info *eq; in be_isr_msix() local
735 struct be_queue_info *eq; in be_isr() local
2038 struct be_queue_info *eq; in be_iopoll() local
2999 struct be_queue_info *eq; in beiscsi_create_eqs() local
3063 struct be_queue_info *cq, *eq; in beiscsi_create_cqs() local
3582 struct be_queue_info *eq; in hwi_purge_eq() local
4077 struct be_queue_info *eq; in hwi_enable_intr() local
/linux/drivers/scsi/lpfc/
A Dlpfc_sli.c590 lpfc_sli4_eqcq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_sli4_eqcq_flush()
6069 struct lpfc_queue *eq; in lpfc_sli4_arm_cqeq_intr() local
8891 struct lpfc_queue *eq; in lpfc_sli4_process_missed_mbox_completions() local
11242 struct lpfc_queue *eq; in lpfc_sli_issue_iocb() local
15685 struct lpfc_queue *eq; in lpfc_sli4_poll_hbtimer() local
15755 struct lpfc_queue *eq, *next; in lpfc_sli4_cleanup_poll_list() local
15800 void lpfc_sli4_start_polling(struct lpfc_queue *eq) in lpfc_sli4_start_polling()
15805 void lpfc_sli4_stop_polling(struct lpfc_queue *eq) in lpfc_sli4_stop_polling()
16000 struct lpfc_queue *eq; in lpfc_modify_hba_eq_delay() local
16405 struct lpfc_queue *eq; in lpfc_cq_create_set() local
[all …]
/linux/drivers/firmware/arm_scmi/
A 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

Completed in 118 milliseconds

1234