Lines Matching refs:maxfrsize
3118 port_cfg->maxfrsize = 0; in bfa_fcport_attach()
3260 m->port_cfg.maxfrsize = cpu_to_be16(fcport->cfg.maxfrsize); in bfa_fcport_send_enable()
3618 if (fcport->cfg.maxfrsize == 0) in bfa_fcport_init()
3619 fcport->cfg.maxfrsize = bfa_ioc_maxfrsize(&bfa->ioc); in bfa_fcport_init()
3626 WARN_ON(!fcport->cfg.maxfrsize); in bfa_fcport_init()
3653 fcport->cfg.maxfrsize = in bfa_fcport_isr()
3654 cpu_to_be16(fcport->cfg.maxfrsize); in bfa_fcport_isr()
3988 bfa_fcport_cfg_maxfrsize(struct bfa_s *bfa, u16 maxfrsize) in bfa_fcport_cfg_maxfrsize() argument
3992 bfa_trc(bfa, maxfrsize); in bfa_fcport_cfg_maxfrsize()
3993 bfa_trc(bfa, fcport->cfg.maxfrsize); in bfa_fcport_cfg_maxfrsize()
3996 if ((maxfrsize > FC_MAX_PDUSZ) || (maxfrsize < FC_MIN_PDUSZ)) in bfa_fcport_cfg_maxfrsize()
4000 if ((maxfrsize != FC_MAX_PDUSZ) && (maxfrsize & (maxfrsize - 1))) in bfa_fcport_cfg_maxfrsize()
4003 fcport->cfg.maxfrsize = maxfrsize; in bfa_fcport_cfg_maxfrsize()
4012 return fcport->cfg.maxfrsize; in bfa_fcport_get_maxfrsize()