| /Linux-v5.15/net/dccp/ |
| D | ackvec.c | 196 static void dccp_ackvec_add_new(struct dccp_ackvec *av, u32 num_packets, in dccp_ackvec_add_new() argument 199 u32 num_cells = num_packets; in dccp_ackvec_add_new() 201 if (num_packets > DCCPAV_BURST_THRESH) { in dccp_ackvec_add_new() 202 u32 lost_packets = num_packets - 1; in dccp_ackvec_add_new() 217 for (num_packets = num_cells = 1; lost_packets; ++num_cells) { in dccp_ackvec_add_new() 232 av->av_buf_head = __ackvec_idx_sub(av->av_buf_head, num_packets); in dccp_ackvec_add_new() 239 if (num_packets > 1) in dccp_ackvec_add_new() 240 dccp_ackvec_reserve_seats(av, num_packets - 1); in dccp_ackvec_add_new() 258 s64 num_packets = dccp_delta_seqno(av->av_buf_ackno, seqno); in dccp_ackvec_input() local 261 if (num_packets == 1 && in dccp_ackvec_input() [all …]
|
| /Linux-v5.15/drivers/platform/x86/dell/ |
| D | dell_rbu.c | 59 unsigned long num_packets; member 89 rbu_data.num_packets = 0; in init_packet_head() 182 ++rbu_data.num_packets; in create_packet() 289 if (0 == rbu_data.num_packets) in packet_read_list() 333 rbu_data.num_packets = 0; in packet_empty_list() 433 if (rbu_data.num_packets == 0) { in read_packet_data()
|
| /Linux-v5.15/tools/perf/bench/ |
| D | sched-messaging.c | 47 unsigned int num_packets; member 121 for (i = 0; i < ctx->num_packets; i++) { in receiver() 215 ctx->num_packets = num_fds * nr_loops; in group()
|
| /Linux-v5.15/drivers/net/wireless/ti/wlcore/ |
| 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-v5.15/drivers/media/usb/em28xx/ |
| D | em28xx-core.c | 942 usb_bufs->num_packets = 0; in em28xx_alloc_urbs() 944 usb_bufs->num_packets = packet_multiplier; in em28xx_alloc_urbs() 952 urb = usb_alloc_urb(usb_bufs->num_packets, GFP_KERNEL); in em28xx_alloc_urbs() 986 for (j = 0; j < usb_bufs->num_packets; j++) { in em28xx_alloc_urbs() 994 urb->number_of_packets = usb_bufs->num_packets; in em28xx_alloc_urbs()
|
| D | em28xx-dvb.c | 150 int xfer_bulk, num_packets, i; in em28xx_dvb_urb_data_copy() local 164 num_packets = 1; in em28xx_dvb_urb_data_copy() 166 num_packets = urb->number_of_packets; in em28xx_dvb_urb_data_copy() 168 for (i = 0; i < num_packets; i++) { in em28xx_dvb_urb_data_copy()
|
| D | em28xx.h | 232 int num_packets; member
|
| D | em28xx-video.c | 791 int xfer_bulk, num_packets, i; in em28xx_urb_data_copy() local 807 num_packets = 1; in em28xx_urb_data_copy() 809 num_packets = urb->number_of_packets; in em28xx_urb_data_copy() 811 for (i = 0; i < num_packets; i++) { in em28xx_urb_data_copy()
|
| /Linux-v5.15/drivers/usb/atm/ |
| D | usbatm.c | 1017 unsigned int maxpacket, num_packets; in usbatm_usb_probe() local 1101 num_packets = max(1U, (rcv_buf_bytes + maxpacket / 2) / maxpacket); /* round */ in usbatm_usb_probe() 1103 if (num_packets * maxpacket > UDSL_MAX_BUF_SIZE) in usbatm_usb_probe() 1104 num_packets--; in usbatm_usb_probe() 1106 instance->rx_channel.buf_size = num_packets * maxpacket; in usbatm_usb_probe()
|
| /Linux-v5.15/drivers/firewire/ |
| D | net.c | 1112 unsigned num_packets; in fwnet_broadcast_start() local 1123 num_packets = (FWNET_ISO_PAGE_COUNT * PAGE_SIZE) / max_receive; in fwnet_broadcast_start() 1125 ptrptr = kmalloc_array(num_packets, sizeof(void *), GFP_KERNEL); in fwnet_broadcast_start() 1153 for (v = 0; v < num_packets / FWNET_ISO_PAGE_COUNT; v++) in fwnet_broadcast_start() 1166 for (u = 0; u < num_packets; u++) { in fwnet_broadcast_start() 1174 dev->num_broadcast_rcv_ptrs = num_packets; in fwnet_broadcast_start()
|
| /Linux-v5.15/drivers/usb/dwc2/ |
| D | hcd_ddma.c | 701 int num_packets; in dwc2_fill_host_dma_desc() local 704 num_packets = (len + chan->max_packet - 1) in dwc2_fill_host_dma_desc() 708 num_packets = 1; in dwc2_fill_host_dma_desc() 711 len = num_packets * chan->max_packet; in dwc2_fill_host_dma_desc()
|
| D | hcd.c | 1232 u16 num_packets; in dwc2_hc_start_transfer() local 1256 num_packets = 1; in dwc2_hc_start_transfer() 1309 num_packets = (chan->xfer_len + chan->max_packet - 1) / in dwc2_hc_start_transfer() 1311 if (num_packets > max_hc_pkt_count) { in dwc2_hc_start_transfer() 1312 num_packets = max_hc_pkt_count; in dwc2_hc_start_transfer() 1313 chan->xfer_len = num_packets * chan->max_packet; in dwc2_hc_start_transfer() 1321 chan->xfer_len = num_packets * chan->max_packet; in dwc2_hc_start_transfer() 1325 num_packets = 1; in dwc2_hc_start_transfer() 1334 chan->multi_count = num_packets; in dwc2_hc_start_transfer() 1346 chan->start_pkt_count = num_packets; in dwc2_hc_start_transfer() [all …]
|
| /Linux-v5.15/drivers/media/platform/sti/c8sectpfe/ |
| D | c8sectpfe-core.c | 85 int pos, num_packets, n, size; in channel_swdemux_tsklet() local 103 num_packets = size / PACKET_SIZE; in channel_swdemux_tsklet() 115 channel->tsin_id, channel, num_packets, buf, pos, rp, wp); in channel_swdemux_tsklet() 117 for (n = 0; n < num_packets; n++) { in channel_swdemux_tsklet()
|
| /Linux-v5.15/drivers/usb/host/ |
| D | xhci.c | 2479 bw_table->interval_bw[0].num_packets * in xhci_check_bw_table() 2493 bw_table->interval_bw[i].num_packets; in xhci_check_bw_table() 2615 (ep_bw->mult * ep_bw->num_packets * in xhci_get_ss_bw_consumed() 2617 return DIV_ROUND_UP(ep_bw->mult * ep_bw->num_packets * in xhci_get_ss_bw_consumed() 2662 interval_bw->num_packets -= ep_bw->num_packets; in xhci_drop_ep_from_interval_table() 2722 interval_bw->num_packets += ep_bw->num_packets; in xhci_add_ep_to_interval_table()
|
| D | xhci.h | 873 unsigned int num_packets; member 981 unsigned int num_packets; member
|
| D | xhci-mem.c | 1538 bw_info->num_packets = 0; in xhci_clear_endpoint_bw_info() 1587 bw_info->num_packets = CTX_TO_MAX_BURST( in xhci_update_bw_info()
|
| /Linux-v5.15/drivers/isdn/hardware/mISDN/ |
| D | hfcsusb.c | 937 void *buf, int num_packets, int packet_size, int interval, in fill_isoc_urb() argument 942 usb_fill_bulk_urb(urb, dev, pipe, buf, packet_size * num_packets, in fill_isoc_urb() 945 urb->number_of_packets = num_packets; in fill_isoc_urb() 950 for (k = 0; k < num_packets; k++) { in fill_isoc_urb()
|
| /Linux-v5.15/drivers/net/wireless/ath/wil6210/ |
| D | debugfs.c | 1757 u64 num_packets = 0; in wil_tx_latency_debugfs_show() local 1764 num_packets += p->tx_latency_bins[bin]; in wil_tx_latency_debugfs_show() 1767 if (!num_packets) in wil_tx_latency_debugfs_show() 1769 do_div(tx_latency_avg, num_packets); in wil_tx_latency_debugfs_show()
|
| /Linux-v5.15/net/mac80211/ |
| D | status.c | 1262 void ieee80211_report_low_ack(struct ieee80211_sta *pubsta, u32 num_packets) in ieee80211_report_low_ack() argument 1266 num_packets, GFP_ATOMIC); in ieee80211_report_low_ack()
|
| /Linux-v5.15/net/batman-adv/ |
| D | send.c | 535 forw_packet->num_packets = 0; in batadv_forw_packet_alloc()
|
| D | types.h | 2133 u8 num_packets; member
|
| D | bat_iv_ogm.c | 600 forw_packet_aggr->num_packets++; in batadv_iv_ogm_aggregate() 604 new_direct_link_flag = BIT(forw_packet_aggr->num_packets); in batadv_iv_ogm_aggregate()
|
| /Linux-v5.15/net/wireless/ |
| D | trace.h | 3118 TP_PROTO(struct net_device *netdev, const u8 *peer, u32 num_packets), 3119 TP_ARGS(netdev, peer, num_packets), 3123 __field(u32, num_packets) 3128 __entry->num_packets = num_packets; 3131 NETDEV_PR_ARG, MAC_PR_ARG(peer), __entry->num_packets)
|
| /Linux-v5.15/include/net/ |
| D | cfg80211.h | 7493 const u8 *peer, u32 num_packets, gfp_t gfp); 7508 u32 num_packets, u32 rate, u32 intvl, gfp_t gfp);
|
| /Linux-v5.15/drivers/net/ethernet/ibm/ |
| D | ibmvnic.c | 3415 int num_packets = 0; in ibmvnic_complete_tx() local 3428 num_packets++; in ibmvnic_complete_tx() 3453 netdev_tx_completed_queue(txq, num_packets, total_bytes); in ibmvnic_complete_tx()
|