Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c105 static struct mlx5_eqe *get_eqe(struct mlx5_eq *eq, u32 entry) in get_eqe()
110 static struct mlx5_eqe *next_eqe_sw(struct mlx5_eq *eq) in next_eqe_sw()
188 static void eq_update_ci(struct mlx5_eq *eq, int arm) in eq_update_ci()
197 static int mlx5_eq_int(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_eq_int()
319 struct mlx5_eq *eq = eq_ptr; in mlx5_msix_handler() local
328 static void init_eq_buf(struct mlx5_eq *eq) in init_eq_buf()
339 int mlx5_create_map_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq, u8 vecidx, in mlx5_create_map_eq()
418 int mlx5_destroy_unmap_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_destroy_unmap_eq()
520 int mlx5_core_eq_query(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in mlx5_core_eq_query()
Ddebugfs.c358 static u64 eq_read_field(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in eq_read_field()
562 int mlx5_debug_eq_add(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_debug_eq_add()
578 void mlx5_debug_eq_remove(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_debug_eq_remove()
Dmain.c513 struct mlx5_eq *eq, *n; in mlx5_vector2eqn() local
534 struct mlx5_eq *eq, *n; in free_comp_eqs() local
553 struct mlx5_eq *eq; in alloc_comp_eqs() local
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-eq.c73 lnet_eq_t *eq; in LNetEQAlloc() local
154 struct lnet_eq *eq; in LNetEQFree() local
209 lnet_eq_enqueue_event(lnet_eq_t *eq, lnet_event_t *ev) in lnet_eq_enqueue_event()
238 lnet_eq_dequeue_event(lnet_eq_t *eq, lnet_event_t *ev) in lnet_eq_dequeue_event()
409 lnet_eq_t *eq = lnet_handle2eq(&eventqs[i]); in LNetEQPoll() local
/linux-4.1.27/sound/pci/au88x0/
Dau88x0_eq.c507 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_GetLeftGain() local
518 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_SetLeftGain() local
532 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_GetRightGain() local
543 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_SetRightGain() local
580 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_SetAllBandsFromActiveCoeffSet() local
591 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_SetAllBands() local
609 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_SetA3dBypassGain() local
625 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_ProgramA3dBypassGain() local
645 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_SetBypass() local
662 eqlzr_t *eq = &(vortex->eq); in vortex_Eqlzr_ReadAndSetActiveCoefSet() local
[all …]
Dau88x0.h171 eqlzr_t eq; member
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_eq.c54 struct ehca_eq *eq, in ehca_create_eq()
155 void *ehca_poll_eq(struct ehca_shca *shca, struct ehca_eq *eq) in ehca_poll_eq()
167 int ehca_destroy_eq(struct ehca_shca *shca, struct ehca_eq *eq) in ehca_destroy_eq()
Dehca_main.c959 struct ehca_eq *eq = &shca->eq; in ehca_poll_eqs() local
Dehca_irq.c551 struct ehca_eq *eq = &shca->eq; in ehca_process_eq() local
Dhcp_if.c710 struct ehca_eq *eq) in hipz_h_destroy_eq()
Dehca_classes.h121 struct ehca_eq eq; member
/linux-4.1.27/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()
Dmthca_dev.h231 struct mthca_eq eq[MTHCA_NUM_EQ]; member
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h220 lnet_eq_t *eq; in lnet_eq_alloc() local
232 lnet_eq_free_locked(lnet_eq_t *eq) in lnet_eq_free_locked()
242 lnet_eq_free(lnet_eq_t *eq) in lnet_eq_free()
365 lnet_eq_t *eq; in lnet_eq_alloc() local
372 lnet_eq_free(lnet_eq_t *eq) in lnet_eq_free()
458 #define lnet_eq_free_locked(eq) lnet_eq_free(eq) argument
478 lnet_eq2handle(lnet_handle_eq_t *handle, lnet_eq_t *eq) in lnet_eq2handle()
/linux-4.1.27/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()
453 static int mlx4_eq_int(struct mlx4_dev *dev, struct mlx4_eq *eq) in mlx4_eq_int()
817 struct mlx4_eq *eq = eq_ptr; in mlx4_msi_x_interrupt() local
886 static void __iomem *mlx4_get_eq_uar(struct mlx4_dev *dev, struct mlx4_eq *eq) in mlx4_get_eq_uar()
921 u8 intr, struct mlx4_eq *eq) in mlx4_create_eq()
1042 struct mlx4_eq *eq) in mlx4_free_eq()
Dresource_tracker.c1385 enum res_eq_states state, struct res_eq **eq) in eq_res_start_move_to()
2852 struct res_eq *eq; in mlx4_SW2HW_EQ_wrapper() local
3055 struct res_eq *eq; in mlx4_HW2SW_EQ_wrapper() local
3161 struct res_eq *eq; in mlx4_QUERY_EQ_wrapper() local
4686 struct res_eq *eq; in rem_slave_eqs() local
Dmlx4.h477 struct mlx4_slave_eqe eq[MLX4_MFUNC_MAX_EQES]; member
674 struct mlx4_eq *eq; member
/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Damd_early.c113 struct equiv_cpu_entry *eq; in apply_ucode_in_initrd() local
305 struct equiv_cpu_entry *eq; in load_ucode_amd_ap() local
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_hw.c94 static inline void *ocrdma_get_eqe(struct ocrdma_eq *eq) in ocrdma_get_eqe()
99 static inline void ocrdma_eq_inc_tail(struct ocrdma_eq *eq) in ocrdma_eq_inc_tail()
414 static int ocrdma_mbx_create_eq(struct ocrdma_dev *dev, struct ocrdma_eq *eq) in ocrdma_mbx_create_eq()
442 struct ocrdma_eq *eq, u16 q_len) in ocrdma_create_eq()
463 int ocrdma_get_irq(struct ocrdma_dev *dev, struct ocrdma_eq *eq) in ocrdma_get_irq()
474 static void _ocrdma_destroy_eq(struct ocrdma_dev *dev, struct ocrdma_eq *eq) in _ocrdma_destroy_eq()
482 static void ocrdma_destroy_eq(struct ocrdma_dev *dev, struct ocrdma_eq *eq) in ocrdma_destroy_eq()
506 struct ocrdma_queue_info *eq) in ocrdma_mbx_mq_cq_create()
931 struct ocrdma_eq *eq = handle; in ocrdma_irq_handler() local
3043 static int ocrdma_mbx_modify_eqd(struct ocrdma_dev *dev, struct ocrdma_eq *eq, in ocrdma_mbx_modify_eqd()
[all …]
Docrdma_verbs.c1096 struct ocrdma_eq *eq = NULL; in ocrdma_destroy_cq() local
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.c256 struct ehea_eq *eq; in ehea_create_eq() local
323 struct ehea_eqe *ehea_poll_eq(struct ehea_eq *eq) in ehea_poll_eq()
335 static u64 ehea_destroy_eq_res(struct ehea_eq *eq, u64 force) in ehea_destroy_eq_res()
354 int ehea_destroy_eq(struct ehea_eq *eq) in ehea_destroy_eq()
Dehea.h366 struct ehea_eq *eq; member
/linux-4.1.27/block/
Dnoop-iosched.c65 struct elevator_queue *eq; in noop_init_queue() local
Ddeadline-iosched.c343 struct elevator_queue *eq; in deadline_init_queue() local
Delevator.c156 struct elevator_queue *eq; in elevator_alloc() local
Dcfq-iosched.c4385 struct elevator_queue *eq; in cfq_init_queue() local
/linux-4.1.27/arch/tile/lib/
Dspinlock_32.c240 u32 val, eq, mask; in arch_write_unlock() local
/linux-4.1.27/net/dns_resolver/
Ddns_key.c89 const char *eq; in dns_resolver_preparse() local
/linux-4.1.27/drivers/clk/spear/
Dclk-aux-synth.c49 u8 eq = rtbl[index].eq ? 1 : 2; in aux_calc_rate() local
Dclk.h46 u8 eq; member
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilepro.c201 lepp_queue_t *eq; member
526 static unsigned int tile_net_lepp_grab_comps(lepp_queue_t *eq, in tile_net_lepp_grab_comps()
557 lepp_queue_t *eq = priv->eq; in tile_net_lepp_free_comps() local
1736 lepp_queue_t *eq = priv->eq; in tile_net_tx_tso() local
1865 lepp_queue_t *eq = priv->eq; in tile_net_tx() local
/linux-4.1.27/arch/mips/bcm47xx/
Dnvram.c172 char *var, *value, *end, *eq; in bcm47xx_nvram_getenv() local
/linux-4.1.27/fs/befs/
Dbtree.c343 int eq; in befs_find_key() local
/linux-4.1.27/sound/soc/codecs/
Dwm8958-dsp2.c792 int eq = kcontrol->private_value; in wm8958_enh_eq_get() local
804 int eq = kcontrol->private_value; in wm8958_enh_eq_put() local
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.c842 struct be_queue_info *eq; in be_isr_mcc() local
887 struct be_queue_info *eq; in be_isr_msix() local
927 struct be_queue_info *eq; in be_isr() local
3228 struct be_queue_info *eq; in beiscsi_create_eqs() local
3291 struct be_queue_info *cq, *eq; in beiscsi_create_cqs() local
4255 struct be_queue_info *eq; in hwi_enable_intr() local
4479 struct be_queue_info *eq; in hwi_purge_eq() local
Dbe_cmds.c824 struct be_queue_info *eq, int eq_delay) in beiscsi_cmd_eq_create()
945 struct be_queue_info *cq, struct be_queue_info *eq, in beiscsi_cmd_cq_create()
/linux-4.1.27/drivers/input/
Dinput-mt.c299 static int adjust_dual(int *begin, int step, int *end, int eq, int mu) in adjust_dual()
/linux-4.1.27/net/caif/
Dcfctrl.c77 bool eq = in param_eq() local
/linux-4.1.27/drivers/block/drbd/
Ddrbd_worker.c1113 int err, eq = 0; in w_e_end_csum_rs_req() local
1236 int err, eq = 0; in w_e_end_ov_reply() local
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_sli.c12392 lpfc_sli4_eq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_sli4_eq_flush()
12508 struct lpfc_queue *eq; in lpfc_sli4_fof_intr_handler() local
12893 struct lpfc_queue *eq; in lpfc_modify_fcp_eq_delay() local
12975 lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax) in lpfc_eq_create()
13095 struct lpfc_queue *eq, uint32_t type, uint32_t subtype) in lpfc_cq_create()
13936 lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_eq_destroy()
Dlpfc_hw4.h1056 struct eq_delay_info eq[LPFC_MAX_EQ_DELAY]; member
/linux-4.1.27/arch/x86/include/asm/
Dvmx.h355 #define DEBUG_REG_ACCESS_REG(eq) (((eq) >> 8) & 0xf) /* 11:8, general purpose reg. */ argument
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_wr.h411 struct csio_eq eq; member
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c2352 struct be_queue_info *eq; in be_evt_queues_create() local
2516 struct be_queue_info *eq, *cq; in be_rx_cqs_create() local
Dbe_cmds.c1062 struct be_queue_info *eq, bool no_delay, int coalesce_wm) in be_cmd_cq_create()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2799 struct sge_eth_rxq *eq = adap->sge.ethrxq; in t4_free_sge_resources() local
Dcxgb4_main.c617 struct sge_eth_txq *eq; in fwevtq_handler() local
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmain.c2048 int i, j, eq; in mlx4_ib_alloc_eqs() local
/linux-4.1.27/drivers/usb/gadget/function/
Df_fs.c1193 char *eq, *comma; in ffs_fs_parse_opts() local
/linux-4.1.27/security/selinux/ss/
Dpolicydb.c2543 int rc, eq; in mls_write_range_helper() local
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c3554 u8 di0, dq0, ei, eq, fi, fq; in wlc_lcnphy_get_cc() local