Searched refs:eq (Results 151 - 175 of 422) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.h38 #include <linux/mlx5/eq.h>
41 #include "lib/eq.h"
/linux-master/drivers/clk/spear/
H A Dclk-aux-synth.c20 * Aux synth gives rate for different values of eq, x and y
46 u8 eq = rtbl[index].eq ? 1 : 2; local
49 (rtbl[index].yscale * eq)) * 10000;
112 val |= (rtbl[i].eq & aux->masks->eq_sel_mask) <<
H A Dspear3xx_clock.c107 {.xscale = 1, .yscale = 81, .eq = 0}, /* 2.049 MHz */
108 {.xscale = 1, .yscale = 59, .eq = 0}, /* 2.822 MHz */
109 {.xscale = 2, .yscale = 81, .eq = 0}, /* 4.098 MHz */
110 {.xscale = 3, .yscale = 89, .eq = 0}, /* 5.644 MHz */
111 {.xscale = 4, .yscale = 81, .eq = 0}, /* 8.197 MHz */
112 {.xscale = 4, .yscale = 59, .eq = 0}, /* 11.254 MHz */
113 {.xscale = 2, .yscale = 27, .eq = 0}, /* 12.296 MHz */
114 {.xscale = 2, .yscale = 8, .eq = 0}, /* 41.5 MHz */
115 {.xscale = 2, .yscale = 4, .eq = 0}, /* 83 MHz */
116 {.xscale = 1, .yscale = 2, .eq
[all...]
/linux-master/tools/testing/selftests/proc/
H A DMakefile8 TEST_GEN_PROGS += fd-002-posix-eq
/linux-master/scripts/dtc/
H A Dof_unittest_expect53 if ($type eq "int") {
59 } elsif ($type eq "hex") {
65 } elsif ($type eq "all") {
67 } elsif ($type eq "") {
/linux-master/tools/bootconfig/
H A Dtest-bootconfig.sh66 xpass test $new_size -eq $total_size
72 xpass test $new_size -eq $(stat -c %s $INITRD)
79 xpass test $new_size -eq $initrd_size
190 if [ $NG -eq 0 ]; then
/linux-master/arch/sh/kernel/
H A Dhead_32.S175 cmp/eq r0, r8 /* Check for valid __MEMORY_START mappings */
179 cmp/eq r9, r10
284 cmp/eq r0, r10
303 cmp/eq #0, r0 ! skip clear if set to zero
/linux-master/scripts/
H A Dgfp-translate67 if [ $? -eq 0 ]; then
/linux-master/tools/testing/selftests/net/
H A Dgro.sh39 if [[ "${exit_code}" -eq 0 ]]; then
H A Dfib_nexthops.sh75 if [ ${rc} -eq ${expected} ]; then
311 if [ $ipv -eq 4 ]; then
358 if [ $ipv -eq 4 ]; then
412 test $lines -eq $el
446 if [ $? -eq $ksft_skip ]; then
526 if [ $? -eq $ksft_skip ]; then
807 if [ $? -eq 137 ]; then
937 if [ $? -eq $ksft_skip ]; then
1038 if [ $? -eq 0 ]; then
1165 if [ $? -eq
[all...]
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-fec.sh74 if [ $? -eq 0 ]; then
108 if [ $num_errors -eq 0 ]; then
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_flowtable.sh41 [ "$log_netns" -eq 0 ] && sysctl -q net.netfilter.nf_log_all_netns="$log_netns"
265 if [ $ok -eq 1 ]; then
287 if [ "$pc4" -gt 0 ] || [ "$pc4z" -eq 0 ]; then
294 if [ "$pc4" -eq 0 ] || [ "$pc4z" -eq 0 ]; then
301 if [ "$pc4" -eq 0 ] || [ "$pc4z" -gt 0 ]; then
308 if [ "$pc4" -eq 0 ] || [ "$pc4z" -gt 0 ]; then
320 if [ "$ok" -eq 1 ] ;then
395 if [ $? -eq 0 ]; then
412 if [ $? -eq
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dresource_scale.sh59 if [[ "$should_fail" -eq 0 ]]; then
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh63 if [[ "$should_fail" -eq 0 ]]; then
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma.h108 struct erdma_eq eq; member in struct:erdma_cmdq
166 struct erdma_eq eq; member in struct:erdma_eq_cb
273 void notify_eq(struct erdma_eq *eq);
274 void *get_next_valid_eqe(struct erdma_eq *eq);
/linux-master/tools/perf/
H A Dperf-archive.sh26 if [ $UNPACK -eq 1 ]; then
107 if [ $ALL -eq 1 ]; then # pack perf.data file together with tar containing debug symbols
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h462 struct lpfc_queue *wq, *cq, *eq; local
467 eq = NULL;
489 eq = phba->sli4_hba.hdwq[eqidx].hba_eq;
490 if (cq->assoc_qid == eq->queue_id)
496 eq = phba->sli4_hba.hdwq[0].hba_eq;
503 eqidx, eq->queue_id);
508 eqidx, eq->queue_id);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dcq.c384 cq_context->comp_eqn = priv->eq_table.eq[MLX4_CQ_TO_EQ_VECTOR(vector)].eqn;
417 &priv->eq_table.eq[MLX4_CQ_TO_EQ_VECTOR(vector)].tasklet_ctx;
421 cq->irq = priv->eq_table.eq[MLX4_CQ_TO_EQ_VECTOR(vector)].irq;
450 synchronize_irq(priv->eq_table.eq[MLX4_CQ_TO_EQ_VECTOR(cq->vector)].irq);
451 if (priv->eq_table.eq[MLX4_CQ_TO_EQ_VECTOR(cq->vector)].irq !=
452 priv->eq_table.eq[MLX4_EQ_ASYNC].irq)
453 synchronize_irq(priv->eq_table.eq[MLX4_EQ_ASYNC].irq);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c38 #include "lib/eq.h"
383 static u64 eq_read_field(struct mlx5_core_dev *dev, struct mlx5_eq *eq, argument
398 MLX5_SET(query_eq_in, in, eq_number, eq->eqn);
401 mlx5_core_warn(dev, "failed to query eq\n");
565 int mlx5_debug_eq_add(struct mlx5_core_dev *dev, struct mlx5_eq *eq) argument
573 &eq->dbg, eq->eqn, eq_fields,
574 ARRAY_SIZE(eq_fields), eq);
576 eq->dbg = NULL;
581 void mlx5_debug_eq_remove(struct mlx5_core_dev *dev, struct mlx5_eq *eq) argument
[all...]
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c111 static inline void *ocrdma_get_eqe(struct ocrdma_eq *eq) argument
113 return eq->q.va + (eq->q.tail * sizeof(struct ocrdma_eqe));
116 static inline void ocrdma_eq_inc_tail(struct ocrdma_eq *eq) argument
118 eq->q.tail = (eq->q.tail + 1) & (OCRDMA_EQ_LEN - 1);
433 static int ocrdma_mbx_create_eq(struct ocrdma_dev *dev, struct ocrdma_eq *eq) argument
448 ocrdma_build_q_pages(&cmd->pa[0], cmd->num_pages, eq->q.dma,
453 eq->q.id = rsp->vector_eqid & 0xffff;
454 eq
460 ocrdma_create_eq(struct ocrdma_dev *dev, struct ocrdma_eq *eq, u16 q_len) argument
482 ocrdma_get_irq(struct ocrdma_dev *dev, struct ocrdma_eq *eq) argument
493 _ocrdma_destroy_eq(struct ocrdma_dev *dev, struct ocrdma_eq *eq) argument
501 ocrdma_destroy_eq(struct ocrdma_dev *dev, struct ocrdma_eq *eq) argument
523 ocrdma_mbx_mq_cq_create(struct ocrdma_dev *dev, struct ocrdma_queue_info *cq, struct ocrdma_queue_info *eq) argument
996 struct ocrdma_eq *eq = handle; local
3113 ocrdma_mbx_modify_eqd(struct ocrdma_dev *dev, struct ocrdma_eq *eq, int num) argument
3139 ocrdma_modify_eqd(struct ocrdma_dev *dev, struct ocrdma_eq *eq, int num) argument
3160 struct ocrdma_eq *eq = NULL; local
[all...]
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh223 if [ "${#only_tests_ids[@]}" -eq 0 ] && [ "${#only_tests_names[@]}" -eq 0 ]; then
229 if [ "$((MPTCP_LIB_TEST_COUNTER+1))" -eq "${i}" ]; then
244 if [ ${last_test_failed} -eq 1 ]; then
246 elif [ ${last_test_skipped} -eq 1 ]; then
316 if [ $ip -eq 6 ]; then
382 if [ $ip -eq 6 ]; then
415 if [ ${rc} -eq ${KSFT_SKIP} ]; then
458 if [ ${last_test_failed} -eq 0 ]; then
502 if [ $check_invert -eq
[all...]
/linux-master/drivers/s390/char/
H A Dsclp_sd.c33 u8 eq; member in struct:sclp_sd_evbuf
177 * @eq: Input EQ value
189 static int sclp_sd_sync(unsigned long page, u8 eq, u8 di, u64 sat, u64 sa, argument
206 evbuf->eq = eq;
216 pr_debug("request (eq=%d, di=%d, id=0x%08x)\n", eq, di, listener.id);
259 pr_warn("Store Data request failed (eq=%d, di=%d, "
261 eq, di, sccb->hdr.response_code, evbuf->hdr.flags,
/linux-master/tools/testing/selftests/net/forwarding/
H A Ddevlink_lib.sh17 if [[ "$(echo $DEVLINK_DEV | grep -c pci)" -eq 0 ]]; then
352 if [[ $t0_packets -eq $t1_packets && $t0_bytes -eq $t1_bytes ]]; then
370 if [[ $t0_packets -eq $t1_packets ]]; then
438 if [[ $t0_packets -eq $t1_packets && $t0_bytes -eq $t1_bytes ]]; then
/linux-master/tools/perf/tests/shell/
H A Ddaemon.sh423 while [ ${retries} -lt 600 ] && [ ${success} -eq 0 ]; do
426 if [ ${signals} -eq 0 ]; then
429 elif [ ${signals} -eq 1 ] && [ $files -ge 1 ]; then
432 elif [ ${signals} -eq 2 ] && [ $files -ge 2 ]; then
435 elif [ ${signals} -eq 3 ] && [ $files -ge 3 ]; then
440 if [ ${success} -eq 0 ]; then
/linux-master/tools/testing/selftests/drivers/net/microchip/
H A Dksz9477_qos.sh155 if [ ${have_vlan} -eq 1 ]; then
213 if [ ${ip_v6} -eq 0 ]; then
221 if [ ${have_vlan} -eq 1 ]; then
271 if [ ${expect_rx_high_prio} -eq 1 ]; then
287 if [ ${expect_tx_high_prio} -eq 1 ]; then
632 if [ ${RET} -eq 1 ]; then

Completed in 405 milliseconds

1234567891011>>