/openbmc/linux/Documentation/scsi/ |
H A D | bfa.rst | 4 Linux driver for Brocade FC/FCOE adapters 10 bfa 3.0.2.2 driver supports all Brocade FC/FCOE adapters. Below is a list of 16 1657:0013:1657:0014 425 4Gbps dual port FC HBA 17 1657:0013:1657:0014 825 8Gbps PCIe dual port FC HBA 18 1657:0013:103c:1742 HP 82B 8Gbps PCIedual port FC HBA 19 1657:0013:103c:1744 HP 42B 4Gbps dual port FC HBA 20 1657:0017:1657:0014 415 4Gbps single port FC HBA 21 1657:0017:1657:0014 815 8Gbps single port FC HBA 22 1657:0017:103c:1741 HP 41B 4Gbps single port FC HBA 23 1657:0017:103c 1743 HP 81B 8Gbps single port FC HBA [all …]
|
H A D | scsi_fc_transport.rst | 4 SCSI FC Transport 18 This file documents the features and components of the SCSI FC Transport. 19 It also provides documents the API between the transport and FC LLDDs. 21 The FC transport can be found at:: 31 FC Remote Ports (rports) 36 FC Virtual Ports (vports) 42 New FC standards have defined mechanisms which allows for a single physical 57 The FC transport is now recognizing a new object - a vport. A vport is 68 Thus, whether a FC port is based on a physical port or on a virtual port, 90 with rports and scsi target objects underneath it. Currently the FC [all …]
|
H A D | bnx2fc.rst | 7 cooperates with all interfaces provided by the Linux ecosystem for FC/FCoE and 65 FC-ID (Port ID): 0x0F0377
|
/openbmc/linux/sound/hda/ |
H A D | hdmi_chmap.c | 27 FC = (1 << 1), /* Front Center */ enumerator 65 [2] = FC, 125 { .ca_index = 0x02, .speakers = { 0, 0, 0, 0, FC, 0, FR, FL } }, 131 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } }, 133 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 135 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 137 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } }, 139 { .ca_index = 0x03, .speakers = { 0, 0, 0, 0, FC, LFE, FR, FL } }, 142 { .ca_index = 0x06, .speakers = { 0, 0, 0, RC, FC, 0, FR, FL } }, 143 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } }, [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-fc | 5 This interface allows an admin to set an FC application 11 FC adapter drivers may query the identifier and tag FC 12 traffic based on the identifier. FC host and FC fabric 13 entities can utilize the application id and FC traffic 25 If an admin wants to remove an FC application identifier
|
H A D | sysfs-bus-fcoe | 87 Fibre Channel frames into a FC fabric. It can also take 88 outbound FC frames and pack them in Ethernet packets to 128 Notes: A device loss infrastructure similar to the FC Transport's
|
/openbmc/linux/sound/soc/codecs/ |
H A D | hdmi-codec.c | 36 FC = BIT(1), /* Front Center */ enumerator 195 .mask = FL | FR | LFE | FC }, 197 .mask = FL | FR | FC }, 201 .mask = FL | FR | LFE | FC | RL | RR }, 203 .mask = FL | FR | FC | RL | RR }, 209 .mask = FL | FR | LFE | FC | RC }, 211 .mask = FL | FR | FC | RC }, 217 .mask = FL | FR | LFE | FC | RL | RR | RLC | RRC }, 219 .mask = FL | FR | LFE | FC | RL | RR | FLC | FRC }, 221 .mask = FL | FR | FC | RL | RR | RLC | RRC }, [all …]
|
/openbmc/linux/drivers/nvme/target/ |
H A D | Kconfig | 54 tristate "NVMe over Fabrics FC target driver" 59 This enables the NVMe FC target support, which allows exporting NVMe 60 devices over FC. 65 tristate "NVMe over Fabrics FC Transport Loopback Test driver" 72 This enables the NVMe FC loopback test support, which can be useful 73 to test NVMe-FC transport interfaces.
|
/openbmc/linux/drivers/target/tcm_fc/ |
H A D | Kconfig | 6 Say Y here to enable the TCM FC plugin for accessing FC fabrics in TCM
|
/openbmc/linux/sound/x86/ |
H A D | intel_hdmi_audio.c | 64 [2] = FC, 85 { .ca_index = 0x02, .speakers = { 0, 0, 0, 0, FC, 0, FR, FL } }, 91 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } }, 93 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 95 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 97 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } }, 99 { .ca_index = 0x03, .speakers = { 0, 0, 0, 0, FC, LFE, FR, FL } }, 102 { .ca_index = 0x06, .speakers = { 0, 0, 0, RC, FC, 0, FR, FL } }, 103 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } }, 106 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } }, [all …]
|
H A D | intel_hdmi_audio.h | 55 FC = (1 << 1), /* Front Center */ enumerator
|
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mac-fec.c | 70 #define FC(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) & ~(_v)) macro 209 FC(fecp, r_cntrl, FEC_RCNTRL_PROM); in set_multicast_finish() 316 FC(fecp, r_cntrl, FEC_RCNTRL_DRT); in restart() 320 FC(fecp, x_cntrl, FEC_TCNTRL_FDEN); /* FD disable */ in restart() 359 FC(fecp, ecntrl, FEC_ECNTRL_ETHER_EN); in stop() 385 FC(fecp, imask, FEC_NAPI_EVENT_MSK); in napi_disable_fs()
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | protocol.hpp | 19 FC, enumerator 64 {Protocol::FC, "FC"},
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | traps.c | 379 if (ssw & (FC | FB)) in bus_error030() 381 ssw & FC ? in bus_error030() 411 if (ssw & (FC | FB)) in bus_error030() 435 if (!(ssw & (FC | FB)) && !(ssw & DF)) in bus_error030() 484 if (ssw & FC) in bus_error030() 510 if (ssw & (FC | FB)) in bus_error030() 512 ssw & FC ? in bus_error030() 613 if (!(ssw & (FC|FB))) in bus_error030() 630 if (ssw & FC) in bus_error030()
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-tpm | 97 PCR-00: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 98 PCR-01: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 99 PCR-02: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 100 PCR-03: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 101 PCR-04: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_afmt.c | 94 cea_channels.channels.FC = speaker_flags.FC; in speakers_to_channels()
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | libgfortran.inc | 10 # (the configure script sets FC to $GFORTRAN unconditionally) 11 export GFORTRAN = "${FC} -fcanon-prefix-map -fdebug-prefix-map=${S}=${TARGET_DBGSRC_DIR} -fdebug-pr…
|
/openbmc/linux/block/ |
H A D | Kconfig | 142 bool "Enable support to track FC I/O Traffic across cgroup applications" 145 Enabling this option enables the support to track FC I/O traffic across 147 identify, monitor, and handle FC traffic based on VM tags by inserting 148 application specific identification into the FC frame.
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/fortran/ |
H A D | fortran-helloworld.bb | 17 ${FC} ${LDFLAGS} hello.f95 -o ${B}/fortran-hello
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/ |
H A D | corstone1000-flash-firmware.wks.in | 28 …imary" --uuid BF7A6142-0662-47FD-9434-6A8811980816 --part-type 8197561D-6124-46FC-921E-141CC5745B05 35 …ndary" --uuid A2698A91-F9B1-4629-9188-94E4520808F8 --part-type 8197561D-6124-46FC-921E-141CC5745B05
|
/openbmc/linux/drivers/message/fusion/ |
H A D | Kconfig | 31 tristate "Fusion MPT ScsiHost drivers for FC" 47 Brocade FC 410/420
|
/openbmc/linux/drivers/nvme/host/ |
H A D | Kconfig | 63 tristate "NVM Express over Fabrics FC host driver" 70 the FC transport. This allows you to use remote block devices
|
/openbmc/linux/drivers/message/fusion/lsi/ |
H A D | mpi_history.txt | 243 * Port Page 2, FC Port Page 4, FC Port Page 5 252 * New fields added to FC Port Page 0 and some flags 254 * Removed impedance flash from FC Port Page 1. 255 * Added FC Port pages 6 and 7. 298 * Increased size of ALPA array in FC Port Page 2 by one 403 * 12-09-04 01.05.05 Added Target Mode Large CDB Enable to FC Port Page 1 642 * 05-31-02 01.02.03 Adding AliasIndex to FC Direct Access requests. 707 * 02-09-05 01.05.03 Added frame size option to FC management tool.
|
/openbmc/linux/fs/gfs2/ |
H A D | Kconfig | 14 that is shared between them (with FC, iSCSI, NBD, etc...). GFS reads
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | traps.h | 107 #define FC (0x8000) macro
|