Home
last modified time | relevance | path

Searched refs:FC (Results 1 – 25 of 46) sorted by relevance

12

/linux/Documentation/scsi/
H A Dbfa.rst4 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 HB
[all...]
H A Dscsi_fc_transport.rst4 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)
34 In the Fibre Channel (FC) subsystem, a remote port (rport) refers to a
37 to SCSI commands over FC transport.
39 In Linux, rports are managed by the FC transport class and are
47 rports are typically created by the FC transport when a new device is
54 - port_id: FC addres
[all...]
H A Dbnx2fc.rst7 cooperates with all interfaces provided by the Linux ecosystem for FC/FCoE and
65 FC-ID (Port ID): 0x0F0377
/linux/sound/hda/core/
H A Dhdmi_chmap.c15 * FLW FL FLC FC FRC FR FRW
23 * CEA RL/RR; The SMPTE channel _assignment_ C/LFE is swapped to CEA LFE/FC.
27 FC = (1 << 1), /* Front Center */ enumerator
48 /* 2 */ "FC",
65 [2] = FC,
90 * surround71 = {FL, FR, RLC, RRC, FC, LFE, RL, RR}
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, LF
[all...]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-fc5 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 Dsysfs-bus-fcoe87 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
H A Ddebugfs-dwc-pcie24 3) b16_crc_upd_fc - 16b CRC error injection of Update-FC DLLP
124 28) FC Timeout
/linux/sound/soc/codecs/
H A Dhdmi-codec.c27 * FL FLC FC FRC FR FRW
37 FC = BIT(1), /* Front Center */ enumerator
196 .mask = FL | FR | LFE | FC },
198 .mask = FL | FR | FC },
202 .mask = FL | FR | LFE | FC | RL | RR },
204 .mask = FL | FR | FC | RL | RR },
210 .mask = FL | FR | LFE | FC | RC },
212 .mask = FL | FR | FC | RC },
218 .mask = FL | FR | LFE | FC | RL | RR | RLC | RRC },
220 .mask = FL | FR | LFE | FC | R
[all...]
/linux/drivers/nvme/target/
H A DKconfig64 tristate "NVMe over Fabrics FC target driver"
69 This enables the NVMe FC target support, which allows exporting NVMe
70 devices over FC.
75 tristate "NVMe over Fabrics FC Transport Loopback Test driver"
82 This enables the NVMe FC loopback test support, which can be useful
83 to test NVMe-FC transport interfaces.
/linux/drivers/target/tcm_fc/
H A DKconfig6 Say Y here to enable the TCM FC plugin for accessing FC fabrics in TCM
/linux/sound/x86/
H A Dintel_hdmi_audio.c66 [2] = FC,
87 { .ca_index = 0x02, .speakers = { 0, 0, 0, 0, FC, 0, FR, FL } },
93 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } },
95 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } },
97 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } },
99 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } },
101 { .ca_index = 0x03, .speakers = { 0, 0, 0, 0, FC, LFE, FR, FL } },
104 { .ca_index = 0x06, .speakers = { 0, 0, 0, RC, FC, 0, FR, FL } },
105 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } },
108 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC,
[all...]
H A Dintel_hdmi_audio.h43 * FL FLC FC FRC FR
51 * swapped to CEA LFE/FC.
55 FC = (1 << 1), /* Front Center */ enumerator
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c66 #define FC(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) & ~(_v)) macro
205 FC(fecp, r_cntrl, FEC_RCNTRL_PROM); in set_multicast_finish()
280 * Enable big endian and don't care about SDMA FC. in restart()
313 FC(fecp, r_cntrl, FEC_RCNTRL_DRT); in restart()
317 FC(fecp, x_cntrl, FEC_TCNTRL_FDEN); /* FD disable */ in restart()
356 FC(fecp, ecntrl, FEC_ECNTRL_ETHER_EN); in stop()
382 FC(fecp, imask, FEC_NAPI_EVENT_MSK); in napi_disable_fs()
/linux/arch/m68k/kernel/
H A Dtraps.c378 if (ssw & (FC | FB)) in bus_error030()
380 ssw & FC ? in bus_error030()
410 if (ssw & (FC | FB)) in bus_error030()
434 if (!(ssw & (FC | FB)) && !(ssw & DF)) in bus_error030()
483 if (ssw & FC) in bus_error030()
509 if (ssw & (FC | FB)) in bus_error030()
511 ssw & FC ? in bus_error030()
612 if (!(ssw & (FC|FB))) in bus_error030()
629 if (ssw & FC) in bus_error030()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_afmt.c94 cea_channels.channels.FC = speaker_flags.FC; in speakers_to_channels()
/linux/Documentation/ABI/stable/
H A Dsysfs-class-tpm97 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
/linux/drivers/pinctrl/
H A Dpinctrl-ocelot.c1182 LAN969X_P(2, GPIO, FC, NONE, NONE, NONE, NONE, NONE, R);
1183 LAN969X_P(3, GPIO, FC, NONE, NONE, NONE, NONE, NONE, R);
1184 LAN969X_P(4, GPIO, FC, NONE, NONE, NONE, NONE, NONE, R);
1194 LAN969X_P(14, GPIO, EMMC_SD, QSPI1, FC, NONE, NONE, NONE, R);
1195 LAN969X_P(15, GPIO, EMMC_SD, QSPI1, FC, NONE, NONE, NONE, R);
1196 LAN969X_P(16, GPIO, EMMC_SD, QSPI1, FC, NONE, NONE, NONE, R);
1207 LAN969X_P(27, GPIO, SYNCE, FC, MIIM, QSPI1, NONE, NONE, R);
1208 LAN969X_P(28, GPIO, SYNCE, FC, MIIM, QSPI1, NONE, NONE, R);
1209 LAN969X_P(29, GPIO, SYNCE, FC, MIIM_IRQ, QSPI1, NONE, NONE, R);
1234 LAN969X_P(54, GPIO, SYNCE, FC, NON
[all...]
/linux/drivers/message/fusion/
H A DKconfig31 tristate "Fusion MPT ScsiHost drivers for FC"
47 Brocade FC 410/420
/linux/drivers/nvme/host/
H A DKconfig68 tristate "NVM Express over Fabrics FC host driver"
75 the FC transport. This allows you to use remote block devices
/linux/drivers/message/fusion/lsi/
H A Dmpi_history.txt243 * 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.
/linux/fs/gfs2/
H A DKconfig13 that is shared between them (with FC, iSCSI, NBD, etc...). GFS reads
/linux/arch/m68k/include/asm/
H A Dtraps.h107 #define FC (0x8000) macro
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhw_shared.h292 * FC - Front Center
299 * FC
314 * 0b00001011 - - - - FC - FR FL
315 * 0b00001111 - - - - FC LFE FR FL
318 * 0b00011011 - - - RC FC - FR FL
319 * 0b00011111 - - - RC FC LFE FR FL
322 * 0b00111011 - - RR RL FC - FR FL
323 * 0b00111111 - - RR RL FC LFE FR FL
326 * 0b01111011 - RC RR RL FC - FR FL
327 * 0b01111111 - RC RR RL FC LF
356 uint32_t FC:1; global() member
[all...]
/linux/Documentation/networking/
H A Diso15765-2.rst59 Flow Control (FC) frame, which provides the maximum supported size of a macro
159 * ``CAN_ISOTP_LISTEN_MODE``: listen only (do not send FC frames); normally
184 * ``CAN_ISOTP_FORCE_TXSTMIN``: ignore stmin from received FC; normally
226 Flow Control (FC) options can be passed using the ``CAN_ISOTP_RECV_FC`` optname
/linux/Documentation/filesystems/
H A Dgfs2.rst8 simultaneously use a block device that is shared between them (with FC,

12