Home
last modified time | relevance | path

Searched refs:maxpkt (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/usb/host/ !
Dxhci-mtk-sch.c277 u32 maxpkt; in setup_sch_info() local
284 maxpkt = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
295 sch_ep->maxpkt = maxpkt; in setup_sch_info()
316 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
326 esit_pkts = DIV_ROUND_UP(max_esit_payload, maxpkt); in setup_sch_info()
350 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
358 sch_ep->cs_count = DIV_ROUND_UP(maxpkt, FS_PAYLOAD_MAX); in setup_sch_info()
360 sch_ep->bw_cost_per_microframe = min_t(u32, maxpkt, FS_PAYLOAD_MAX); in setup_sch_info()
447 u32 cs_count = DIV_ROUND_UP(sch_ep->maxpkt, FS_PAYLOAD_MAX); in check_sch_tt()
Dxhci-mtk.h98 u32 maxpkt; member
/linux-6.1.9/drivers/usb/gadget/udc/ !
Dpxa27x_udc.h233 #define USB_EP_DEF(addr, bname, dir, type, maxpkt, ctype, cdir) \ argument
234 { .usb_ep = { .name = bname, .ops = &pxa_ep_ops, .maxpacket = maxpkt, \
238 .wMaxPacketSize = maxpkt, }, \
263 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument
270 .type = _type, .fifo_size = maxpkt, \
Dpxa27x_udc.c141 int i, maxpkt; in queues_dbg_show() local
149 maxpkt = ep->fifo_size; in queues_dbg_show()
151 EPNAME(ep), maxpkt, "pio"); in queues_dbg_show()
/linux-6.1.9/drivers/usb/mtu3/ !
Dmtu3_core.c673 u32 maxpkt = 64; in mtu3_link_isr() local
706 maxpkt = 512; in mtu3_link_isr()
710 maxpkt = 512; in mtu3_link_isr()
721 mtu->g.ep0->maxpacket = maxpkt; in mtu3_link_isr()
/linux-6.1.9/drivers/usb/dwc2/ !
Dgadget.c672 unsigned int maxpkt; in get_ep_limit() local
676 maxpkt = DXEPTSIZ_PKTCNT_LIMIT + 1; in get_ep_limit()
680 maxpkt = DIEPTSIZ0_PKTCNT_LIMIT + 1; in get_ep_limit()
682 maxpkt = 2; in get_ep_limit()
686 maxpkt--; in get_ep_limit()
694 if ((maxpkt * hs_ep->ep.maxpacket) < maxsize) in get_ep_limit()
695 maxsize = maxpkt * hs_ep->ep.maxpacket; in get_ep_limit()
/linux-6.1.9/net/tipc/ !
Dsocket.c1568 int maxpkt = tsk->max_pkt; in __tipc_sendstream() local
1619 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq); in __tipc_sendstream()