scsi: scsi_transport_fc: Add FPIN fc event codes
Add a new event type - an FPIN event. Add a new routine, fc_host_fpin_rcv(), that lldd's call when an FPIN is received. The routine processes the fpin payload. For now, the routine only logs an FPIN event. Signed-off-by: Muneendra <muneendra.kumar@broadcom.com> Signed-off-by: James Smart <jsmart2021@gmail.com> Reviewed-by: Ewan D. Milne <emilne@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
2b1be55819
commit
c39e0af64b
@@ -473,6 +473,7 @@ enum fc_host_event_code {
|
||||
FCH_EVT_PORT_ONLINE = 0x202,
|
||||
FCH_EVT_PORT_FABRIC = 0x204,
|
||||
FCH_EVT_LINK_UNKNOWN = 0x500,
|
||||
FCH_EVT_LINK_FPIN = 0x501,
|
||||
FCH_EVT_VENDOR_UNIQUE = 0xffff,
|
||||
};
|
||||
|
||||
@@ -808,6 +809,7 @@ void fc_host_post_fc_event(struct Scsi_Host *shost, u32 event_number,
|
||||
* Note: when calling fc_host_post_fc_event(), vendor_id may be
|
||||
* specified as 0.
|
||||
*/
|
||||
void fc_host_fpin_rcv(struct Scsi_Host *shost, u32 fpin_len, char *fpin_buf);
|
||||
struct fc_vport *fc_vport_create(struct Scsi_Host *shost, int channel,
|
||||
struct fc_vport_identifiers *);
|
||||
int fc_vport_terminate(struct fc_vport *vport);
|
||||
|
Reference in New Issue
Block a user