Searched refs:eq (Results 26 - 50 of 422) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/net/
H A Dnetdevice.sh22 if [ $? -eq 0 ];then
46 if [ $NETDEV_STARTED -eq 0 ];then
56 if [ $? -eq 0 ];then
65 if [ $? -eq 0 ];then
88 if [ $ret -eq "$1" ];then
141 if [ $NETDEV_STARTED -eq 0 ];then
/linux-master/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh60 if [ $secureboot_mode -eq 1 ] && [ $setup_mode -eq 0 ]; then
107 if [ $secureboot_mode -eq 0 ]; then
128 if [ $? -eq 0 ]; then
155 if [ $? -eq 0 ]; then
166 if [ $? -eq 1 ]; then
171 if [ $? -eq 1 ]; then
217 [ $? -eq 0 ] && ret=1
/linux-master/arch/powerpc/kernel/
H A Dcpu_setup_6xx.S217 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq
218 cror 4*cr0+eq,4*cr0+eq,4*cr2+eq
371 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq
373 cror 4*cr0+eq,
[all...]
/linux-master/scripts/
H A DLindent16 elif [ $V1 -eq 2 ]; then
19 elif [ $V2 -eq 2 ]; then
H A Dcleanpatch29 if ($c eq "\t") {
35 } elsif ($c eq "\n" || $c eq "\r") {
41 } elsif ($c eq " ") {
66 if ($c eq "\t") {
68 } elsif ($c eq "\n") {
86 if ($a eq '-width' || $a eq '-w') {
202 if (!$done && $l eq "+\n") {
/linux-master/tools/testing/selftests/pstore/
H A Dpstore_post_reboot_tests24 if [ $? -eq 0 ]; then
29 if [ $? -eq 0 ]; then
62 if [ $? -eq 0 ]; then
64 if [ $nr_matched -eq 1 ]; then
/linux-master/tools/testing/selftests/ftrace/test.d/event/
H A Dtoplevel-enable.tc23 if [ $count -eq 0 ]; then
36 if [ $count -eq 0 ]; then
H A Devent-enable.tc22 if [ $count -eq 0 ]; then
33 if [ $count -eq 0 ]; then
H A Devent-pid.tc27 if [ $count -eq 0 ]; then
55 if [ $count -eq 0 ]; then
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_cpumask.tc14 if [ $NP -eq 1 ] ;then
30 test `printf "%d" $MASK` -eq 2 || do_reset
H A Dfgraph-retval.tc33 if [ $count -eq 0 ]; then
40 if [ $count -eq 0 ]; then
H A Dfgraph-filter.tc36 if [ $count -eq 0 ]; then
H A Dfgraph-filter-stack.tc51 if [ $count -eq 0 ]; then
67 if [ $count -eq 0 ]; then
/linux-master/tools/testing/selftests/bpf/
H A Dxsk_prereqs.sh39 if [ $statusval -eq $ksft_fail ]; then
41 elif [ $statusval -eq $ksft_skip ]; then
43 elif [ $statusval -eq $ksft_pass ]; then
81 if [[ $busy_poll -eq 1 ]]; then
H A Dtest_xsk.sh125 if [[ $verbose -eq 1 ]]; then
133 if [[ $verbose -eq 1 ]]; then
137 if [[ $busy_poll -eq 1 ]]; then
150 if [[ $list -eq 1 ]]; then
155 if [[ $help -eq 1 ]]; then
178 if [[ $verbose -eq 1 ]]; then
199 if [[ $debug -eq 1 ]]; then
212 if [[ $list -eq 1 ]]; then
242 if [ $failures -eq 0 ]; then
/linux-master/tools/perf/tests/shell/common/
H A Dinit.sh30 if [ $PERF_RETVAL -eq 0 -a $CHECK_RETVAL -eq 0 ]; then
49 if [ $RETVAL -eq 0 ]; then
99 test $? -eq 127 && return 2
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw_queues.c14 struct hw_eq *eq = NULL; local
34 eq = efct_hw_new_eq(hw, EFCT_HW_EQ_DEPTH);
35 if (!eq) {
40 eqs[i] = eq;
44 cq = efct_hw_new_cq(eq,
59 cq = efct_hw_new_cq(eq, hw->num_qentries[SLI4_QTYPE_CQ]);
130 struct hw_eq *eq = kzalloc(sizeof(*eq), GFP_KERNEL); local
132 if (!eq)
135 eq
159 efct_hw_new_cq(struct hw_eq *eq, u32 entry_count) argument
388 efct_hw_del_eq(struct hw_eq *eq) argument
473 struct hw_eq *eq; local
[all...]
/linux-master/drivers/pci/controller/
H A Dpcie-iproc-msi.c59 * @eq: Event queue number
64 unsigned int eq; member in struct:iproc_msi_grp
130 unsigned int eq)
134 return readl_relaxed(pcie->base + msi->reg_offsets[eq][reg]);
139 int eq, u32 val)
143 writel_relaxed(val, pcie->base + msi->reg_offsets[eq][reg]);
160 static inline unsigned int iproc_msi_eq_offset(struct iproc_msi *msi, u32 eq) argument
163 return eq * EQ_MEM_REGION_SIZE;
165 return eq * EQ_LEN * sizeof(u32);
303 static inline u32 decode_msi_hwirq(struct iproc_msi *msi, u32 eq, u3 argument
128 iproc_msi_read_reg(struct iproc_msi *msi, enum iproc_msi_reg reg, unsigned int eq) argument
137 iproc_msi_write_reg(struct iproc_msi *msi, enum iproc_msi_reg reg, int eq, u32 val) argument
327 u32 eq, head, tail, nr_events; local
387 int i, eq; local
430 u32 eq, val; local
[all...]
/linux-master/arch/sh/lib/
H A Dmemchr.S20 cmp/eq r1,r5
/linux-master/samples/bpf/
H A Dtest_override_return.sh10 if [ $? -eq 0 ]
/linux-master/arch/hexagon/lib/
H A Dmemset.S29 p0 = cmp.eq(r2, #0)
59 p1 = cmp.eq(r2, #1)
72 p1 = cmp.eq(r2, #2)
85 p1 = cmp.eq(r2, #4)
98 p1 = cmp.eq(r3, #1)
114 p1 = cmp.eq(r2, #8)
125 p1 = cmp.eq(r2, #4)
136 p1 = cmp.eq(r2, #2)
180 p1 = cmp.eq(r2, #1)
196 p0 = cmp.eq(r
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhealth.c5 #include "lib/eq.h"
52 void mlx5e_health_eq_diag_fmsg(struct mlx5_eq_comp *eq, struct devlink_fmsg *fmsg) argument
55 devlink_fmsg_u8_pair_put(fmsg, "eqn", eq->core.eqn);
56 devlink_fmsg_u32_pair_put(fmsg, "irqn", eq->core.irqn);
57 devlink_fmsg_u32_pair_put(fmsg, "vecidx", eq->core.vecidx);
58 devlink_fmsg_u32_pair_put(fmsg, "ci", eq->core.cons_index);
59 devlink_fmsg_u32_pair_put(fmsg, "size", eq_get_size(&eq->core));
131 int mlx5e_health_channel_eq_recover(struct net_device *dev, struct mlx5_eq_comp *eq, argument
137 eq->core.eqn, eq
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c39 #include "lib/eq.h"
95 struct mlx5_eq_comp *eq; local
98 eq = mlx5_eqn2comp_eq(dev, eqn);
99 if (IS_ERR(eq))
100 return PTR_ERR(eq);
111 cq->eq = eq;
118 cq->tasklet_ctx.priv = &eq->tasklet_ctx;
122 err = mlx5_eq_add_cq(&eq->core, cq);
138 cq->irqn = eq
[all...]
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_cmdq.c160 struct erdma_eq *eq = &cmdq->eq; local
162 eq->depth = cmdq->max_outstandings;
163 eq->qbuf = dma_alloc_coherent(&dev->pdev->dev, eq->depth << EQE_SHIFT,
164 &eq->qbuf_dma_addr, GFP_KERNEL);
165 if (!eq->qbuf)
168 spin_lock_init(&eq->lock);
169 atomic64_set(&eq->event_num, 0);
171 eq
[all...]
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.c236 struct ehea_eq *eq; local
238 eq = kzalloc(sizeof(*eq), GFP_KERNEL);
239 if (!eq)
242 eq->adapter = adapter;
243 eq->attr.type = type;
244 eq->attr.max_nr_of_eqes = max_nr_of_eqes;
245 eq->attr.eqe_gen = eqe_gen;
246 spin_lock_init(&eq->spinlock);
249 &eq
303 ehea_poll_eq(struct ehea_eq *eq) argument
315 ehea_destroy_eq_res(struct ehea_eq *eq, u64 force) argument
334 ehea_destroy_eq(struct ehea_eq *eq) argument
[all...]

Completed in 230 milliseconds

1234567891011>>