Lines Matching defs:bfa_fcs_rport_s
417 struct bfa_fcs_rport_s { struct
418 struct list_head qe; /* used by port/vport */
419 struct bfa_fcs_lport_s *port; /* parent FCS port */
420 struct bfa_fcs_s *fcs; /* fcs instance */
421 struct bfad_rport_s *rp_drv; /* driver peer instance */
422 u32 pid; /* port ID of rport */
423 u32 old_pid; /* PID before rport goes offline */
424 u16 maxfrsize; /* maximum frame size */
425 __be16 reply_oxid; /* OX_ID of inbound requests */
426 enum fc_cos fc_cos; /* FC classes of service supp */
450 bfa_fcs_rport_get_halrport(struct bfa_fcs_rport_s *rport) in bfa_fcs_rport_get_halrport() argument