Searched refs:fc_class (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/scsi/fc/ |
D | fc_encaps.h | 98 enum fc_class { enum 117 static inline enum fc_sof fc_sof_normal(enum fc_class class) in fc_sof_normal() 125 static inline enum fc_class fc_sof_class(enum fc_sof sof) in fc_sof_class()
|
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_rnode.c | 449 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-v4.19/include/scsi/ |
D | fc_frame.h | 232 static inline enum fc_class fc_frame_class(const struct fc_frame *fp) in fc_frame_class()
|
D | libfc.h | 439 enum fc_class class; 1003 struct fc_exch_mgr *fc_exch_mgr_alloc(struct fc_lport *, enum fc_class class,
|
/Linux-v4.19/drivers/nvme/host/ |
D | fc.c | 213 static struct class *fc_class; variable 3275 fc_class = class_create(THIS_MODULE, "fc"); in nvme_fc_init_module() 3276 if (IS_ERR(fc_class)) { in nvme_fc_init_module() 3278 return PTR_ERR(fc_class); in nvme_fc_init_module() 3284 fc_udev_device = device_create(fc_class, NULL, MKDEV(0, 0), NULL, in nvme_fc_init_module() 3299 device_destroy(fc_class, MKDEV(0, 0)); in nvme_fc_init_module() 3301 class_destroy(fc_class); in nvme_fc_init_module() 3316 device_destroy(fc_class, MKDEV(0, 0)); in nvme_fc_exit_module() 3317 class_destroy(fc_class); in nvme_fc_exit_module()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_svc.h | 289 u8 fc_class; /* supported FC classes. enum fc_cos */ member 316 #define BFA_RPORT_FC_COS(_rport) ((_rport)->rport_info.fc_class)
|
D | bfi_ms.h | 516 u8 fc_class; /* supported FC classes */ member
|
D | bfa_svc.c | 4919 m->fc_class = rp->rport_info.fc_class; in bfa_rport_send_fwcreate()
|
D | bfa_fcs_rport.c | 2302 rport_info.fc_class = rport->fc_cos; in bfa_fcs_rport_hal_online()
|
/Linux-v4.19/drivers/scsi/libfc/ |
D | fc_exch.c | 98 enum fc_class class; 2459 enum fc_class class, in fc_exch_mgr_alloc()
|