Lines Matching refs:port_cfg
3093 struct bfa_port_cfg_s *port_cfg = &fcport->cfg; in bfa_fcport_attach() local
3115 port_cfg->topology = BFA_PORT_TOPOLOGY_P2P; in bfa_fcport_attach()
3116 port_cfg->speed = BFA_PORT_SPEED_AUTO; in bfa_fcport_attach()
3117 port_cfg->trunked = BFA_FALSE; in bfa_fcport_attach()
3118 port_cfg->maxfrsize = 0; in bfa_fcport_attach()
3120 port_cfg->trl_def_speed = BFA_PORT_SPEED_1GBPS; in bfa_fcport_attach()
3121 port_cfg->qos_bw.high = BFA_QOS_BW_HIGH; in bfa_fcport_attach()
3122 port_cfg->qos_bw.med = BFA_QOS_BW_MED; in bfa_fcport_attach()
3123 port_cfg->qos_bw.low = BFA_QOS_BW_LOW; in bfa_fcport_attach()
3258 m->port_cfg = fcport->cfg; in bfa_fcport_send_enable()
3260 m->port_cfg.maxfrsize = cpu_to_be16(fcport->cfg.maxfrsize); in bfa_fcport_send_enable()
3652 fcport->cfg = i2hmsg.penable_rsp->port_cfg; in bfa_fcport_isr()
3667 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()
3677 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()