Home
last modified time | relevance | path

Searched refs:max_burst (Results 1 – 30 of 30) sorted by relevance

/linux-4.1.27/include/sound/
Dspear_dma.h30 u32 max_burst; member
Ddesignware_i2s.h55 u32 max_burst; member
/linux-4.1.27/drivers/usb/host/whci/
Dqset.c68 qset->max_burst = epcd->bMaxBurst; in qset_fill_qh()
71 qset->max_burst = 1; in qset_fill_qh()
98 QH_INFO2_BURST(qset->max_burst) in qset_fill_qh()
113 qset->qh.cur_window = cpu_to_le32((1 << qset->max_burst) - 1); in qset_fill_qh()
150 qset->qh.cur_window = cpu_to_le32((1 << qset->max_burst) - 1); in qset_reset()
567 max_std_len = qset->max_burst * qset->max_packet; in qset_add_urb_sg_linearize()
Dwhci-hc.h264 uint8_t max_burst; member
/linux-4.1.27/include/net/netns/
Dsctp.h61 int max_burst; member
/linux-4.1.27/drivers/dma/
Dimg-mdc-dma.c213 unsigned int max_burst, burst_size; in mdc_list_desc_config() local
233 max_burst = mdma->bus_width * mdma->max_burst_mult; in mdc_list_desc_config()
235 max_burst = mdma->bus_width * (mdma->max_burst_mult - 1); in mdc_list_desc_config()
242 burst_size = min(max_burst, mchan->config.dst_maxburst * in mdc_list_desc_config()
249 burst_size = min(max_burst, mchan->config.src_maxburst * in mdc_list_desc_config()
256 burst_size = max_burst; in mdc_list_desc_config()
/linux-4.1.27/drivers/net/xen-netback/
Dnetback.c627 unsigned long max_burst, max_credit; in tx_add_credit() local
633 max_burst = RING_GET_REQUEST(&queue->tx, queue->tx.req_cons)->size; in tx_add_credit()
634 max_burst = min(max_burst, 131072UL); in tx_add_credit()
635 max_burst = max(max_burst, queue->credit_bytes); in tx_add_credit()
642 queue->remaining_credit = min(max_credit, max_burst); in tx_add_credit()
/linux-4.1.27/net/sctp/
Dtransport.c575 if (t->burst_limited || asoc->max_burst == 0) in sctp_transport_burst_limited()
578 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); in sctp_transport_burst_limited()
Dsysctl.c151 .data = &init_net.sctp.max_burst,
Dassociola.c134 asoc->max_burst = sp->max_burst; in sctp_association_init()
Dsocket.c3376 asoc->max_burst = val; in sctp_setsockopt_maxburst()
3378 sp->max_burst = val; in sctp_setsockopt_maxburst()
4031 sp->max_burst = net->sctp.max_burst; in sctp_init_sock()
5534 params.assoc_value = asoc->max_burst; in sctp_getsockopt_maxburst()
5536 params.assoc_value = sp->max_burst; in sctp_getsockopt_maxburst()
Dprotocol.c1206 net->sctp.max_burst = SCTP_DEFAULT_MAX_BURST; in sctp_defaults_init()
/linux-4.1.27/drivers/usb/host/
Dxhci-mem.c1379 int max_burst; in xhci_get_max_esit_payload() local
1391 max_burst = (usb_endpoint_maxp(&ep->desc) & 0x1800) >> 11; in xhci_get_max_esit_payload()
1393 return max_packet * (max_burst + 1); in xhci_get_max_esit_payload()
1409 unsigned int max_burst; in xhci_endpoint_init() local
1456 max_burst = 0; in xhci_endpoint_init()
1460 max_burst = ep->ss_ep_comp.bMaxBurst; in xhci_endpoint_init()
1471 max_burst = (usb_endpoint_maxp(&ep->desc) in xhci_endpoint_init()
1482 MAX_BURST(max_burst)); in xhci_endpoint_init()
Dxhci-ring.c3519 unsigned int max_burst; in xhci_get_burst_count() local
3524 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_burst_count()
3525 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in xhci_get_burst_count()
3540 unsigned int max_burst; in xhci_get_last_burst_packet_count() local
3549 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_last_burst_packet_count()
3550 residue = total_packet_count % (max_burst + 1); in xhci_get_last_burst_packet_count()
3555 return max_burst; in xhci_get_last_burst_packet_count()
/linux-4.1.27/sound/soc/spear/
Dspdif_in.c250 host->dma_params.max_burst = 16; in spdif_in_probe()
Dspdif_out.c303 host->dma_params.max_burst = 16; in spdif_out_probe()
/linux-4.1.27/sound/soc/dwc/
Ddesignware_i2s.c470 dev->play_dma_data.pd.max_burst = 16; in dw_configure_dai_by_pd()
471 dev->capture_dma_data.pd.max_burst = 16; in dw_configure_dai_by_pd()
/linux-4.1.27/include/scsi/
Dlibiscsi.h298 unsigned max_burst; member
Dscsi_transport_iscsi.h362 unsigned max_burst; member
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_iscsi.c698 if (session->max_burst > 262144) in beiscsi_set_param()
699 session->max_burst = 262144; in beiscsi_set_param()
934 params, session->max_burst); in beiscsi_set_params_for_offld()
/linux-4.1.27/include/net/sctp/
Dstructs.h184 int max_burst; member
1552 int max_burst; member
/linux-4.1.27/drivers/scsi/
Dlibiscsi_tcp.c568 if (data_length > session->max_burst) in iscsi_tcp_r2t_rsp()
571 data_length, session->max_burst); in iscsi_tcp_r2t_rsp()
Dlibiscsi.c2993 session->first_burst > session->max_burst) { in iscsi_conn_start()
2996 session->first_burst, session->max_burst); in iscsi_conn_start()
3242 sscanf(buf, "%d", &session->max_burst); in iscsi_set_param()
3337 len = sprintf(buf, "%u\n", session->max_burst); in iscsi_session_get_param()
/linux-4.1.27/drivers/usb/gadget/function/
Df_mass_storage.c3018 unsigned max_burst; in fsg_bind() local
3082 max_burst = min_t(unsigned, FSG_BUFLEN / 1024, 15); in fsg_bind()
3086 fsg_ss_bulk_in_comp_desc.bMaxBurst = max_burst; in fsg_bind()
3090 fsg_ss_bulk_out_comp_desc.bMaxBurst = max_burst; in fsg_bind()
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_mbx.c2130 if (sess->max_burst) in qla4xxx_set_param_ddbentry()
2132 __constant_cpu_to_le16((sess->max_burst / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()
Dql4_os.c3523 sess->max_burst = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()
3652 fw_ddb_entry->iscsi_max_burst_len = cpu_to_le16(sess->max_burst / in qla4xxx_copy_to_fwddb_param()
3761 sess->max_burst = BYTE_UNITS * in qla4xxx_copy_to_sess_conn_params()
7941 rc = sprintf(buf, "%u\n", fnode_sess->max_burst); in qla4xxx_sysfs_ddb_get_param()
8209 fnode_sess->max_burst = *(unsigned *)fnode_param->value; in qla4xxx_sysfs_ddb_set_param()
/linux-4.1.27/drivers/net/ethernet/sun/
Dniu.h2875 int max_burst; member
Dniu.c4398 rp->max_burst = mtu + 32; in niu_set_max_burst()
4399 if (rp->max_burst > 4096) in niu_set_max_burst()
4400 rp->max_burst = 4096; in niu_set_max_burst()
4690 nw64(TXC_DMA_MAX(channel), rp->max_burst); in niu_init_one_tx_channel()
/linux-4.1.27/drivers/scsi/bnx2i/
Dbnx2i_hwi.c677 update_wqe->max_burst_length = conn->session->max_burst; in bnx2i_update_iscsi_conn()
/linux-4.1.27/Documentation/networking/
Dip-sysctl.txt1678 max_burst - INTEGER