Home
last modified time | relevance | path

Searched refs:fc_class (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/include/scsi/fc/
H A Dfc_encaps.h86 enum fc_class { enum
105 static inline enum fc_sof fc_sof_normal(enum fc_class class) in fc_sof_normal()
113 static inline enum fc_class fc_sof_class(enum fc_sof sof) in fc_sof_class()
/linux-6.15/drivers/scsi/csiostor/
H A Dcsio_rnode.c449 uint8_t fc_class; in csio_rn_verify_rparams() local
541 fc_class = FW_RDEV_WR_CLASS_GET(rdevp->vft_to_qos); in csio_rn_verify_rparams()
542 rn->rn_sparm.clsp[fc_class - 1].cp_class = htons(FC_CPC_VALID); in csio_rn_verify_rparams()
/linux-6.15/include/scsi/
H A Dfc_frame.h220 static inline enum fc_class fc_frame_class(const struct fc_frame *fp) in fc_frame_class()
H A Dlibfc.h442 enum fc_class class;
1012 struct fc_exch_mgr *fc_exch_mgr_alloc(struct fc_lport *, enum fc_class class,
/linux-6.15/drivers/scsi/bfa/
H A Dbfa_svc.h265 u8 fc_class; /* supported FC classes. enum fc_cos */ member
310 #define BFA_RPORT_FC_COS(_rport) ((_rport)->rport_info.fc_class)
H A Dbfi_ms.h508 u8 fc_class; /* supported FC classes */ member
H A Dbfa_svc.c4836 m->fc_class = rp->rport_info.fc_class; in bfa_rport_send_fwcreate()
H A Dbfa_fcs_rport.c2302 rport_info.fc_class = rport->fc_cos; in bfa_fcs_rport_hal_online()
/linux-6.15/drivers/nvme/host/
H A Dfc.c3857 static struct class fc_class = { variable
3880 ret = class_register(&fc_class); in nvme_fc_init_module()
3889 fc_udev_device = device_create(&fc_class, NULL, MKDEV(0, 0), NULL, in nvme_fc_init_module()
3904 device_destroy(&fc_class, MKDEV(0, 0)); in nvme_fc_init_module()
3906 class_unregister(&fc_class); in nvme_fc_init_module()
3941 device_destroy(&fc_class, MKDEV(0, 0)); in nvme_fc_exit_module()
3942 class_unregister(&fc_class); in nvme_fc_exit_module()
/linux-6.15/drivers/scsi/libfc/
H A Dfc_exch.c87 enum fc_class class;
2463 enum fc_class class, in fc_exch_mgr_alloc()