Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
A Dbfa_svc.c3031 port_cfg->maxfrsize = 0; in bfa_fcport_attach()
3155 m->port_cfg.maxfrsize = cpu_to_be16(fcport->cfg.maxfrsize); in bfa_fcport_send_enable()
3508 if (fcport->cfg.maxfrsize == 0) in bfa_fcport_init()
3516 WARN_ON(!fcport->cfg.maxfrsize); in bfa_fcport_init()
3543 fcport->cfg.maxfrsize = in bfa_fcport_isr()
3882 bfa_trc(bfa, maxfrsize); in bfa_fcport_cfg_maxfrsize()
3883 bfa_trc(bfa, fcport->cfg.maxfrsize); in bfa_fcport_cfg_maxfrsize()
3886 if ((maxfrsize > FC_MAX_PDUSZ) || (maxfrsize < FC_MIN_PDUSZ)) in bfa_fcport_cfg_maxfrsize()
3890 if ((maxfrsize != FC_MAX_PDUSZ) && (maxfrsize & (maxfrsize - 1))) in bfa_fcport_cfg_maxfrsize()
3893 fcport->cfg.maxfrsize = maxfrsize; in bfa_fcport_cfg_maxfrsize()
[all …]
A Dbfa_fcs.h588 u16 maxfrsize; /* maximum frame size */ member
743 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()
3041 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.c1053 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.c2707 port_attr->max_frm_size = cpu_to_be32(pport_attr.pport_cfg.maxfrsize); in bfa_fcs_fdmi_get_portattr()
/linux/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 92 milliseconds