/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eq.c | 105 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()
|
D | debugfs.c | 358 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()
|
D | main.c | 513 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/ |
D | lib-eq.c | 73 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/ |
D | au88x0_eq.c | 507 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 …]
|
D | au88x0.h | 171 eqlzr_t eq; member
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_eq.c | 54 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()
|
D | ehca_main.c | 959 struct ehca_eq *eq = &shca->eq; in ehca_poll_eqs() local
|
D | ehca_irq.c | 551 struct ehca_eq *eq = &shca->eq; in ehca_process_eq() local
|
D | hcp_if.c | 710 struct ehca_eq *eq) in hipz_h_destroy_eq()
|
D | ehca_classes.h | 121 struct ehca_eq eq; member
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
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()
|
D | mthca_dev.h | 231 struct mthca_eq eq[MTHCA_NUM_EQ]; member
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 220 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/ |
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() 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()
|
D | resource_tracker.c | 1385 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
|
D | mlx4.h | 477 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/ |
D | amd_early.c | 113 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/ |
D | ocrdma_hw.c | 94 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 …]
|
D | ocrdma_verbs.c | 1096 struct ocrdma_eq *eq = NULL; in ocrdma_destroy_cq() local
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_qmr.c | 256 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()
|
D | ehea.h | 366 struct ehea_eq *eq; member
|
/linux-4.1.27/block/ |
D | noop-iosched.c | 65 struct elevator_queue *eq; in noop_init_queue() local
|
D | deadline-iosched.c | 343 struct elevator_queue *eq; in deadline_init_queue() local
|
D | elevator.c | 156 struct elevator_queue *eq; in elevator_alloc() local
|
D | cfq-iosched.c | 4385 struct elevator_queue *eq; in cfq_init_queue() local
|
/linux-4.1.27/arch/tile/lib/ |
D | spinlock_32.c | 240 u32 val, eq, mask; in arch_write_unlock() local
|
/linux-4.1.27/net/dns_resolver/ |
D | dns_key.c | 89 const char *eq; in dns_resolver_preparse() local
|
/linux-4.1.27/drivers/clk/spear/ |
D | clk-aux-synth.c | 49 u8 eq = rtbl[index].eq ? 1 : 2; in aux_calc_rate() local
|
D | clk.h | 46 u8 eq; member
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
D | tilepro.c | 201 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/ |
D | nvram.c | 172 char *var, *value, *end, *eq; in bcm47xx_nvram_getenv() local
|
/linux-4.1.27/fs/befs/ |
D | btree.c | 343 int eq; in befs_find_key() local
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm8958-dsp2.c | 792 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/ |
D | be_main.c | 842 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
|
D | be_cmds.c | 824 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/ |
D | input-mt.c | 299 static int adjust_dual(int *begin, int step, int *end, int eq, int mu) in adjust_dual()
|
/linux-4.1.27/net/caif/ |
D | cfctrl.c | 77 bool eq = in param_eq() local
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_worker.c | 1113 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/ |
D | lpfc_sli.c | 12392 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()
|
D | lpfc_hw4.h | 1056 struct eq_delay_info eq[LPFC_MAX_EQ_DELAY]; member
|
/linux-4.1.27/arch/x86/include/asm/ |
D | vmx.h | 355 #define DEBUG_REG_ACCESS_REG(eq) (((eq) >> 8) & 0xf) /* 11:8, general purpose reg. */ argument
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_wr.h | 411 struct csio_eq eq; member
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 2352 struct be_queue_info *eq; in be_evt_queues_create() local 2516 struct be_queue_info *eq, *cq; in be_rx_cqs_create() local
|
D | be_cmds.c | 1062 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/ |
D | sge.c | 2799 struct sge_eth_rxq *eq = adap->sge.ethrxq; in t4_free_sge_resources() local
|
D | cxgb4_main.c | 617 struct sge_eth_txq *eq; in fwevtq_handler() local
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | main.c | 2048 int i, j, eq; in mlx4_ib_alloc_eqs() local
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_fs.c | 1193 char *eq, *comma; in ffs_fs_parse_opts() local
|
/linux-4.1.27/security/selinux/ss/ |
D | policydb.c | 2543 int rc, eq; in mls_write_range_helper() local
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 3554 u8 di0, dq0, ei, eq, fi, fq; in wlc_lcnphy_get_cc() local
|