Searched refs:pass (Results 76 - 100 of 193) sorted by relevance

12345678

/linux-master/drivers/spi/
H A Dspi-aspeed-smc.c893 bool pass; local
900 pass = aspeed_spi_check_reads(chip, golden_buf, test_buf);
904 pass ? "PASS" : "FAIL");
905 if (pass) {
920 /* We have at least one pass of margin, let's use first pass */
926 dev_dbg(aspi->dev, " * -> good is pass %d [0x%08x]",
1050 bool pass = false; local
1057 pass = aspeed_spi_check_reads(chip, golden_buf, test_buf);
1060 fread_timing_val, hcycle, pass
[all...]
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-util.c106 red_marks.s.pass = pass_thresh;
112 (255ul << 24) / (red_marks.s.pass - red_marks.s.drop);
/linux-master/tools/hv/
H A Dlsvmbus39 '{44c4f61d-4444-4400-9d52-802e27ede19f}': 'PCI Express pass-through',
58 pass
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_tunnel_ipip.sh160 flower src_ip 192.0.1.1 dst_ip 192.0.2.1 action pass
193 flower src_ip 192.0.1.1 dst_ip 192.0.2.1 action pass
H A Dingress_rif_conf_1q.sh203 flower skip_sw dst_ip 192.0.2.18 action pass
238 flower skip_sw dst_ip 192.0.2.18 action pass
H A Ddevlink_trap_tunnel_ipip6.sh161 action pass
193 flower src_ip 2001:db8:2::1 dst_ip 2001:db8:1::1 action pass
H A Degress_vid_classification.sh213 flower skip_sw dst_ip 192.0.2.1 action pass
248 flower skip_sw dst_ip 192.0.2.1 action pass
H A Dingress_rif_conf_1d.sh208 flower skip_sw dst_ip 192.0.2.18 action pass
239 flower skip_sw dst_ip 192.0.2.18 action pass
H A Ddevlink_trap_l3_exceptions.sh186 flower skip_hw ip_proto icmp type 3 code 4 action pass
224 flower skip_hw ip_proto icmp type 11 code 0 action pass
334 skip_hw ip_proto $ip_proto type $type code $code action pass
385 # The ping should pass and devlink counters should be increased.
/linux-master/tools/testing/selftests/net/forwarding/
H A Dpedit_dsfield.sh161 flower skip_hw $match_flower action pass
234 flower skip_hw ip_tos 125 action pass
H A Dgre_inner_v6_multipath.sh156 flower vlan_id 111 action pass
158 flower vlan_id 222 action pass
H A Dgre_multipath.sh137 flower vlan_id 111 action pass
139 flower vlan_id 222 action pass
H A Dgre_inner_v4_multipath.sh156 flower vlan_id 111 action pass
158 flower vlan_id 222 action pass
H A Dip6gre_inner_v6_multipath.sh155 flower vlan_id 111 action pass
157 flower vlan_id 222 action pass
H A Dip6gre_inner_v4_multipath.sh155 flower vlan_id 111 action pass
157 flower vlan_id 222 action pass
H A Dpedit_l4port.sh131 flower skip_hw $match_flower action pass
H A Dpedit_ip.sh127 flower skip_hw $match_flower action pass
H A Dbridge_vlan_mcast.sh169 action pass
173 action pass
501 flower vlan_id 10 vlan_ethtype ipv4 dst_ip 239.1.1.1 ip_proto udp action pass
503 flower vlan_id 10 vlan_ethtype ipv4 dst_ip 239.1.1.1 ip_proto udp action pass
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.h144 #define CREQ_CMP_VALID(hdr, pass) \
146 !((pass) & BNXT_QPLIB_FLAG_EPOCH_CONS_MASK))
H A Dqplib_fp.h354 #define CQE_CMP_VALID(hdr, pass) \
356 !((pass) & BNXT_QPLIB_FLAG_EPOCH_CONS_MASK))
462 #define NQE_CMP_VALID(hdr, pass) \
464 !((pass) & BNXT_QPLIB_FLAG_EPOCH_CONS_MASK))
/linux-master/tools/testing/selftests/arm64/fp/
H A Dvec-syscfg.c701 bool pass = true; local
715 pass = false;
726 pass = false;
748 pass = false;
751 ksft_test_result(pass, "change_sve_with_za\n");
/linux-master/fs/xfs/
H A Dxfs_log_recover.c802 * callers can pass head == tail if the tail is not yet known.
1054 * Now run a CRC verification pass over the records starting at the
1156 * Save the current tail lsn to use to pass to xlog_clear_stale_blocks()
1158 * we pass the lsn of the unmount record rather than the block after it.
1382 * If the log is partially zeroed, this routine will pass back the blkno
1818 * 2. Cancelled buffers are recorded in pass 1 in a separate table and
1860 int pass)
1899 trans, item, pass);
1907 trans, item, pass);
1993 int pass,
1857 xlog_recover_reorder_trans( struct xlog *log, struct xlog_recover *trans, int pass) argument
1990 xlog_recover_commit_trans( struct xlog *log, struct xlog_recover *trans, int pass, struct list_head *buffer_list) argument
2243 xlog_recovery_process_trans( struct xlog *log, struct xlog_recover *trans, char *dp, unsigned int len, unsigned int flags, int pass, struct list_head *buffer_list) argument
2350 xlog_recover_process_ophdr( struct xlog *log, struct hlist_head rhash[], struct xlog_rec_header *rhead, struct xlog_op_header *ohead, char *dp, char *end, int pass, struct list_head *buffer_list) argument
2434 xlog_recover_process_data( struct xlog *log, struct hlist_head rhash[], struct xlog_rec_header *rhead, char *dp, int pass, struct list_head *buffer_list) argument
2853 xlog_recover_process( struct xlog *log, struct hlist_head rhash[], struct xlog_rec_header *rhead, char *dp, int pass, struct list_head *buffer_list) argument
2954 xlog_do_recovery_pass( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk, int pass, xfs_daddr_t *first_bad) argument
[all...]
/linux-master/arch/powerpc/kernel/
H A Diommu.c223 int pass = 0; local
257 if ((pass == 0) && handle && *handle &&
276 * but on second pass, start at 0 in pool 0.
278 if ((start & mask) >= limit || pass > 0) {
292 if (likely(pass == 0)) {
295 pass++;
298 } else if (pass <= tbl->nr_pools) {
305 pass++;
308 } else if (pass == tbl->nr_pools + 1) {
314 pass
[all...]
/linux-master/mm/
H A Dmigrate.c1532 int pass = 0; local
1536 for (pass = 0; pass < NR_MAX_MIGRATE_PAGES_RETRY && retry; pass++) {
1564 folio, pass > 2, mode,
1631 int pass = 0; local
1643 for (pass = 0; pass < nr_pass && retry; pass++) {
1765 for (pass
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S584 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec
641 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec
700 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec
761 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec
818 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec
877 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec
938 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec
995 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec
1054 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec
1115 mov.b FPCR_MODE(%a6),%d0 # pass rn
[all...]

Completed in 235 milliseconds

12345678