/linux-4.4.14/include/sound/ |
D | spear_dma.h | 30 u32 max_burst; member
|
D | designware_i2s.h | 57 u32 max_burst; member
|
/linux-4.4.14/drivers/usb/host/whci/ |
D | qset.c | 68 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()
|
D | whci-hc.h | 264 uint8_t max_burst; member
|
/linux-4.4.14/include/net/netns/ |
D | sctp.h | 61 int max_burst; member
|
/linux-4.4.14/drivers/dma/ |
D | img-mdc-dma.c | 213 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.4.14/net/sctp/ |
D | transport.c | 575 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()
|
D | sysctl.c | 151 .data = &init_net.sctp.max_burst,
|
D | associola.c | 134 asoc->max_burst = sp->max_burst; in sctp_association_init()
|
D | socket.c | 3363 asoc->max_burst = val; in sctp_setsockopt_maxburst() 3365 sp->max_burst = val; in sctp_setsockopt_maxburst() 4018 sp->max_burst = net->sctp.max_burst; in sctp_init_sock() 5521 params.assoc_value = asoc->max_burst; in sctp_getsockopt_maxburst() 5523 params.assoc_value = sp->max_burst; in sctp_getsockopt_maxburst()
|
D | protocol.c | 1226 net->sctp.max_burst = SCTP_DEFAULT_MAX_BURST; in sctp_defaults_init()
|
/linux-4.4.14/drivers/usb/host/ |
D | xhci-mem.c | 1379 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()
|
D | xhci-ring.c | 3558 unsigned int max_burst; in xhci_get_burst_count() local 3563 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_burst_count() 3564 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in xhci_get_burst_count() 3579 unsigned int max_burst; in xhci_get_last_burst_packet_count() local 3588 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_last_burst_packet_count() 3589 residue = total_packet_count % (max_burst + 1); in xhci_get_last_burst_packet_count() 3594 return max_burst; in xhci_get_last_burst_packet_count()
|
/linux-4.4.14/sound/soc/spear/ |
D | spdif_in.c | 240 host->dma_params.max_burst = 16; in spdif_in_probe()
|
D | spdif_out.c | 303 host->dma_params.max_burst = 16; in spdif_out_probe()
|
/linux-4.4.14/sound/soc/dwc/ |
D | designware_i2s.c | 522 dev->play_dma_data.pd.max_burst = 16; in dw_configure_dai_by_pd() 523 dev->capture_dma_data.pd.max_burst = 16; in dw_configure_dai_by_pd()
|
/linux-4.4.14/include/scsi/ |
D | libiscsi.h | 298 unsigned max_burst; member
|
D | scsi_transport_iscsi.h | 363 unsigned max_burst; member
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_iscsi.c | 698 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.4.14/include/net/sctp/ |
D | structs.h | 184 int max_burst; member 1553 int max_burst; member
|
/linux-4.4.14/drivers/scsi/ |
D | libiscsi_tcp.c | 568 if (data_length > session->max_burst) in iscsi_tcp_r2t_rsp() 571 data_length, session->max_burst); in iscsi_tcp_r2t_rsp()
|
D | libiscsi.c | 2995 session->first_burst > session->max_burst) { in iscsi_conn_start() 2998 session->first_burst, session->max_burst); in iscsi_conn_start() 3244 sscanf(buf, "%d", &session->max_burst); in iscsi_set_param() 3339 len = sprintf(buf, "%u\n", session->max_burst); in iscsi_session_get_param()
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | netback.c | 676 unsigned long max_burst, max_credit; in tx_add_credit() local 682 max_burst = max(131072UL, queue->credit_bytes); in tx_add_credit() 689 queue->remaining_credit = min(max_credit, max_burst); in tx_add_credit()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 3017 unsigned max_burst; in fsg_bind() local 3079 max_burst = min_t(unsigned, FSG_BUFLEN / 1024, 15); in fsg_bind() 3083 fsg_ss_bulk_in_comp_desc.bMaxBurst = max_burst; in fsg_bind() 3087 fsg_ss_bulk_out_comp_desc.bMaxBurst = max_burst; in fsg_bind()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_mbx.c | 2130 if (sess->max_burst) in qla4xxx_set_param_ddbentry() 2132 __constant_cpu_to_le16((sess->max_burst / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()
|
D | ql4_os.c | 3522 sess->max_burst = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param() 3651 fw_ddb_entry->iscsi_max_burst_len = cpu_to_le16(sess->max_burst / in qla4xxx_copy_to_fwddb_param() 3760 sess->max_burst = BYTE_UNITS * in qla4xxx_copy_to_sess_conn_params() 7940 rc = sprintf(buf, "%u\n", fnode_sess->max_burst); in qla4xxx_sysfs_ddb_get_param() 8208 fnode_sess->max_burst = *(unsigned *)fnode_param->value; in qla4xxx_sysfs_ddb_set_param()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.h | 2875 int max_burst; member
|
D | niu.c | 4398 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.4.14/drivers/scsi/bnx2i/ |
D | bnx2i_hwi.c | 677 update_wqe->max_burst_length = conn->session->max_burst; in bnx2i_update_iscsi_conn()
|
/linux-4.4.14/Documentation/networking/ |
D | ip-sysctl.txt | 1764 max_burst - INTEGER
|