Home
last modified time | relevance | path

Searched full:fcp (Results 1 – 25 of 172) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/media/platform/
Drcar-fcp.c3 * rcar-fcp.c -- R-Car Frame Compression Processor Driver
20 #include <media/rcar-fcp.h>
35 * rcar_fcp_get - Find and acquire a reference to an FCP instance
36 * @np: Device node of the FCP instance
38 * Search the list of registered FCP instances for the instance corresponding to
41 * Return a pointer to the FCP instance, or an ERR_PTR if the instance can't be
46 struct rcar_fcp_device *fcp; in rcar_fcp_get() local
50 list_for_each_entry(fcp, &fcp_devices, list) { in rcar_fcp_get()
51 if (fcp->dev->of_node != np) in rcar_fcp_get()
54 get_device(fcp->dev); in rcar_fcp_get()
[all …]
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
Dtfc_cmd.c105 struct fcp_resp_with_ext *fcp; in ft_queue_status() local
116 len = sizeof(*fcp) + se_cmd->scsi_sense_length; in ft_queue_status()
123 fcp = fc_frame_payload_get(fp, len); in ft_queue_status()
124 memset(fcp, 0, len); in ft_queue_status()
125 fcp->resp.fr_status = se_cmd->scsi_status; in ft_queue_status()
129 fcp->resp.fr_flags |= FCP_SNS_LEN_VAL; in ft_queue_status()
130 fcp->ext.fr_sns_len = htonl(len); in ft_queue_status()
131 memcpy((fcp + 1), se_cmd->sense_buffer, len); in ft_queue_status()
140 fcp->resp.fr_flags |= FCP_RESID_OVER; in ft_queue_status()
142 fcp->resp.fr_flags |= FCP_RESID_UNDER; in ft_queue_status()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Drenesas,fcp.yaml4 $id: http://devicetree.org/schemas/media/renesas,fcp.yaml#
7 title: Renesas R-Car Frame Compression Processor (FCP)
13 The FCP is a companion module of video processing modules in the Renesas
18 There are three types of FCP: FCP for Codec (FCPC), FCP for VSP (FCPV) and
19 FCP for FDP (FCPF). Their configuration and behaviour depend on the module
25 - renesas,fcpv # FCP for VSP
26 - renesas,fcpf # FCP for FDP
53 # R8A7795 (R-Car H3) FCP for VSP-D1
58 fcp@fea2f000 {
Drenesas,vsp1.yaml38 renesas,fcp:
41 A phandle referencing the FCP that handles memory accesses for the VSP.
60 renesas,fcp: false
63 - renesas,fcp
95 renesas,fcp = <&fcpvb1>;
Drenesas,fdp1.yaml38 renesas,fcp:
41 A phandle referencing the FCP that handles memory accesses for the FDP1.
67 renesas,fcp = <&fcpf0>;
/kernel/linux/linux-5.10/include/media/
Drcar-fcp.h3 * rcar-fcp.h -- R-Car Frame Compression Processor Driver
17 void rcar_fcp_put(struct rcar_fcp_device *fcp);
18 struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp);
19 int rcar_fcp_enable(struct rcar_fcp_device *fcp);
20 void rcar_fcp_disable(struct rcar_fcp_device *fcp);
26 static inline void rcar_fcp_put(struct rcar_fcp_device *fcp) { } in rcar_fcp_put() argument
27 static inline struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp) in rcar_fcp_get_device() argument
31 static inline int rcar_fcp_enable(struct rcar_fcp_device *fcp) in rcar_fcp_enable() argument
35 static inline void rcar_fcp_disable(struct rcar_fcp_device *fcp) { } in rcar_fcp_disable() argument
/kernel/linux/linux-5.10/drivers/s390/scsi/
Dzfcp_fc.h222 * zfcp_fc_scsi_to_fcp - setup FCP command with data from scsi_cmnd
223 * @fcp: fcp_cmnd to setup
227 void zfcp_fc_scsi_to_fcp(struct fcp_cmnd *fcp, struct scsi_cmnd *scsi) in zfcp_fc_scsi_to_fcp() argument
231 int_to_scsilun(scsi->device->lun, (struct scsi_lun *) &fcp->fc_lun); in zfcp_fc_scsi_to_fcp()
233 fcp->fc_pri_ta = FCP_PTA_SIMPLE; in zfcp_fc_scsi_to_fcp()
236 fcp->fc_flags |= FCP_CFL_RDDATA; in zfcp_fc_scsi_to_fcp()
238 fcp->fc_flags |= FCP_CFL_WRDATA; in zfcp_fc_scsi_to_fcp()
240 memcpy(fcp->fc_cdb, scsi->cmnd, scsi->cmd_len); in zfcp_fc_scsi_to_fcp()
243 fcp->fc_dl = cpu_to_be32(datalen); in zfcp_fc_scsi_to_fcp()
247 fcp->fc_dl = cpu_to_be32(datalen); in zfcp_fc_scsi_to_fcp()
[all …]
Dzfcp_ccw.c93 * This function gets called by the common i/o layer for each FCP
154 * Setting an fcp device online means that it will be registered with
168 "FCP adapter failed\n"); in zfcp_ccw_set_online()
254 dev_warn(&cdev->dev, "The FCP device has been detached\n"); in zfcp_ccw_notify()
259 "The CHPID for the FCP device is offline\n"); in zfcp_ccw_notify()
268 dev_info(&cdev->dev, "The FCP device is operational again\n"); in zfcp_ccw_notify()
275 dev_warn(&cdev->dev, "The FCP device did not respond within " in zfcp_ccw_notify()
Dzfcp_fsf.c25 /* timeout for FSF requests sent during scsi_eh: abort or FCP TMF */
35 …"Shuts down FCP devices for FCP channels that report a bit-error count in excess of its threshold …
82 dev_err(&req->adapter->ccw_device->dev, "FCP device not " in zfcp_fsf_class_not_supp()
175 "support FCP\n"); in zfcp_fsf_link_down_info_eval()
179 "The FCP device is suspended because of a " in zfcp_fsf_link_down_info_eval()
184 "The FCP device detected a WWPN that is " in zfcp_fsf_link_down_info_eval()
193 "The FCP adapter cannot support more NPIV ports\n"); in zfcp_fsf_link_down_info_eval()
202 "The FCP adapter could not log in to the " in zfcp_fsf_link_down_info_eval()
207 "The WWPN assignment file on the FCP adapter " in zfcp_fsf_link_down_info_eval()
212 "The mode table on the FCP adapter " in zfcp_fsf_link_down_info_eval()
[all …]
Dzfcp_unit.c81 * zfcp_unit_find - Find and return zfcp_unit with specified FCP LUN
83 * @fcp_lun: 64 Bit FCP LUN used to identify the zfcp_unit
89 * with the specified FCP LUN.
116 * @fcp_lun: FCP LUN of unit to be enqueued
Dzfcp_def.h158 u32 adapter_features; /* FCP channel features */
160 u32 hardware_version; /* of FCP channel */
161 u32 fc_security_algorithms; /* of FCP channel */
162 u32 fc_security_algorithms_old; /* of FCP channel */
299 * zfcp_scsi_dev_lun - Return SCSI device LUN as 64 bit FCP LUN
/kernel/linux/linux-5.10/include/linux/
Dnvme-fc-driver.h172 * to LLDD in order to perform a NVME FCP IO operation.
176 * @cmdaddr: pointer to the FCP CMD IU buffer
177 * @rspaddr: pointer to the FCP RSP IU buffer
178 * @cmddma: PCI DMA address of the FCP CMD IU buffer
179 * @rspdma: PCI DMA address of the FCP RSP IU buffer
180 * @cmdlen: Length, in bytes, of the FCP CMD IU buffer
181 * @rsplen: Length, in bytes, of the FCP RSP IU buffer
186 * @io_dir: direction of the FCP request (see NVMEFC_FCP_xxx)
189 * the FCP operation. req argument is the pointer to the original
190 * FCP IO operation.
[all …]
/kernel/linux/linux-5.10/arch/s390/kernel/
Dipl.c40 #define IPL_FCP_STR "fcp"
47 #define DUMP_FCP_STR "fcp"
273 if (ipl_block.fcp.opt == IPL_PB0_FCP_OPT_DUMP) in get_ipl_type()
337 return sprintf(page, "0.0.%04x\n", ipl_block.fcp.devno); in sys_ipl_device_show()
364 unsigned int size = ipl_block.fcp.scp_data_len; in ipl_scp_data_read()
365 void *scp_data = &ipl_block.fcp.scp_data; in ipl_scp_data_read()
398 /* FCP ipl device attributes */
401 (unsigned long long)ipl_block.fcp.wwpn);
403 (unsigned long long)ipl_block.fcp.lun);
405 (unsigned long long)ipl_block.fcp.bootprog);
[all …]
/kernel/linux/linux-5.10/drivers/scsi/bfa/
Dbfa_fcpim.c281 * BFA FCP Initiator Mode module
285 * Compute and return memory needed by FCP(im) module.
308 bfa_fcpim_attach(struct bfa_fcp_mod_s *fcp, void *bfad, in bfa_fcpim_attach() argument
311 struct bfa_fcpim_s *fcpim = &fcp->fcpim; in bfa_fcpim_attach()
312 struct bfa_s *bfa = fcp->bfa; in bfa_fcpim_attach()
319 fcpim->fcp = fcp; in bfa_fcpim_attach()
334 bfa_fcpim_iocdisable(struct bfa_fcp_mod_s *fcp) in bfa_fcpim_iocdisable() argument
336 struct bfa_fcpim_s *fcpim = &fcp->fcpim; in bfa_fcpim_iocdisable()
1109 struct bfa_fcp_mod_s *fcp = fcpim->fcp; in bfa_itnim_attach() local
1115 itnim = (struct bfa_itnim_s *) bfa_mem_kva_curp(fcp); in bfa_itnim_attach()
[all …]
/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_fcp.c58 * struct fc_fcp_internal - FCP layer internal data
59 * @scsi_pkt_pool: Memory pool to draw FCP packets from
61 * @scsi_pkt_queue: Current FCP packets
129 * @lport: The local port that the FCP packet is for
158 * @fsp: The FCP packet to be released
174 * @fsp: The FCP packet to be held
183 * @seq: The sequence that the FCP packet is on (required by destructor API)
184 * @fsp: The FCP packet to be released
199 * @fsp: The FCP packet to be locked and incremented
229 * @fsp: The FCP packet to be unlocked and decremented
[all …]
Dfc_libfc.h61 pr_info("host%u: fcp: %6.6x: " \
67 pr_info("host%u: fcp: %6.6x: " fmt, \
93 extern struct fc4_prov fc_rport_fcp_init; /* FCP initiator provider */
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_disc.h30 * This is used by Fibre Channel protocol to support FCP.
90 #define NLP_FCP_TARGET 0x8 /* entry is an FCP target */
91 #define NLP_FCP_INITIATOR 0x10 /* entry is an FCP Initiator */
98 * FCP (0x8) and NVME (0x28)
102 #define NLP_FC4_FCP 0x1 /* FC4 Type FCP (value x8)) */
115 #define NLP_FCP_2_DEVICE 0x10 /* FCP-2 device */
173 #define NLP_FCP_PRLI_RJT 0x00002000 /* Rport does not support FCP PRLI. */
228 * mapped_list will contain all nodes that are mapped FCP targets.
243 #define NLP_STE_MAPPED_NODE 0x7 /* Identified as a FCP Target */
Dlpfc_debugfs.h403 * lpfc_debug_dump_wq - dump all entries from the fcp or nvme work queue
405 * @wqidx: Index to a FCP or NVME work queue.
407 * This function dumps all entries from a FCP or NVME work queue specified
442 * lpfc_debug_dump_cq - dump all entries from a fcp or nvme work queue's
445 * @wqidx: Index to a FCP work queue.
447 * This function dumps all entries from a FCP or NVME completion queue
505 * lpfc_debug_dump_hba_eq - dump all entries from a fcp work queue's evt queue
507 * @fcp_wqidx: Index to a FCP work queue.
509 * This function dumps all entries from a FCP event queue which is
510 * associated to the FCP work queue specified by the @fcp_wqidx.
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/renesas/
Dr8a77950.dtsi125 renesas,fcp = <&fcpf2>;
128 fcpf2: fcp@fe952000 {
137 fcpvd3: fcp@fea3f000 {
146 fcpvi2: fcp@fe9cf000 {
163 renesas,fcp = <&fcpvd3>;
174 renesas,fcp = <&fcpvi2>;
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
Dvsp1_drv.c21 #include <media/rcar-fcp.h>
624 rcar_fcp_disable(vsp1->fcp); in vsp1_pm_runtime_suspend()
640 return rcar_fcp_enable(vsp1->fcp); in vsp1_pm_runtime_resume()
829 /* FCP (optional). */ in vsp1_probe()
830 fcp_node = of_parse_phandle(pdev->dev.of_node, "renesas,fcp", 0); in vsp1_probe()
832 vsp1->fcp = rcar_fcp_get(fcp_node); in vsp1_probe()
834 if (IS_ERR(vsp1->fcp)) { in vsp1_probe()
835 dev_dbg(&pdev->dev, "FCP not found (%ld)\n", in vsp1_probe()
836 PTR_ERR(vsp1->fcp)); in vsp1_probe()
837 return PTR_ERR(vsp1->fcp); in vsp1_probe()
[all …]
/kernel/linux/linux-5.10/tools/firewire/
Ddecode-fcp.c191 printf("cal fcp frame (cts=0x01)\n"); in decode_fcp()
194 printf("ehs fcp frame (cts=0x02)\n"); in decode_fcp()
197 printf("havi fcp frame (cts=0x03)\n"); in decode_fcp()
200 printf("vendor specific fcp frame (cts=0x0e)\n"); in decode_fcp()
206 printf("reserved fcp frame (ctx=0x%02x)\n", frame->cts); in decode_fcp()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dipl.h22 struct ipl_pb0_fcp fcp; member
49 fcp.scp_data)
83 } fcp; member
/kernel/linux/linux-5.10/sound/firewire/
Dfcp.c18 #include "fcp.h"
217 * This function sends a FCP command frame to the target and waits for the
220 * Because it is possible for multiple FCP transactions to be active at the
279 dev_err(&t.unit->device, "FCP command timed out\n"); in fcp_avc_transaction()
298 * the FCP transaction handler that a bus reset has happened. Any pending FCP
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_fw.h50 * The lower nibble is for FCP.
408 * BIT 4 = FCP RSP Payload bit 0
409 * BIT 5 = FCP RSP Payload bit 1
452 struct scsi_lun lun; /* FCP LUN (BE). */
489 struct scsi_lun lun; /* FCP LUN (BE). */
527 struct scsi_lun lun; /* FCP LUN (BE). */
574 struct scsi_lun lun; /* FCP LUN (BE). */
625 __le32 rsp_residual_count; /* FCP RSP residual count. */
627 __le32 sense_len; /* FCP SENSE length. */
631 __le32 rsp_data_len; /* FCP response data length */
[all …]
/kernel/linux/linux-5.10/include/linux/qed/
Dfcoe_common.h41 /* FCP CMD payload */
46 /* FCP RSP payload */
51 /* FCP RSP payload */
57 /* FCP RSP payload */
62 /* FCP RSP payload */
106 /* Union of FCP CMD payload \ TX params \ ABTS \ Cleanup */

1234567