/Linux-v6.1/drivers/infiniband/hw/hfi1/ |
D | pio.c | 11 #define SC(name) SEND_CTXT_##name macro 593 SC(CREDIT_CTRL_THRESHOLD_SHIFT)) in sc_set_cr_threshold() 594 & SC(CREDIT_CTRL_THRESHOLD_MASK); in sc_set_cr_threshold() 599 & ~SC(CREDIT_CTRL_THRESHOLD_SMASK)) in sc_set_cr_threshold() 601 & SC(CREDIT_CTRL_THRESHOLD_MASK)) in sc_set_cr_threshold() 602 << SC(CREDIT_CTRL_THRESHOLD_SHIFT)); in sc_set_cr_threshold() 604 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_set_cr_threshold() 628 SC(CHECK_ENABLE), in set_pio_integrity() 724 reg = ((sci->credits & SC(CTRL_CTXT_DEPTH_MASK)) in sc_alloc() 725 << SC(CTRL_CTXT_DEPTH_SHIFT)) in sc_alloc() [all …]
|
/Linux-v6.1/Documentation/driver-api/ |
D | dcdbas.rst | 14 300, 1300, 1400, 400SC, 500SC, 1500SC, 1550, 600SC, 1600SC, 650, 1655MC, 90 500SC HC_SMITYPE_TYPE2 91 1500SC HC_SMITYPE_TYPE2 93 600SC HC_SMITYPE_TYPE2 94 1600SC HC_SMITYPE_TYPE2
|
/Linux-v6.1/Documentation/sphinx/ |
D | kerneldoc-preamble.sty | 76 \IfFontExistsTF{Noto Sans CJK SC}{ 100 \IfFontExistsTF{Noto Serif CJK SC}{ 101 \newCJKfontfamily[SCmain]\scmain{Noto Serif CJK SC}[AutoFakeSlant] 102 \newCJKfontfamily[SCserif]\scserif{Noto Serif CJK SC}[AutoFakeSlant] 104 \newCJKfontfamily[SCmain]\scmain{Noto Sans CJK SC}[AutoFakeSlant] 105 \newCJKfontfamily[SCserif]\scserif{Noto Sans CJK SC}[AutoFakeSlant] 107 \newCJKfontfamily[SCsans]\scsans{Noto Sans CJK SC}[AutoFakeSlant] 108 \newCJKfontfamily[SCmono]\scmono{Noto Sans Mono CJK SC}[AutoFakeSlant] 151 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in SC 152 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in SC [all …]
|
/Linux-v6.1/drivers/scsi/ |
D | ips.c | 775 int ips_eh_abort(struct scsi_cmnd *SC) in ips_eh_abort() argument 784 if (!SC) in ips_eh_abort() 787 host = SC->device->host; in ips_eh_abort() 788 ha = (ips_ha_t *) SC->device->host->hostdata; in ips_eh_abort() 800 while ((item) && (item->scsi_cmd != SC)) in ips_eh_abort() 809 } else if (ips_removeq_wait(&ha->scb_waitlist, SC)) { in ips_eh_abort() 832 static int __ips_eh_reset(struct scsi_cmnd *SC) in __ips_eh_reset() argument 846 if (!SC) { in __ips_eh_reset() 852 ha = (ips_ha_t *) SC->device->host->hostdata; in __ips_eh_reset() 865 while ((item) && (item->scsi_cmd != SC)) in __ips_eh_reset() [all …]
|
D | aha152x.c | 653 static inline void append_SC(struct scsi_cmnd **SC, struct scsi_cmnd *new_SC) in append_SC() argument 658 if (!*SC) in append_SC() 659 *SC = new_SC; in append_SC() 661 for (end = *SC; SCNEXT(end); end = SCNEXT(end)) in append_SC() 667 static inline struct scsi_cmnd *remove_first_SC(struct scsi_cmnd ** SC) in remove_first_SC() argument 671 ptr = *SC; in remove_first_SC() 673 *SC = SCNEXT(*SC); in remove_first_SC() 679 static inline struct scsi_cmnd *remove_lun_SC(struct scsi_cmnd ** SC, in remove_lun_SC() argument 684 for (ptr = *SC, prev = NULL; in remove_lun_SC() 693 *SC = SCNEXT(ptr); in remove_lun_SC() [all …]
|
/Linux-v6.1/Documentation/ |
D | atomic_t.txt | 116 will invalidate a LL/SC or fail a CMPXCHG. 152 are time critical and can, (typically) on LL/SC architectures, be more 271 SC *y, t; 326 indefinitely. However, this is not evident on LL/SC architectures, because 327 while an LL/SC architecure 'can/should/must' provide forward progress 328 guarantees between competing LL/SC sections, such a guarantee does not 329 transfer to cmpxchg() implemented using LL/SC. Consider: 336 which on LL/SC becomes something like: 345 " SC %[new], %[v]\n" 356 However, even the forward branch from the failed compare can cause the LL/SC
|
/Linux-v6.1/Documentation/hwmon/ |
D | ina3221.rst | 64 update_interval = C x S x (BC + SC) 69 * SC: shunt-voltage conversion time in millisecond 73 and SC to 140 us (minimum conversion time).
|
D | coretemp.rst | 12 - 0x16 (Core 2 SC 65nm), 0x17 (Penryn 45nm),
|
/Linux-v6.1/arch/m68k/fpsp040/ |
D | setox.S | 696 movew %d0,SC(%a6) | ...SC is 2^(M) in extended 697 clrw SC+2(%a6) 698 movel #0x80000000,SC+4(%a6) 699 clrl SC+8(%a6) 762 fmulx SC(%a6),%fp0 776 movel #0x80010000,SC(%a6) | ...SC is -2^(-16382) 777 movel #0x80000000,SC+4(%a6) 778 clrl SC+8(%a6) 781 faddx SC(%a6),%fp0 789 movel #0x80010000,SC(%a6) [all …]
|
/Linux-v6.1/drivers/scsi/megaraid/ |
D | Kconfig.megaraid | 28 Dell PERC3/SC 101E:1960:1028:0475 30 Dell PERC4/SC 1000:1960:1028:0520 40 Dell PERC 4e/SC 1000:0408:1028:0001
|
/Linux-v6.1/drivers/media/usb/gspca/ |
D | w996Xcf.c | 429 #define SC(x) ((x) << 10) in w9968cf_set_crop_window() macro 432 fw = SC(sd->gspca_dev.pixfmt.width) / max_width; in w9968cf_set_crop_window() 433 fh = SC(sd->gspca_dev.pixfmt.height) / max_height; in w9968cf_set_crop_window() 435 cw = (fw >= fh) ? max_width : SC(sd->gspca_dev.pixfmt.width) / fh; in w9968cf_set_crop_window() 436 ch = (fw >= fh) ? SC(sd->gspca_dev.pixfmt.height) / fw : max_height; in w9968cf_set_crop_window()
|
/Linux-v6.1/drivers/char/pcmcia/ |
D | Kconfig | 31 by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/), 43 PC/SC ifdhandler provided from the Omnikey homepage
|
/Linux-v6.1/drivers/net/fddi/ |
D | Kconfig | 58 - Netelligent 100 FDDI DAS Fibre SC 59 - Netelligent 100 FDDI SAS Fibre SC
|
/Linux-v6.1/Documentation/translations/zh_CN/infiniband/ |
D | opa_vnic.rst | 71 52-56 SC (服务级别)
|
/Linux-v6.1/sound/isa/ |
D | Kconfig | 197 tristate "Gallant SC-6000/6600/7000 and Audio Excel DSP 16" 203 Say Y here to include support for Gallant SC-6000, SC-6600, SC-7000 417 Reveal SC-600.
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | imx28-sps1.dts | 10 model = "SchulerControl GmbH, SC SPS 1";
|
/Linux-v6.1/Documentation/networking/device_drivers/fddi/ |
D | skfp.rst | 66 - Netelligent 100 FDDI DAS Fibre SC 67 - Netelligent 100 FDDI SAS Fibre SC
|
/Linux-v6.1/Documentation/translations/zh_CN/loongarch/ |
D | introduction.rst | 238 LL.W SC.W LL.D SC.D
|
/Linux-v6.1/Documentation/translations/it_IT/process/ |
D | maintainer-pgp-guide.rst | 193 di firma (**[SC]**) 200 sec rsa2048 2018-01-23 [SC] [expires: 2020-01-23] 231 **[SC]** allora dovreste creare una sottochiave di firma separata:: 365 pub rsa2048 2018-01-24 [SC] [expires: 2020-01-24] 394 sec# rsa2048 2018-01-24 [SC] [expires: 2020-01-24] 531 created: 2018-01-23 expires: 2020-01-23 usage: SC 599 sec# rsa2048 2018-01-24 [SC] [expires: 2020-01-24] 929 pub rsa2048 2011-09-20 [SC]
|
/Linux-v6.1/arch/mips/ |
D | Kconfig | 1941 # Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC 1947 # CPU may reorder reads and writes beyond LL/SC 1948 # CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC 2491 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 2495 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 2499 # "MIPS R4400PC/SC Errata, Processor Revision 1.0", erratum #7 2508 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 2515 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 2520 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 2630 # indexed such as R4000/R4400 SC and MC versions or R10000. So for the
|
/Linux-v6.1/fs/unicode/ |
D | utf8-norm.c | 254 #define SC (LC * NC) macro
|
/Linux-v6.1/Documentation/scsi/ |
D | ChangeLog.ips | 45 4.70.13 - Don't release HA Lock in ips_next() until SC taken off queue
|
/Linux-v6.1/Documentation/process/ |
D | maintainer-pgp-guide.rst | 182 - One subkey carrying both Certify and Sign capabilities (**[SC]**) 189 sec rsa2048 2018-01-23 [SC] [expires: 2020-01-23] 215 so if you only have a combined **[SC]** key, then you should create a 339 pub rsa2048 2018-01-24 [SC] [expires: 2020-01-24] 368 sec# rsa2048 2018-01-24 [SC] [expires: 2020-01-24] 513 created: 2018-01-23 expires: 2020-01-23 usage: SC 580 sec# rsa2048 2018-01-24 [SC] [expires: 2020-01-24]
|
/Linux-v6.1/Documentation/infiniband/ |
D | opa_vnic.rst | 62 52-56 SC (Service Class)
|
/Linux-v6.1/tools/memory-model/Documentation/ |
D | references.txt | 62 and SC". In Proceedings of the 44th ACM SIGPLAN Symposium on
|