| /linux/net/dccp/ |
| H A D | ackvec.c | |
| /linux/tools/perf/bench/ |
| H A D | sched-messaging.c | 53 unsigned int num_packets; member 134 for (i = 0; i < ctx->num_packets; i++) { in receiver() 235 ctx->num_packets = num_fds * nr_loops; in group()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | event.c | 256 u32 num_packets = wl->conf.tx.max_tx_retries; in wlcore_disconnect_sta() local 282 ieee80211_report_low_ack(sta, num_packets); in wlcore_disconnect_sta()
|
| /linux/drivers/usb/atm/ |
| H A D | usbatm.c | 1017 unsigned int maxpacket, num_packets; in usbatm_usb_probe() local 1104 num_packets = max(1U, (rcv_buf_bytes + maxpacket / 2) / maxpacket); /* round */ in usbatm_usb_probe() 1106 if (num_packets * maxpacket > UDSL_MAX_BUF_SIZE) in usbatm_usb_probe() 1107 num_packets--; in usbatm_usb_probe() 1109 instance->rx_channel.buf_size = num_packets * maxpacket; in usbatm_usb_probe()
|
| /linux/drivers/firewire/ |
| H A D | net.c | 1107 unsigned num_packets; in fwnet_broadcast_start() local 1118 num_packets = (FWNET_ISO_PAGE_COUNT * PAGE_SIZE) / max_receive; in fwnet_broadcast_start() 1120 ptrptr = kmalloc_array(num_packets, sizeof(void *), GFP_KERNEL); in fwnet_broadcast_start() 1148 for (v = 0; v < num_packets / FWNET_ISO_PAGE_COUNT; v++) in fwnet_broadcast_start() 1161 for (u = 0; u < num_packets; u++) { in fwnet_broadcast_start() 1169 dev->num_broadcast_rcv_ptrs = num_packets; in fwnet_broadcast_start()
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd_ddma.c | 671 int num_packets; in dwc2_fill_host_dma_desc() local 674 num_packets = (len + chan->max_packet - 1) in dwc2_fill_host_dma_desc() 678 num_packets = 1; in dwc2_fill_host_dma_desc() 681 len = num_packets * chan->max_packet; in dwc2_fill_host_dma_desc()
|
| H A D | hcd.c | 1199 u16 num_packets; in dwc2_hc_start_transfer() local 1223 num_packets = 1; in dwc2_hc_start_transfer() 1276 num_packets = (chan->xfer_len + chan->max_packet - 1) / in dwc2_hc_start_transfer() 1278 if (num_packets > max_hc_pkt_count) { in dwc2_hc_start_transfer() 1279 num_packets = max_hc_pkt_count; in dwc2_hc_start_transfer() 1280 chan->xfer_len = num_packets * chan->max_packet; in dwc2_hc_start_transfer() 1288 chan->xfer_len = num_packets * chan->max_packet; in dwc2_hc_start_transfer() 1292 num_packets = 1; in dwc2_hc_start_transfer() 1301 chan->multi_count = num_packets; in dwc2_hc_start_transfer() 1313 chan->start_pkt_count = num_packets; in dwc2_hc_start_transfer() [all …]
|
| /linux/drivers/usb/host/ |
| H A D | xhci.c | 2505 bw_table->interval_bw[0].num_packets * in xhci_check_bw_table() 2519 bw_table->interval_bw[i].num_packets; in xhci_check_bw_table() 2639 (ep_bw->mult * ep_bw->num_packets * in xhci_get_ss_bw_consumed() 2641 return DIV_ROUND_UP(ep_bw->mult * ep_bw->num_packets * in xhci_get_ss_bw_consumed() 2686 interval_bw->num_packets -= ep_bw->num_packets; in xhci_drop_ep_from_interval_table() 2743 interval_bw->num_packets += ep_bw->num_packets; in xhci_add_ep_to_interval_table()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | debugfs.c | 1738 u64 num_packets = 0; in wil_tx_latency_debugfs_show() local 1745 num_packets += p->tx_latency_bins[bin]; in wil_tx_latency_debugfs_show() 1748 if (!num_packets) in wil_tx_latency_debugfs_show() 1750 do_div(tx_latency_avg, num_packets); in wil_tx_latency_debugfs_show()
|
| /linux/net/batman-adv/ |
| H A D | bat_iv_ogm.c | 443 u8 packet_num = forw_packet->num_packets; in batadv_iv_ogm_can_aggregate() 611 set_bit(forw_packet_aggr->num_packets, in batadv_iv_ogm_aggregate() 614 forw_packet_aggr->num_packets++; in batadv_iv_ogm_aggregate()
|
| H A D | send.c | 522 forw_packet->num_packets = 1; in batadv_forw_packet_alloc()
|
| H A D | types.h | 1962 u8 num_packets; member
|
| /linux/net/wireless/ |
| H A D | trace.h | 3709 TP_PROTO(struct net_device *netdev, const u8 *peer, u32 num_packets), 3710 TP_ARGS(netdev, peer, num_packets), 3714 __field(u32, num_packets) 3719 __entry->num_packets = num_packets; 3722 NETDEV_PR_ARG, __entry->peer, __entry->num_packets)
|
| H A D | nl80211.c | 21702 const u8 *peer, u32 num_packets, in cfg80211_cqm_txe_notify() argument 21711 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_PKTS, num_packets)) in cfg80211_cqm_txe_notify() 21729 const u8 *peer, u32 num_packets, gfp_t gfp) in cfg80211_cqm_pktloss_notify() argument 21733 trace_cfg80211_cqm_pktloss_notify(dev, peer, num_packets); in cfg80211_cqm_pktloss_notify() 21739 if (nla_put_u32(msg, NL80211_ATTR_CQM_PKT_LOSS_EVENT, num_packets)) in cfg80211_cqm_pktloss_notify()
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 4245 int num_packets = 0, total_bytes = 0; in ibmvnic_complete_tx() local 4267 num_packets++; in ibmvnic_complete_tx() 4316 netdev_tx_completed_queue(txq, num_packets, total_bytes); in ibmvnic_complete_tx()
|
| /linux/include/net/ |
| H A D | mac80211.h | 5688 void ieee80211_report_low_ack(struct ieee80211_sta *sta, u32 num_packets);
|