Home
last modified time | relevance | path

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

123

/linux/rust/syn/gen/
H A Deq.rs14 fn eq(&self, other: &Self) -> bool { in eq() method
24 fn eq(&self, other: &Self) -> bool { in eq() method
34 fn eq(&self, other: &Self) -> bool { in eq() method
45 fn eq(&self, other: &Self) -> bool { in eq() method
56 fn eq(&self, other: &Self) -> bool { in eq() method
67 fn eq(&self, other: &Self) -> bool { in eq() method
81 fn eq(&self, other: &Self) -> bool { in eq() method
91 fn eq(&self, other: &Self) -> bool { in eq() method
101 fn eq(&self, other: &Self) -> bool { in eq() method
111 fn eq(&self, other: &Self) -> bool { in eq() method
[all …]
/linux/drivers/net/ethernet/huawei/hinic/
H A 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 …]
/linux/sound/pci/au88x0/
H A Dau88x0_eq.c495 eqlzr_t *eq = &(vortex->eq); vortex_Eqlzr_GetLeftGain() local
506 eqlzr_t *eq = &(vortex->eq); vortex_Eqlzr_SetLeftGain() local
520 eqlzr_t *eq = &(vortex->eq); vortex_Eqlzr_GetRightGain() local
531 eqlzr_t *eq = &(vortex->eq); vortex_Eqlzr_SetRightGain() local
568 eqlzr_t *eq = &(vortex->eq); vortex_Eqlzr_SetAllBandsFromActiveCoeffSet() local
579 eqlzr_t *eq = &(vortex->eq); vortex_Eqlzr_SetAllBands() local
597 eqlzr_t *eq = &(vortex->eq); vortex_Eqlzr_SetA3dBypassGain() local
613 eqlzr_t *eq = &(vortex->eq); vortex_Eqlzr_ProgramA3dBypassGain() local
633 eqlzr_t *eq = &(vortex->eq); vortex_Eqlzr_SetBypass() local
650 eqlzr_t *eq = &(vortex->eq); vortex_Eqlzr_ReadAndSetActiveCoefSet() local
660 eqlzr_t *eq = &(vortex->eq); vortex_Eqlzr_GetAllPeaks() local
679 eqlzr_t *eq = &(vortex->eq); vortex_Eqlzr_init() local
726 eqlzr_t *eq = &(vortex->eq); snd_vortex_eqtoggle_get() local
739 eqlzr_t *eq = &(vortex->eq); snd_vortex_eqtoggle_put() local
[all...]
/linux/drivers/pci/controller/
H A Dpcie-iproc-msi.c65 unsigned int eq; member
129 unsigned int eq) in iproc_msi_read_reg()
138 int eq, u32 val) in iproc_msi_write_reg()
159 static inline unsigned int iproc_msi_eq_offset(struct iproc_msi *msi, u32 eq) in iproc_msi_eq_offset()
304 static inline u32 decode_msi_hwirq(struct iproc_msi *msi, u32 eq, u32 head) in decode_msi_hwirq()
328 u32 eq, head, tail, nr_events; in iproc_msi_handler() local
388 int i, eq; in iproc_msi_enable() local
431 u32 eq, val; in iproc_msi_disable() local
/linux/drivers/net/ethernet/mellanox/mlx4/
H 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()
866 struct mlx4_eq *eq = eq_ptr; in mlx4_msi_x_interrupt() local
935 static void __iomem *mlx4_get_eq_uar(struct mlx4_dev *dev, struct mlx4_eq *eq) in mlx4_get_eq_uar()
971 u8 intr, struct mlx4_eq *eq) in mlx4_create_eq()
1088 struct mlx4_eq *eq) in mlx4_free_eq()
1224 struct mlx4_eq *eq = &priv->eq_table.eq[i]; in mlx4_init_eq_table() local
[all …]
/linux/drivers/infiniband/hw/mthca/
H 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()
588 struct mthca_eq *eq) in mthca_free_eq()
/linux/drivers/infiniband/hw/ionic/
H A Dionic_admin.c766 static bool ionic_next_eqe(struct ionic_eq *eq, struct ionic_v1_eqe *eqe) in ionic_next_eqe()
893 static u16 ionic_poll_eq(struct ionic_eq *eq, u16 budget) in ionic_poll_eq()
937 struct ionic_eq *eq = container_of(work, struct ionic_eq, work); in ionic_poll_eq_work() local
957 struct ionic_eq *eq = eqptr; in ionic_poll_eq_isr() local
983 struct ionic_eq *eq; in ionic_create_eq() local
1052 static void ionic_destroy_eq(struct ionic_eq *eq) in ionic_destroy_eq()
1070 struct ionic_eq *eq; in ionic_create_rdma_admin() local
1192 struct ionic_eq *eq; in ionic_destroy_rdma_admin() local
/linux/drivers/scsi/elx/efct/
H A Defct_hw_queues.c14 struct hw_eq *eq = NULL; in efct_hw_init_queues() local
130 struct hw_eq *eq = kzalloc_obj(*eq); 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/rust/syn/
H A Dtt.rs9 fn eq(&self, other: &Self) -> bool { in eq() method
86 fn eq(&self, other: &Self) -> bool { in eq() method
H A Dprecedence.rs201 fn eq(&self, other: &Self) -> bool { in eq() method
H A Dlifetime.rs91 fn eq(&self, other: &Lifetime) -> bool { in eq() method
H A Dlib.rs865 mod eq; module
/linux/rust/kernel/sync/
H A Daref.rs180 fn eq(&self, other: &ARef<U>) -> bool { eq() function
191 fn eq(&self, other: &&U) -> bool { eq() function
/linux/drivers/infiniband/hw/ocrdma/
H 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
3112 static int ocrdma_mbx_modify_eqd(struct ocrdma_dev *dev, struct ocrdma_eq *eq, in ocrdma_mbx_modify_eqd()
[all …]
/linux/drivers/net/ethernet/ibm/ehea/
H 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/rust/kernel/
H A Dtask.rs366 fn eq(&self, other: &Self) -> bool { in eq() method
405 fn eq(&self, other: &Kuid) -> bool { in eq() method
/linux/include/linux/mlx5/
H 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/
H 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/drivers/clk/spear/
H A Dclk-aux-synth.c46 u8 eq = rtbl[index].eq ? 1 : 2; in aux_calc_rate() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c114 struct mlx5_eq_comp *eq; in mlx5_create_cq() local
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c687 struct be_queue_info *eq; in be_isr_mcc() local
726 struct be_queue_info *eq; in be_isr_msix() local
751 struct be_queue_info *eq; in be_isr() local
2054 struct be_queue_info *eq; in be_iopoll() local
3008 struct be_queue_info *eq; in beiscsi_create_eqs() local
3072 struct be_queue_info *cq, *eq; in beiscsi_create_cqs() local
3589 struct be_queue_info *eq; in hwi_purge_eq() local
4079 struct be_queue_info *eq; in hwi_enable_intr() local
/linux/drivers/firmware/broadcom/
H A Dbcm47xx_nvram.c187 char *var, *value, *end, *eq; in bcm47xx_nvram_getenv() local
/linux/rust/proc-macro2/
H A Dwrapper.rs503 pub(crate) fn eq(&self, other: &Span) -> bool { in eq() method
718 fn eq(&self, other: &Ident) -> bool { in eq() method
732 fn eq(&self, other: &T) -> bool { in eq() function
/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c405 struct gdma_queue *eq, *cq; in mana_hwc_create_cq() local
675 struct gdma_queue *eq = hwc->cq->gdma_eq; in mana_hwc_establish_channel() local
/linux/drivers/firmware/arm_scmi/
H A Dnotify.c430 scmi_process_event_header(struct events_queue *eq, in scmi_process_event_header()
467 scmi_process_event_payload(struct events_queue *eq, in scmi_process_event_payload()
543 struct events_queue *eq; in scmi_events_dispatcher() local

123