Home
last modified time | relevance | path

Searched refs:maxfrsize (Results 1 – 13 of 13) sorted by relevance

/drivers/scsi/bfa/
A Dbfa_svc.c3008 port_cfg->maxfrsize = 0; in bfa_fcport_attach()
3132 m->port_cfg.maxfrsize = cpu_to_be16(fcport->cfg.maxfrsize); in bfa_fcport_send_enable()
3485 if (fcport->cfg.maxfrsize == 0) in bfa_fcport_init()
3493 WARN_ON(!fcport->cfg.maxfrsize); in bfa_fcport_init()
3520 fcport->cfg.maxfrsize = in bfa_fcport_isr()
3850 bfa_trc(bfa, maxfrsize); in bfa_fcport_cfg_maxfrsize()
3851 bfa_trc(bfa, fcport->cfg.maxfrsize); in bfa_fcport_cfg_maxfrsize()
3854 if ((maxfrsize > FC_MAX_PDUSZ) || (maxfrsize < FC_MIN_PDUSZ)) in bfa_fcport_cfg_maxfrsize()
3858 if ((maxfrsize != FC_MAX_PDUSZ) && (maxfrsize & (maxfrsize - 1))) in bfa_fcport_cfg_maxfrsize()
3861 fcport->cfg.maxfrsize = maxfrsize; in bfa_fcport_cfg_maxfrsize()
[all …]
A Dbfa_fcs.h580 u16 maxfrsize; /* maximum frame size */ member
731 return itnim->rport->maxfrsize; in bfa_fcs_itnim_get_maxfrsize()
A Dbfad_bsg.h277 u16 maxfrsize; member
A Dbfa_fcs_rport.c2304 rport_info.max_frmsz = rport->maxfrsize; in bfa_fcs_rport_hal_online()
2559 rport->maxfrsize = be16_to_cpu(plogi->class3.rxsz); in bfa_fcs_rport_update()
2561 rport->maxfrsize = be16_to_cpu(plogi->csp.rxsz); in bfa_fcs_rport_update()
3020 rport_attr->df_sz = rport->maxfrsize; in bfa_fcs_rport_get_attr()
A Dbfi.h280 u16 maxfrsize; /* max receive frame size */ member
A Dbfa_defs_svc.h948 __be16 maxfrsize; /* maximum frame size */ member
A Dbfa_ioc.h861 #define bfa_ioc_maxfrsize(__ioc) ((__ioc)->attr->maxfrsize)
A Dbfad_im.c1054 fc_host_maxframe_size(host) = fcport->cfg.maxfrsize; in bfad_fc_host_init()
A Dbfa_ioc.c1964 attr->maxfrsize = be16_to_cpu(attr->maxfrsize); in bfa_ioc_getattr_reply()
A Dbfad_bsg.c401 iocmd->status = bfa_fcport_cfg_maxfrsize(&bfad->bfa, iocmd->maxfrsize); in bfad_iocmd_port_cfg_maxfrsize()
A Dbfa_fcs_lport.c2688 port_attr->max_frm_size = cpu_to_be32(pport_attr.pport_cfg.maxfrsize); in bfa_fcs_fdmi_get_portattr()
/drivers/net/ethernet/brocade/bna/
A Dbfi.h197 u16 maxfrsize; /*!< max receive frame size */ member
A Dbfa_ioc.c2108 attr->maxfrsize = ntohs(attr->maxfrsize); in bfa_ioc_getattr_reply()

Completed in 85 milliseconds