Searched refs:max_pkt (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-ipd.h | 244 for (i = 0; i < ipd_prc_port_ptr_fifo_ctl.s.max_pkt; in cvmx_ipd_free_ptr() 248 i % ipd_prc_port_ptr_fifo_ctl.s.max_pkt; in cvmx_ipd_free_ptr() 278 i) % ipd_prc_hold_ptr_fifo_ctl.s.max_pkt; in cvmx_ipd_free_ptr()
|
| H A D | cvmx-ipd-defs.h | 625 uint64_t max_pkt:3; member 633 uint64_t max_pkt:3; 1096 uint64_t max_pkt:7; member 1102 uint64_t max_pkt:7; 1160 uint64_t max_pkt:3; member 1170 uint64_t max_pkt:3; 1181 uint64_t max_pkt:7; member 1189 uint64_t max_pkt:7;
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-ring.c | 1806 unsigned int max_pkt; in cdnsp_align_td() 1809 max_pkt = usb_endpoint_maxp(preq->pep->endpoint.desc); in cdnsp_align_td() 1810 unalign = (enqd_len + *trb_buff_len) % max_pkt; in cdnsp_align_td() 1829 new_buff_len = max_pkt - (enqd_len % max_pkt); in cdnsp_align_td() 1834 /* Create a max max_pkt sized bounce buffer pointed to by last trb. */ in cdnsp_align_td() 1840 max_pkt, DMA_TO_DEVICE); in cdnsp_align_td() 1843 max_pkt, DMA_FROM_DEVICE); in cdnsp_align_td() 2228 unsigned int total_pkt_count, max_pkt; in cdnsp_queue_isoc_tx() 2266 max_pkt in cdnsp_queue_isoc_tx() 1803 unsigned int max_pkt; cdnsp_align_td() local 2225 unsigned int total_pkt_count, max_pkt; cdnsp_queue_isoc_tx() local [all...] |
| /linux/drivers/usb/gadget/udc/ |
| H A D | bcm63xx_udc.c | 214 int max_pkt; member 558 int max_pkt = udc->gadget.speed == USB_SPEED_HIGH ? in bcm63xx_ep_setup() local 562 udc->iudma[i].max_pkt = max_pkt; in bcm63xx_ep_setup() 566 usb_ep_set_maxpacket_limit(&udc->bep[idx].ep, max_pkt); in bcm63xx_ep_setup() 574 (max_pkt << USBD_CSR_EP_MAXPKT_SHIFT); in bcm63xx_ep_setup() 598 iudma->max_pkt : IUDMA_MAX_FRAGMENT; in iudma_write() 604 if ((bytes_left % iudma->max_pkt == 0) && bytes_left && breq->req.zero) in iudma_write()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 3524 unsigned int max_pkt; in xhci_td_remainder() 3528 max_pkt = xhci_usb_endpoint_maxp(urb->dev, urb->ep); in xhci_td_remainder() 3529 unalign = (enqd_len + *trb_buff_len) % max_pkt; in xhci_td_remainder() 3550 new_buff_len = max_pkt - (enqd_len % max_pkt); in xhci_align_td() 3555 /* create a max max_pkt sized bounce buffer pointed to by last trb */ in xhci_align_td() 3568 max_pkt, DMA_TO_DEVICE); in xhci_align_td() 3571 max_pkt, DMA_FROM_DEVICE); in xhci_align_td() 4090 unsigned int total_pkt_count, max_pkt; in xhci_queue_isoc_tx() 4099 max_pkt in xhci_queue_isoc_tx() 3545 unsigned int max_pkt; xhci_align_td() local 4111 unsigned int total_pkt_count, max_pkt; xhci_queue_isoc_tx() local [all...] |
| H A D | xhci.c | 1338 unsigned int max_pkt; in xhci_urb_temp_buffer_required() 1343 max_pkt = xhci_usb_endpoint_maxp(urb->dev, urb->ep); in xhci_urb_temp_buffer_required() 1359 if (len < max_pkt) { in xhci_urb_temp_buffer_required() 1341 unsigned int max_pkt; xhci_urb_temp_buffer_required() local
|
| /linux/net/tipc/ |
| H A D | socket.c | 78 * @max_pkt: maximum packet size "hint" used when building messages sent by port 112 u32 max_pkt; 265 if (tsk->max_pkt == MAX_MSG_SIZE) in tsk_set_nagle() 268 tsk->maxnagle = tsk->max_pkt; in tsk_set_nagle() 492 tsk->max_pkt = MAX_PKT_DEFAULT; in tipc_sk_create() 1568 int maxpkt = tsk->max_pkt; in __tipc_sendstream() 1678 tsk->max_pkt = tipc_node_get_mtu(net, peer_node, tsk->portid, true); in tipc_sk_finish_conn() 3980 i += scnprintf(buf + i, sz - i, " %u", tsk->max_pkt); in tipc_sk_dump() 111 u32 max_pkt; global() member
|
| /linux/drivers/net/hyperv/ |
| H A D | netvsc.c | 141 net_device->max_pkt = RNDIS_MAX_PKT_DEFAULT; in alloc_net_device() 1275 try_batch = msd_len > 0 && msdp->count < net_device->max_pkt; in netvsc_send()
|
| H A D | hyperv_net.h | 1191 u32 max_pkt; /* max number of pkt in one send, e.g. 8 */ member
|
| H A D | rndis_filter.c | 1120 nvdev->max_pkt = init_complete->max_pkt_per_msg; in rndis_filter_init_device()
|