Searched refs:eq (Results 376 - 400 of 425) sorted by relevance

<<11121314151617

/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_dt46_l3vpn_test.sh215 if [ ${rc} -eq ${expected} ]; then
H A Dfib-onlink-tests.sh91 if [ ${rc} -eq ${expected} ]; then
H A Dl2tp.sh30 if [ ${rc} -eq ${expected} ]; then
H A Dtest_vxlan_mdb.sh140 if [ ${rc} -eq ${expected} ]; then
909 [[ $num_entries -eq $((max_grps * max_remotes)) ]]
1005 [[ $num_entries -eq 0 ]]
H A Dvrf_route_leaking.sh106 if [ "${rc}" -eq "${expected}" ]; then
H A Dvrf-xfrm-tests.sh42 if [ ${rc} -eq ${expected} ]; then
H A Dtest_bridge_backup_port.sh63 if [ ${rc} -eq ${expected} ]; then
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A DMakefile14 mlx5_core-y := main.o cmd.o debugfs.o fw.o eq.o uar.o pagealloc.o \
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_cmds.h803 struct be_queue_info *eq, int eq_delay);
806 struct be_queue_info *cq, struct be_queue_info *eq,
/linux-master/drivers/scsi/elx/efct/
H A Defct_scsi.c285 hio->eq = io->hw_priv;
422 hio->eq = io->hw_priv;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lwt_ip_encap.sh86 if [[ "${TEST_STATUS}" -eq 0 ]] ; then
99 if [ "${TESTS_FAILED}" -eq "0" ] ; then
H A Dtest_tunnel.sh578 if [ $ret -eq 0 ]; then
/linux-master/block/
H A Dbfq-iosched.c7195 struct elevator_queue *eq; local
7199 eq = elevator_alloc(q, e);
7200 if (!eq)
7205 kobject_put(&eq->kobj);
7208 eq->elevator_data = bfqd;
7211 q->elevator = eq;
7358 set_bit(ELEVATOR_FLAG_DISABLE_WBT, &eq->flags);
7366 kobject_put(&eq->kobj);
/linux-master/arch/arc/net/
H A Dbpf_jit_arcv2.c2671 * b{eq,ne} @target
2673 * | `--> "eq" param is false (JNE)
2674 * `-----> "eq" param is true (JEQ)
2676 static int gen_j_eq_64(u8 *buf, u8 rd, u8 rs, bool eq, argument
2685 len += arc_bcc(BUF(buf, len), eq ? CC_equal : CC_unequal, disp);
2842 bool eq = false; local
2861 eq = true;
2864 len = gen_j_eq_64(buf, rd, rs, eq, curr_off, targ_off);
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmain.c2427 int i, j, eq = 0, total_eqs = 0; local
2439 ibdev->eq_table[eq] = total_eqs;
2441 &ibdev->eq_table[eq]))
2442 eq++;
2444 ibdev->eq_table[eq] = -1;
2448 for (i = eq; i < dev->caps.num_comp_vectors;
2453 ibdev->ib_dev.num_comp_vectors = eq;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_attr.c4911 struct lpfc_queue *eq, *cq; local
4933 eq = phba->sli4_hba.hba_eq_hdl[i].eq;
4934 if (!eq)
4937 list_for_each_entry(cq, &eq->child_list, list)
5049 else if (cpup->eq == LPFC_VECTOR_MAP_EMPTY) {
5080 lpfc_get_irq(cpup->eq));
5087 cpup->eq, cpup->hdwq, cpup->phys_id,
5091 lpfc_get_irq(cpup->eq));
/linux-master/arch/sh/lib/
H A Dcopy_page.S60 cmp/eq r11,r8
/linux-master/scripts/
H A Dget_dvb_firmware27 if ($cid eq $components[$i]) {
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h230 struct mthca_eq eq[MTHCA_NUM_EQ]; member in struct:mthca_eq_table
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S526 it eq
/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-test.S418 b.eq 2f
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c94 } eq; member in union:mlxsw_pci_queue::__anon829
921 struct mlxsw_pci_queue *q = from_tasklet(q, t, u.eq.tasklet);
983 tasklet_setup(&q->u.eq.tasklet, mlxsw_pci_eq_tasklet);
1544 tasklet_schedule(&q->u.eq.tasklet);
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_queue.sh180 if [ "$lret" -eq 0 ];then
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_cq.c188 synchronize_irq(hr_dev->eq_table.eq[hr_cq->vector].irq);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h492 struct mlx4_slave_eqe eq[MLX4_MFUNC_MAX_EQES]; member in struct:mlx4_slave_state
495 /* event type to eq number lookup */
696 struct mlx4_eq *eq; member in struct:mlx4_eq_table

Completed in 621 milliseconds

<<11121314151617