max_burst         488 drivers/dma/dmaengine.c 	caps->max_burst = device->max_burst;
max_burst         211 drivers/dma/img-mdc-dma.c 	unsigned int max_burst, burst_size;
max_burst         231 drivers/dma/img-mdc-dma.c 		max_burst = mdma->bus_width * mdma->max_burst_mult;
max_burst         233 drivers/dma/img-mdc-dma.c 		max_burst = mdma->bus_width * (mdma->max_burst_mult - 1);
max_burst         240 drivers/dma/img-mdc-dma.c 		burst_size = min(max_burst, mchan->config.dst_maxburst *
max_burst         247 drivers/dma/img-mdc-dma.c 		burst_size = min(max_burst, mchan->config.src_maxburst *
max_burst         254 drivers/dma/img-mdc-dma.c 		burst_size = max_burst;
max_burst         430 drivers/dma/nbpfaxi.c 	int max_burst = nbpf->config->buffer_size * 8;
max_burst         435 drivers/dma/nbpfaxi.c 			max_burst = min_not_zero(nbpf->max_burst_mem_read,
max_burst         440 drivers/dma/nbpfaxi.c 				max_burst = nbpf->max_burst_mem_read;
max_burst         444 drivers/dma/nbpfaxi.c 				max_burst = nbpf->max_burst_mem_write;
max_burst         453 drivers/dma/nbpfaxi.c 	return min_t(int, __ffs(size), ilog2(max_burst));
max_burst        3137 drivers/dma/pl330.c 	pd->max_burst = ((pl330->quirks & PL330_QUIRK_BROKEN_NO_FLUSHP) ?
max_burst         313 drivers/dma/stm32-dma.c static u32 stm32_dma_get_best_burst(u32 buf_len, u32 max_burst, u32 threshold,
max_burst         316 drivers/dma/stm32-dma.c 	u32 best_burst = max_burst;
max_burst        1339 drivers/dma/stm32-dma.c 	dd->max_burst = STM32_DMA_MAX_BURST;
max_burst         416 drivers/dma/stm32-mdma.c static u32 stm32_mdma_get_best_burst(u32 buf_len, u32 tlen, u32 max_burst,
max_burst         422 drivers/dma/stm32-mdma.c 			 max_burst * width) / width;
max_burst         920 drivers/dma/stm32-mdma.c 	u32 ccr, ctcr, ctbr, cbndtr, count, max_burst, mdma_burst;
max_burst         994 drivers/dma/stm32-mdma.c 		max_burst = tlen / max_width;
max_burst         995 drivers/dma/stm32-mdma.c 		best_burst = stm32_mdma_get_best_burst(len, tlen, max_burst,
max_burst        1007 drivers/dma/stm32-mdma.c 		max_burst = tlen / max_width;
max_burst        1008 drivers/dma/stm32-mdma.c 		best_burst = stm32_mdma_get_best_burst(len, tlen, max_burst,
max_burst        1048 drivers/dma/stm32-mdma.c 			max_burst = tlen / max_width;
max_burst        1050 drivers/dma/stm32-mdma.c 							       max_burst,
max_burst        1062 drivers/dma/stm32-mdma.c 			max_burst = tlen / max_width;
max_burst        1064 drivers/dma/stm32-mdma.c 							       max_burst,
max_burst        1628 drivers/dma/stm32-mdma.c 	dd->max_burst = STM32_MDMA_MAX_BURST;
max_burst         901 drivers/dma/ti/edma.c 	if (cfg->src_maxburst > chan->device->max_burst ||
max_burst         902 drivers/dma/ti/edma.c 	    cfg->dst_maxburst > chan->device->max_burst)
max_burst        1927 drivers/dma/ti/edma.c 	s_ddev->max_burst = SZ_32K - 1; /* CIDX: 16bit signed */
max_burst        1305 drivers/dma/ti/omap-dma.c 	if (cfg->src_maxburst > chan->device->max_burst ||
max_burst        1306 drivers/dma/ti/omap-dma.c 	    cfg->dst_maxburst > chan->device->max_burst)
max_burst        1507 drivers/dma/ti/omap-dma.c 	od->ddev.max_burst = SZ_16M - 1; /* CCEN: 24bit unsigned */
max_burst        4380 drivers/net/ethernet/sun/niu.c 	rp->max_burst = mtu + 32;
max_burst        4381 drivers/net/ethernet/sun/niu.c 	if (rp->max_burst > 4096)
max_burst        4382 drivers/net/ethernet/sun/niu.c 		rp->max_burst = 4096;
max_burst        4672 drivers/net/ethernet/sun/niu.c 	nw64(TXC_DMA_MAX(channel), rp->max_burst);
max_burst        2876 drivers/net/ethernet/sun/niu.h 	int			max_burst;
max_burst         169 drivers/net/xen-netback/netback.c 	unsigned long max_burst, max_credit;
max_burst         175 drivers/net/xen-netback/netback.c 	max_burst = max(131072UL, queue->credit_bytes);
max_burst         182 drivers/net/xen-netback/netback.c 	queue->remaining_credit = min(max_credit, max_burst);
max_burst         672 drivers/scsi/be2iscsi/be_iscsi.c 		if (session->max_burst > 262144)
max_burst         673 drivers/scsi/be2iscsi/be_iscsi.c 			session->max_burst = 262144;
max_burst         853 drivers/scsi/be2iscsi/be_iscsi.c 		      params, session->max_burst);
max_burst         661 drivers/scsi/bnx2i/bnx2i_hwi.c 	update_wqe->max_burst_length = conn->session->max_burst;
max_burst        3006 drivers/scsi/libiscsi.c 	     session->first_burst > session->max_burst) {
max_burst        3009 drivers/scsi/libiscsi.c 				  session->first_burst, session->max_burst);
max_burst        3256 drivers/scsi/libiscsi.c 		sscanf(buf, "%d", &session->max_burst);
max_burst        3351 drivers/scsi/libiscsi.c 		len = sprintf(buf, "%u\n", session->max_burst);
max_burst         571 drivers/scsi/libiscsi_tcp.c 	if (data_length > session->max_burst)
max_burst         574 drivers/scsi/libiscsi_tcp.c 			      data_length, session->max_burst);
max_burst        2132 drivers/scsi/qedi/qedi_fw.c 	conn_params.max_burst_length = conn->session->max_burst;
max_burst         443 drivers/scsi/qedi/qedi_iscsi.c 	conn_info->max_seq_size = conn->session->max_burst;
max_burst        2119 drivers/scsi/qla4xxx/ql4_mbx.c 	if (sess->max_burst)
max_burst        2121 drivers/scsi/qla4xxx/ql4_mbx.c 			__constant_cpu_to_le16((sess->max_burst / BYTE_UNITS));
max_burst        3538 drivers/scsi/qla4xxx/ql4_os.c 	sess->max_burst = BYTE_UNITS *
max_burst        3667 drivers/scsi/qla4xxx/ql4_os.c 	fw_ddb_entry->iscsi_max_burst_len = cpu_to_le16(sess->max_burst /
max_burst        3776 drivers/scsi/qla4xxx/ql4_os.c 	sess->max_burst = BYTE_UNITS *
max_burst        7945 drivers/scsi/qla4xxx/ql4_os.c 		rc = sprintf(buf, "%u\n", fnode_sess->max_burst);
max_burst        8213 drivers/scsi/qla4xxx/ql4_os.c 			fnode_sess->max_burst = *(unsigned *)fnode_param->value;
max_burst          56 drivers/staging/wusbcore/host/whci/qset.c 		qset->max_burst = epcd->bMaxBurst;
max_burst          59 drivers/staging/wusbcore/host/whci/qset.c 		qset->max_burst = 1;
max_burst          86 drivers/staging/wusbcore/host/whci/qset.c 		QH_INFO2_BURST(qset->max_burst)
max_burst         101 drivers/staging/wusbcore/host/whci/qset.c 	qset->qh.cur_window = cpu_to_le32((1 << qset->max_burst) - 1);
max_burst         138 drivers/staging/wusbcore/host/whci/qset.c 	qset->qh.cur_window = cpu_to_le32((1 << qset->max_burst) - 1);
max_burst         557 drivers/staging/wusbcore/host/whci/qset.c 	max_std_len = qset->max_burst * qset->max_packet;
max_burst         251 drivers/staging/wusbcore/host/whci/whci-hc.h 	uint8_t max_burst;
max_burst         232 drivers/usb/early/xhci-dbc.c 	unsigned int max_burst;
max_burst         320 drivers/usb/early/xhci-dbc.c 	max_burst = DEBUG_MAX_BURST(readl(&xdbc.xdbc_reg->control));
max_burst         324 drivers/usb/early/xhci-dbc.c 	ep_out->ep_info2	= cpu_to_le32(EP_TYPE(BULK_OUT_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst));
max_burst         331 drivers/usb/early/xhci-dbc.c 	ep_in->ep_info2		= cpu_to_le32(EP_TYPE(BULK_IN_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst));
max_burst        2901 drivers/usb/gadget/function/f_mass_storage.c 	unsigned		max_burst;
max_burst        2963 drivers/usb/gadget/function/f_mass_storage.c 	max_burst = min_t(unsigned, FSG_BUFLEN / 1024, 15);
max_burst        2967 drivers/usb/gadget/function/f_mass_storage.c 	fsg_ss_bulk_in_comp_desc.bMaxBurst = max_burst;
max_burst        2971 drivers/usb/gadget/function/f_mass_storage.c 	fsg_ss_bulk_out_comp_desc.bMaxBurst = max_burst;
max_burst          93 drivers/usb/host/xhci-dbgcap.c 	unsigned int		max_burst;
max_burst         110 drivers/usb/host/xhci-dbgcap.c 	max_burst		= DBC_CTRL_MAXBURST(readl(&dbc->regs->control));
max_burst         113 drivers/usb/host/xhci-dbgcap.c 	ep_ctx->ep_info2	= dbc_epctx_info2(BULK_OUT_EP, 1024, max_burst);
max_burst         120 drivers/usb/host/xhci-dbgcap.c 	ep_ctx->ep_info2	= dbc_epctx_info2(BULK_IN_EP, 1024, max_burst);
max_burst        1396 drivers/usb/host/xhci-mem.c 	int max_burst;
max_burst        1413 drivers/usb/host/xhci-mem.c 	max_burst = usb_endpoint_maxp_mult(&ep->desc);
max_burst        1415 drivers/usb/host/xhci-mem.c 	return max_packet * max_burst;
max_burst        1434 drivers/usb/host/xhci-mem.c 	unsigned int max_burst;
max_burst        1470 drivers/usb/host/xhci-mem.c 	max_burst = xhci_get_endpoint_max_burst(udev, ep);
max_burst        1509 drivers/usb/host/xhci-mem.c 				       MAX_BURST(max_burst) |
max_burst         212 drivers/usb/host/xhci-mtk-sch.c 	u32 max_burst;
max_burst         221 drivers/usb/host/xhci-mtk-sch.c 	max_burst = CTX_TO_MAX_BURST(le32_to_cpu(ep_ctx->ep_info2));
max_burst         250 drivers/usb/host/xhci-mtk-sch.c 		sch_ep->pkts = max_burst + 1;
max_burst         264 drivers/usb/host/xhci-mtk-sch.c 			esit_pkts = (mult + 1) * (max_burst + 1);
max_burst        3594 drivers/usb/host/xhci-ring.c 	unsigned int max_burst;
max_burst        3599 drivers/usb/host/xhci-ring.c 	max_burst = urb->ep->ss_ep_comp.bMaxBurst;
max_burst        3600 drivers/usb/host/xhci-ring.c 	return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1;
max_burst        3614 drivers/usb/host/xhci-ring.c 	unsigned int max_burst;
max_burst        3622 drivers/usb/host/xhci-ring.c 		max_burst = urb->ep->ss_ep_comp.bMaxBurst;
max_burst        3623 drivers/usb/host/xhci-ring.c 		residue = total_packet_count % (max_burst + 1);
max_burst        3628 drivers/usb/host/xhci-ring.c 			return max_burst;
max_burst         418 include/linux/dmaengine.h 	u32 max_burst;
max_burst         746 include/linux/dmaengine.h 	u32 max_burst;
max_burst          62 include/net/netns/sctp.h 	int max_burst;
max_burst         173 include/net/sctp/structs.h 	int max_burst;
max_burst        1766 include/net/sctp/structs.h 	int max_burst;
max_burst         287 include/scsi/libiscsi.h 	unsigned		max_burst;
max_burst         350 include/scsi/scsi_transport_iscsi.h 	unsigned		max_burst;
max_burst          50 include/sound/designware_i2s.h 	u32 max_burst;
max_burst          16 include/sound/spear_dma.h 	u32 max_burst;
max_burst         118 net/sctp/associola.c 	asoc->max_burst = sp->max_burst;
max_burst        1233 net/sctp/protocol.c 	net->sctp.max_burst			= SCTP_DEFAULT_MAX_BURST;
max_burst        3597 net/sctp/socket.c 		asoc->max_burst = params.assoc_value;
max_burst        3607 net/sctp/socket.c 		sp->max_burst = params.assoc_value;
max_burst        3612 net/sctp/socket.c 			asoc->max_burst = params.assoc_value;
max_burst        5019 net/sctp/socket.c 	sp->max_burst = net->sctp.max_burst;
max_burst        5245 net/sctp/socket.c 	info->sctpi_max_burst = asoc->max_burst;
max_burst        6896 net/sctp/socket.c 	params.assoc_value = asoc ? asoc->max_burst : sctp_sk(sk)->max_burst;
max_burst         133 net/sctp/sysctl.c 		.data		= &init_net.sctp.max_burst,
max_burst         603 net/sctp/transport.c 	if (t->burst_limited || asoc->max_burst == 0)
max_burst         606 net/sctp/transport.c 	max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu);
max_burst         561 sound/soc/dwc/dwc-i2s.c 	dev->play_dma_data.pd.max_burst = 16;
max_burst         562 sound/soc/dwc/dwc-i2s.c 	dev->capture_dma_data.pd.max_burst = 16;
max_burst         239 sound/soc/spear/spdif_in.c 	host->dma_params.max_burst = 16;
max_burst         301 sound/soc/spear/spdif_out.c 	host->dma_params.max_burst = 16;