Home
last modified time | relevance | path

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

/linux/drivers/scsi/csiostor/
H A Dcsio_rnode.h114 uint32_t maxframe_size; /* Max Frame size */ member
H A Dcsio_attr.c92 rport->maxframe_size = ntohs(sp->csp.sp_bb_data); in csio_reg_rnode()
/linux/include/scsi/
H A Dscsi_transport_fc.h355 u32 maxframe_size; member
535 u32 maxframe_size; member
604 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
H A Dlibfc.h204 u16 maxframe_size; member
/linux/drivers/scsi/libfc/
H A Dfc_rport.c160 rdata->maxframe_size = FC_MIN_MAX_PAYLOAD; in fc_rport_create()
301 rport->maxframe_size = rdata->maxframe_size; in fc_rport_work()
728 rdata->maxframe_size = fc_plogi_get_maxframe(flogi, lport->mfs); in fc_rport_login_complete()
1028 rdata->maxframe_size = fc_plogi_get_maxframe(plp, lport->mfs); in fc_rport_plogi_resp()
1087 rdata->maxframe_size = FC_MIN_MAX_PAYLOAD; in fc_rport_enter_plogi()
1937 rdata->maxframe_size = fc_plogi_get_maxframe(pl, lport->mfs); in fc_rport_recv_plogi_req()
H A Dfc_fcp.c1186 fsp->max_payload = rport->maxframe_size; in fc_fcp_cmd_send()
/linux/drivers/s390/scsi/
H A Dzfcp_def.h221 u32 maxframe_size; member
H A Dzfcp_scsi.c747 rport->maxframe_size = port->maxframe_size; in zfcp_scsi_rport_register()
H A Dzfcp_fc.c500 port->maxframe_size = be16_to_cpu(plogi->fl_csp.sp_bb_data); in zfcp_fc_plogi_evaluate()
/linux/drivers/target/tcm_fc/
H A Dtfc_sess.c391 sess->max_frame = rdata->maxframe_size; in ft_prli_locked()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c404 fc_host->maxframe_size = -1; in fc_host_setup()
1110 fc_private_rport_rd_attr(maxframe_size, "%u bytes\n", 20);
1922 fc_private_host_rd_attr(maxframe_size, "%u bytes\n", 20);
2680 SETUP_HOST_ATTRIBUTE_RD(maxframe_size); in fc_attach_transport()
2721 SETUP_RPORT_ATTRIBUTE_RD(maxframe_size); in fc_attach_transport()
3064 rport->maxframe_size = -1; in fc_remote_port_create()
3618 rport->maxframe_size = -1; in fc_timeout_deleted_rport()
/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c933 rport->maxframe_size = FNIC_FC_MAX_PAYLOAD_LEN; in fnic_fdls_add_tport()
H A Dfnic_scsi.c533 rport->maxframe_size = FNIC_FC_MAX_PAYLOAD_LEN; in fnic_queuecommand()
/linux/drivers/scsi/bfa/
H A Dbfad_im.c1077 fc_rport->maxframe_size = in bfad_im_fc_rport_add()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c1355 conn_info.tx_max_fc_pay_len = fcport->rdata->maxframe_size; in qedf_offload_connection()
1358 conn_info.rx_max_fc_pay_len = fcport->rdata->maxframe_size; in qedf_offload_connection()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c221 ofld_req2.tx_max_fc_pay_len = rdata->maxframe_size; in bnx2fc_send_session_ofld_req()
/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c4497 rport->maxframe_size = ndlp->nlp_maxframe; in lpfc_register_remote_port()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c5541 rport->maxframe_size = be16_to_cpu(tgt->service_parms.common.bb_rcv_sz) & 0x0fff; in ibmvfc_tgt_add_rport()