Home
last modified time | relevance | path

Searched refs:maxframe_size (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_rnode.h114 uint32_t maxframe_size; /* Max Frame size */ member
Dcsio_attr.c92 rport->maxframe_size = ntohs(sp->csp.sp_bb_data); in csio_reg_rnode()
/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h337 u32 maxframe_size; member
510 u32 maxframe_size; member
570 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
Dlibfc.h211 u16 maxframe_size; member
/Linux-v4.19/drivers/scsi/libfc/
Dfc_rport.c167 rdata->maxframe_size = FC_MIN_MAX_PAYLOAD; in fc_rport_create()
309 rport->maxframe_size = rdata->maxframe_size; in fc_rport_work()
733 rdata->maxframe_size = fc_plogi_get_maxframe(flogi, lport->mfs); in fc_rport_login_complete()
1035 rdata->maxframe_size = fc_plogi_get_maxframe(plp, lport->mfs); in fc_rport_plogi_resp()
1091 rdata->maxframe_size = FC_MIN_MAX_PAYLOAD; in fc_rport_enter_plogi()
1924 rdata->maxframe_size = fc_plogi_get_maxframe(pl, lport->mfs); in fc_rport_recv_plogi_req()
Dfc_fcp.c1202 fsp->max_payload = rport->maxframe_size; in fc_fcp_cmd_send()
/Linux-v4.19/drivers/s390/scsi/
Dzfcp_def.h214 u32 maxframe_size; member
Dzfcp_scsi.c704 rport->maxframe_size = port->maxframe_size; in zfcp_scsi_rport_register()
Dzfcp_fc.c476 port->maxframe_size = be16_to_cpu(plogi->fl_csp.sp_bb_data); in zfcp_fc_plogi_evaluate()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c406 fc_host->maxframe_size = -1; in fc_host_setup()
832 fc_private_rport_rd_attr(maxframe_size, "%u bytes\n", 20);
1531 fc_private_host_rd_attr(maxframe_size, "%u bytes\n", 20);
2230 SETUP_HOST_ATTRIBUTE_RD(maxframe_size); in fc_attach_transport()
2271 SETUP_RPORT_ATTRIBUTE_RD(maxframe_size); in fc_attach_transport()
2614 rport->maxframe_size = -1; in fc_remote_port_create()
3166 rport->maxframe_size = -1; in fc_timeout_deleted_rport()
/Linux-v4.19/drivers/target/tcm_fc/
Dtfc_sess.c403 sess->max_frame = rdata->maxframe_size; in ft_prli_locked()
/Linux-v4.19/drivers/scsi/bfa/
Dbfad_im.c1088 fc_rport->maxframe_size = in bfad_im_fc_rport_add()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c1139 conn_info.tx_max_fc_pay_len = fcport->rdata->maxframe_size; in qedf_offload_connection()
1142 conn_info.rx_max_fc_pay_len = fcport->rdata->maxframe_size; in qedf_offload_connection()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c221 ofld_req2.tx_max_fc_pay_len = rdata->maxframe_size; in bnx2fc_send_session_ofld_req()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_scsi.c411 rport->maxframe_size, rp->r_a_tov, in fnic_queue_wq_copy_desc()
/Linux-v4.19/drivers/scsi/ibmvscsi/
Dibmvfc.c4310 rport->maxframe_size = be16_to_cpu(tgt->service_parms.common.bb_rcv_sz) & 0x0fff; in ibmvfc_tgt_add_rport()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_hbadisc.c4071 rport->maxframe_size = ndlp->nlp_maxframe; in lpfc_register_remote_port()