Home
last modified time | relevance | path

Searched defs:bfa_fcs_rport_s (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_fcs.h428 struct bfa_fcs_rport_s { struct
429 struct list_head qe; /* used by port/vport */
430 struct bfa_fcs_lport_s *port; /* parent FCS port */
431 struct bfa_fcs_s *fcs; /* fcs instance */
432 struct bfad_rport_s *rp_drv; /* driver peer instance */
433 u32 pid; /* port ID of rport */
434 u32 old_pid; /* PID before rport goes offline */
435 u16 maxfrsize; /* maximum frame size */
436 __be16 reply_oxid; /* OX_ID of inbound requests */
437 enum fc_cos fc_cos; /* FC classes of service supp */
[all …]