Searched refs:fc_class (Results 1 – 7 of 7) sorted by relevance
| /drivers/scsi/csiostor/ |
| A 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()
|
| /drivers/scsi/bfa/ |
| A D | bfa_svc.h | 265 u8 fc_class; /* supported FC classes. enum fc_cos */ member 310 #define BFA_RPORT_FC_COS(_rport) ((_rport)->rport_info.fc_class)
|
| A D | bfi_ms.h | 508 u8 fc_class; /* supported FC classes */ member
|
| A D | bfa_svc.c | 4836 m->fc_class = rp->rport_info.fc_class; in bfa_rport_send_fwcreate()
|
| A D | bfa_fcs_rport.c | 2302 rport_info.fc_class = rport->fc_cos; in bfa_fcs_rport_hal_online()
|
| /drivers/nvme/host/ |
| A D | fc.c | 3864 static struct class fc_class = { variable 3887 ret = class_register(&fc_class); in nvme_fc_init_module() 3896 fc_udev_device = device_create(&fc_class, NULL, MKDEV(0, 0), NULL, in nvme_fc_init_module() 3911 device_destroy(&fc_class, MKDEV(0, 0)); in nvme_fc_init_module() 3913 class_unregister(&fc_class); in nvme_fc_init_module() 3948 device_destroy(&fc_class, MKDEV(0, 0)); in nvme_fc_exit_module() 3949 class_unregister(&fc_class); in nvme_fc_exit_module()
|
| /drivers/scsi/libfc/ |
| A D | fc_exch.c | 87 enum fc_class class; 2463 enum fc_class class, in fc_exch_mgr_alloc()
|
Completed in 39 milliseconds