| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_eqs.c | 27 #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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eq.c | 112 static struct mlx5_core_cq *mlx5_eq_cq_get(struct mlx5_eq *eq, u32 cqn) in mlx5_eq_cq_get() 132 struct mlx5_eq *eq = &eq_comp->core; in mlx5_eq_comp_int() local 179 u32 mlx5_eq_poll_irq_disabled(struct mlx5_eq_comp *eq) in mlx5_eq_poll_irq_disabled() 192 static void mlx5_eq_async_int_lock(struct mlx5_eq_async *eq, unsigned long *flags) in mlx5_eq_async_int_lock() 201 static void mlx5_eq_async_int_unlock(struct mlx5_eq_async *eq, unsigned long *flags) in mlx5_eq_async_int_unlock() 220 struct mlx5_eq *eq = &eq_async->core; in mlx5_eq_async_int() local 259 struct mlx5_eq_async *eq = &dev->priv.eq_table->cmd_eq; in mlx5_cmd_eq_recover() local 267 static void init_eq_buf(struct mlx5_eq *eq) in init_eq_buf() 279 create_map_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in create_map_eq() 371 int mlx5_eq_enable(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in mlx5_eq_enable() [all …]
|
| H A D | debugfs.c | 282 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()
|
| /OK3568_Linux_fs/kernel/sound/pci/au88x0/ |
| H A D | au88x0_eq.c | 495 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pcie-iproc-msi.c | 64 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 389 int i, eq; in iproc_msi_enable() local 432 u32 eq, val; in iproc_msi_disable() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | eq.c | 97 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/ |
| H A D | mthca_eq.c | 173 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | eq.h | 50 static inline struct mlx5_eqe *get_eqe(struct mlx5_eq *eq, u32 entry) in get_eqe() 55 static inline struct mlx5_eqe *next_eqe_sw(struct mlx5_eq *eq) in next_eqe_sw() 62 static inline void eq_update_ci(struct mlx5_eq *eq, int arm) in eq_update_ci()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/ |
| H A D | sweep.cpp | 108 void Sweep::EdgeEvent(SweepContext& tcx, Point& ep, Point& eq, Triangle* triangle, Point& point) in EdgeEvent() 163 bool Sweep::IsEdgeSideOfTriangle(Triangle& triangle, Point& ep, Point& eq) in IsEdgeSideOfTriangle() 701 void Sweep::FlipEdgeEvent(SweepContext& tcx, Point& ep, Point& eq, Triangle* t, Point& p) in FlipEdgeEvent() 760 Point& Sweep::NextFlipPoint(Point& ep, Point& eq, Triangle& ot, Point& op) in NextFlipPoint() 775 void Sweep::FlipScanEdgeEvent(SweepContext& tcx, Point& ep, Point& eq, Triangle& flip_triangle, in FlipScanEdgeEvent()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_hw.c | 111 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v1.c | 3607 static void set_eq_cons_index_v1(struct hns_roce_eq *eq, int req_not) in set_eq_cons_index_v1() 3775 static struct hns_roce_aeqe *get_aeqe_v1(struct hns_roce_eq *eq, u32 entry) in get_aeqe_v1() 3784 static struct hns_roce_aeqe *next_aeqe_sw_v1(struct hns_roce_eq *eq) in next_aeqe_sw_v1() 3793 struct hns_roce_eq *eq) in hns_roce_v1_aeq_int() 3880 static struct hns_roce_ceqe *get_ceqe_v1(struct hns_roce_eq *eq, u32 entry) in get_ceqe_v1() 3889 static struct hns_roce_ceqe *next_ceqe_sw_v1(struct hns_roce_eq *eq) in next_ceqe_sw_v1() 3899 struct hns_roce_eq *eq) in hns_roce_v1_ceq_int() 3932 struct hns_roce_eq *eq = eq_ptr; in hns_roce_v1_msix_interrupt_eq() local 4085 struct hns_roce_eq *eq) in hns_roce_v1_free_eq() 4127 struct hns_roce_eq *eq) in hns_roce_v1_create_eq() [all …]
|
| H A D | hns_roce_hw_v2.c | 5419 struct hns_roce_eq *eq, in hns_roce_v2_init_irq_work() 5437 static void set_eq_cons_index_v2(struct hns_roce_eq *eq) in set_eq_cons_index_v2() 5466 static struct hns_roce_aeqe *next_aeqe_sw_v2(struct hns_roce_eq *eq) in next_aeqe_sw_v2() 5479 struct hns_roce_eq *eq) in hns_roce_v2_aeq_int() 5566 static struct hns_roce_ceqe *next_ceqe_sw_v2(struct hns_roce_eq *eq) in next_ceqe_sw_v2() 5579 struct hns_roce_eq *eq) in hns_roce_v2_ceq_int() 5612 struct hns_roce_eq *eq = eq_ptr; in hns_roce_v2_msix_interrupt_eq() local 5730 static void free_eq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq) in free_eq_buf() 5735 static int config_eqc(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq, in config_eqc() 5862 static int alloc_eq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq) in alloc_eq_buf() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | health.c | 108 int mlx5e_health_eq_diag_fmsg(struct mlx5_eq_comp *eq, struct devlink_fmsg *fmsg) in mlx5e_health_eq_diag_fmsg() 209 int mlx5e_health_channel_eq_recover(struct mlx5_eq_comp *eq, struct mlx5e_channel *channel) in mlx5e_health_channel_eq_recover()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | odp.c | 77 struct mlx5_ib_pf_eq *eq; member 1454 struct mlx5_ib_pf_eq *eq = pfault->eq; in mlx5_ib_eqe_pf_action() local 1460 static void mlx5_ib_eq_pf_process(struct mlx5_ib_pf_eq *eq) in mlx5_ib_eq_pf_process() 1550 struct mlx5_ib_pf_eq *eq = in mlx5_ib_eq_pf_int() local 1576 struct mlx5_ib_pf_eq *eq = in mlx5_ib_eq_pf_action() local 1592 mlx5_ib_create_pf_eq(struct mlx5_ib_dev *dev, struct mlx5_ib_pf_eq *eq) in mlx5_ib_create_pf_eq() 1642 mlx5_ib_destroy_pf_eq(struct mlx5_ib_dev *dev, struct mlx5_ib_pf_eq *eq) in mlx5_ib_destroy_pf_eq()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_qmr.c | 236 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/comparison/detail/ |
| H A D | equal_to.hpp | 48 typename result_of::equal_to<I1, end1_type>::type eq; in call() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/auxiliary/ |
| H A D | copy.hpp | 57 typename result_of::equal_to<I1, end1_type>::type eq; in call() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/io/detail/ |
| H A D | out.hpp | 71 result_of::equal_to<First, Last> eq; in call() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | length.cpp | 34 auto eq = static_cast<const Length*>(&e); in operator ==() local
|
| H A D | equals.cpp | 57 auto eq = static_cast<const Equals*>(&e); in operator ==() local
|
| /OK3568_Linux_fs/kernel/include/linux/mlx5/ |
| H A D | eq.h | 41 static inline u32 mlx5_eq_update_cc(struct mlx5_eq *eq, u32 cc) in mlx5_eq_update_cc()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | style_diff.cpp | 12 const Eq& eq) { in diff()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | longest_common_subsequence.hpp | 30 Equal eq) { in longest_common_subsequence()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/detail/ |
| H A D | tst.hpp | 208 tst_node* eq; // middle pointer member
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_sd.c | 33 u8 eq; member 188 static int sclp_sd_sync(unsigned long page, u8 eq, u8 di, u64 sat, u64 sa, in sclp_sd_sync()
|