Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_svc.c3045 port_cfg->maxfrsize = 0; in bfa_fcport_attach()
3169 m->port_cfg.maxfrsize = cpu_to_be16(fcport->cfg.maxfrsize); in bfa_fcport_send_enable()
3522 if (fcport->cfg.maxfrsize == 0) in bfa_fcport_init()
3523 fcport->cfg.maxfrsize = bfa_ioc_maxfrsize(&bfa->ioc); in bfa_fcport_init()
3530 WARN_ON(!fcport->cfg.maxfrsize); in bfa_fcport_init()
3557 fcport->cfg.maxfrsize = in bfa_fcport_isr()
3558 cpu_to_be16(fcport->cfg.maxfrsize); in bfa_fcport_isr()
3892 bfa_fcport_cfg_maxfrsize(struct bfa_s *bfa, u16 maxfrsize) in bfa_fcport_cfg_maxfrsize() argument
3896 bfa_trc(bfa, maxfrsize); in bfa_fcport_cfg_maxfrsize()
3897 bfa_trc(bfa, fcport->cfg.maxfrsize); in bfa_fcport_cfg_maxfrsize()
[all …]
Dbfa_fcs.h424 u16 maxfrsize; /* maximum frame size */ member
557 return itnim->rport->maxfrsize; in bfa_fcs_itnim_get_maxfrsize()
Dbfad_bsg.h277 u16 maxfrsize; member
Dbfa_fcs_rport.c2288 rport_info.max_frmsz = rport->maxfrsize; in bfa_fcs_rport_hal_online()
2543 rport->maxfrsize = be16_to_cpu(plogi->class3.rxsz); in bfa_fcs_rport_update()
2545 rport->maxfrsize = be16_to_cpu(plogi->csp.rxsz); in bfa_fcs_rport_update()
3025 rport_attr->df_sz = rport->maxfrsize; in bfa_fcs_rport_get_attr()
Dbfi.h280 u16 maxfrsize; /* max receive frame size */ member
Dbfa_defs_svc.h948 __be16 maxfrsize; /* maximum frame size */ member
Dbfa_ioc.h819 #define bfa_ioc_maxfrsize(__ioc) ((__ioc)->attr->maxfrsize)
Dbfad_im.c1054 fc_host_maxframe_size(host) = fcport->cfg.maxfrsize; in bfad_fc_host_init()
Dbfa_ioc.c1965 attr->maxfrsize = be16_to_cpu(attr->maxfrsize); in bfa_ioc_getattr_reply()
Dbfad_bsg.c401 iocmd->status = bfa_fcport_cfg_maxfrsize(&bfad->bfa, iocmd->maxfrsize); in bfad_iocmd_port_cfg_maxfrsize()
Dbfa_fcs_lport.c2734 port_attr->max_frm_size = cpu_to_be32(pport_attr.pport_cfg.maxfrsize); in bfa_fcs_fdmi_get_portattr()
/linux-5.19.10/drivers/net/ethernet/brocade/bna/
Dbfi.h197 u16 maxfrsize; /*!< max receive frame size */ member
Dbfa_ioc.c2108 attr->maxfrsize = ntohs(attr->maxfrsize); in bfa_ioc_getattr_reply()