Lines Matching refs:port_cfg
3028 struct bfa_port_cfg_s *port_cfg = &fcport->cfg; in bfa_fcport_attach() local
3048 port_cfg->topology = BFA_PORT_TOPOLOGY_P2P; in bfa_fcport_attach()
3049 port_cfg->speed = BFA_PORT_SPEED_AUTO; in bfa_fcport_attach()
3050 port_cfg->trunked = BFA_FALSE; in bfa_fcport_attach()
3051 port_cfg->maxfrsize = 0; in bfa_fcport_attach()
3053 port_cfg->trl_def_speed = BFA_PORT_SPEED_1GBPS; in bfa_fcport_attach()
3054 port_cfg->qos_bw.high = BFA_QOS_BW_HIGH; in bfa_fcport_attach()
3055 port_cfg->qos_bw.med = BFA_QOS_BW_MED; in bfa_fcport_attach()
3056 port_cfg->qos_bw.low = BFA_QOS_BW_LOW; in bfa_fcport_attach()
3173 m->port_cfg = fcport->cfg; in bfa_fcport_send_enable()
3175 m->port_cfg.maxfrsize = cpu_to_be16(fcport->cfg.maxfrsize); in bfa_fcport_send_enable()
3562 fcport->cfg = i2hmsg.penable_rsp->port_cfg; in bfa_fcport_isr()
3577 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()
3587 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()