Searched refs:pass (Results 51 - 75 of 195) sorted by path

12345678

/linux-master/drivers/infiniband/hw/bnxt_re/
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))
H A Dqplib_rcfw.h144 #define CREQ_CMP_VALID(hdr, pass) \
146 !((pass) & BNXT_QPLIB_FLAG_EPOCH_CONS_MASK))
/linux-master/drivers/input/mouse/
H A Dappletouch.c336 int i, pass; local
397 for (pass = 0; pass < 4; pass++) {
/linux-master/drivers/iommu/
H A Dio-pgtable-arm.c1289 int i, j, pass = 0, fail = 0; local
1310 pass++;
1314 pr_info("selftest: completed with %d PASS %d FAIL\n", pass, fail);
/linux-master/drivers/media/i2c/
H A Dadv7842.c3117 int pass = 0; local
3162 pass++;
3168 "Ram Test: completed %d of %d: pass %d, fail %d\n",
3169 complete, i, pass, fail);
/linux-master/drivers/media/usb/dvb-usb/
H A Dm920x.c403 int i, pass, ret = 0; local
423 for (pass = 0; pass < 2; pass++) {
434 if (pass == 1) {
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-subdev.c1203 bool pass = true; local
1211 pass = false;
1219 pass = false;
1227 pass = false;
1240 pass = false;
1243 if (pass)
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c163 goto pass;
166 goto pass;
176 goto pass;
198 pass:
363 * an skb and pass it to the stack.
/linux-master/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c651 int *pass = priv_data; local
654 tmp += (*pass ? (p_dev->config_index & 0x20 ? -24 : 8)
765 int pass; local
777 * the Mako if (on the first pass) the COR bit 5 is set.
779 for (pass=0; pass < 2; pass++)
781 &pass))
/linux-master/drivers/nvmem/
H A Dlan9662-otpc.c84 u32 pass; local
92 pass = readl(OTP_OTP_PASS_FAIL(otp->base));
93 if (pass & OTP_OTP_PASS_FAIL_OTP_READ_PROHIBITED)
102 u32 pass; local
113 pass = readl(OTP_OTP_PASS_FAIL(otp->base));
114 if (pass & OTP_OTP_PASS_FAIL_OTP_WRITE_PROHIBITED)
116 if (pass & OTP_OTP_PASS_FAIL_OTP_FAIL)
/linux-master/drivers/of/
H A Dbase.c878 * you pass will not be searched, only the next one
879 * will. Typically, you pass what the previous call
905 * the entire device tree. The node you pass will not be
906 * searched, only the next one will; typically, you pass
934 * you pass will not be searched, only the next one
935 * will; typically, you pass what the previous call
965 * you pass will not be searched, only the next one
966 * will; typically, you pass what the previous call
1042 * you pass will not be searched, only the next one
1043 * will; typically, you pass wha
1402 const __be32 *map, *mask, *pass; local
[all...]
/linux-master/drivers/pci/hotplug/
H A Dacpiphp_glue.c502 int max, pass; local
506 for (pass = 0; pass < 2; pass++) {
511 max = pci_scan_bridge(bus, dev, max, pass);
512 if (pass && dev->subordinate) {
/linux-master/drivers/pci/
H A Dprobe.c487 * DECchip 21050 pass 2 errata: the bridge may miss an address
1251 * @pass: Either %0 (scan already configured bridges) or %1 (scan bridges
1267 int pass)
1290 pci_dbg(dev, "scanning [bus %02x-%02x] behind bridge, pass %d\n",
1291 secondary, subordinate, pass);
1299 if (!pass &&
1323 * first pass and just note the configuration.
1325 if (pass)
1357 * do in the second pass.
1359 if (!pass) {
1265 pci_scan_bridge_extend(struct pci_bus *bus, struct pci_dev *dev, int max, unsigned int available_buses, int pass) argument
1511 pci_scan_bridge(struct pci_bus *bus, struct pci_dev *dev, int max, int pass) argument
[all...]
H A Dquirks.c194 void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev) argument
198 switch (pass) {
3597 * Some devices may pass our check in pci_intx_mask_supported() if
4815 * Port to pass traffic to another Root Port. All PCIe transactions are
/linux-master/drivers/pcmcia/
H A Dcardbus.c70 unsigned int max, pass; local
78 for (pass = 0; pass < 2; pass++)
80 max = pci_scan_bridge(bus, dev, max, pass);
/linux-master/drivers/scsi/
H A DNCR5380.c473 int pass; local
475 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) {
476 switch (pass) {
H A Dscsi_scan.c651 int pass, count, result, resid; local
686 /* Perform up to 3 passes. The first pass uses a conservative
691 pass = 1;
695 "scsi scan: INQUIRY pass %d length %d\n",
696 pass, try_inquiry_len));
698 /* Each pass gets up to three chances to ignore Unit Attention */
748 /* When the first pass succeeds we gain information about
750 if (pass == 1) {
768 /* If more data is available perform the second pass */
771 pass
[all...]
H A Dscsi_transport_sas.c283 int pass = (int)(unsigned long)data; local
285 if (pass == 0 && scsi_is_sas_port(dev))
287 else if (pass == 1 && scsi_is_sas_phy(dev))
/linux-master/drivers/scsi/mvsas/
H A Dmv_sas.c690 struct sas_tmf_task *tmf, int *pass)
817 ++(*pass);
841 u32 pass = 0; local
849 rc = mvs_task_prep(task, mvi, is_tmf, tmf, &pass);
853 if (likely(pass))
689 mvs_task_prep(struct sas_task *task, struct mvs_info *mvi, int is_tmf, struct sas_tmf_task *tmf, int *pass) argument
/linux-master/drivers/soc/mediatek/
H A Dmtk-pmic-wrap.c1648 u32 pass = 0; local
1659 dev_dbg(wrp->dev, "[Read Test] pass, SIDLY=%x\n", i);
1660 pass |= 1 << i;
1664 if (dly[pass] < 0) {
1665 dev_err(wrp->dev, "sidly pass range 0x%x not continuous\n",
1666 pass);
1670 pwrap_writel(wrp, dly[pass], PWRAP_SIDLY);
/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/drivers/tty/serial/
H A Dmpc52xx_uart.c1441 unsigned long pass = ISR_PASS_LIMIT; local
1466 if (!(--pass))
/linux-master/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c695 u32 pass = 0; local
702 while (pass == 0) {
714 pass = 1;
/linux-master/fs/bcachefs/
H A Drecovery_passes.c64 static enum bch_recovery_pass_stable bch2_recovery_pass_to_stable(enum bch_recovery_pass pass) argument
66 return passes_to_stable_map[pass];
94 * For when we need to rewind recovery passes and run a pass we skipped:
97 enum bch_recovery_pass pass)
99 if (c->recovery_passes_explicit & BIT_ULL(pass))
102 bch_info(c, "running explicit recovery pass %s (%u), currently at %s (%u)",
103 bch2_recovery_passes[pass], pass,
106 c->recovery_passes_explicit |= BIT_ULL(pass);
108 if (c->curr_recovery_pass >= pass) {
96 bch2_run_explicit_recovery_pass(struct bch_fs *c, enum bch_recovery_pass pass) argument
117 bch2_run_explicit_recovery_pass_persistent(struct bch_fs *c, enum bch_recovery_pass pass) argument
134 bch2_clear_recovery_pass_required(struct bch_fs *c, enum bch_recovery_pass pass) argument
159 should_run_recovery_pass(struct bch_fs *c, enum bch_recovery_pass pass) argument
174 bch2_run_recovery_pass(struct bch_fs *c, enum bch_recovery_pass pass) argument
223 unsigned pass = c->curr_recovery_pass; local
[all...]
/linux-master/fs/ext4/
H A Dfast_commit.c367 * commit, we pass update = 1. Based on that, the track function can determine
2151 enum passtype pass, int off, tid_t expected_tid)
2161 if (pass == PASS_SCAN) {
2166 if (state->fc_current_pass != pass) {
2167 state->fc_current_pass = pass;
2150 ext4_fc_replay(journal_t *journal, struct buffer_head *bh, enum passtype pass, int off, tid_t expected_tid) argument

Completed in 405 milliseconds

12345678