Searched refs:window (Results 176 - 186 of 186) sorted by relevance

12345678

/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh632 # spi 0x07 mode transport reqid 0x07 replay-window 32 \
667 mode transport reqid 0x07 replay-window 32 \
722 # spi 0x07 mode transport reqid 0x07 replay-window 32 \
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c669 .window = frame_limit,
996 .window = cfg->frame_limit,
3272 * Only reconfig the SCD for the queue if the window size has
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c829 * with updated values like tcp seq, ack, window etc.
901 /* update receive window */
2009 ntohs(th->window),
/linux-master/drivers/md/
H A Dmd.c8840 unsigned int currspeed = 0, window; local
9032 window = 32 * (PAGE_SIZE / 512);
9033 pr_debug("md: using %dk window, over a total of %lluk.\n",
9034 window/2, (unsigned long long)max_sectors/2);
9120 if (last_check + window > io_sectors || j == max_sectors)
/linux-master/net/ipv6/
H A Dtcp_ipv6.c914 t1->window = htons(win);
1272 * The window field (SEG.WND) of every outgoing segment, with the
/linux-master/fs/nfsd/
H A Dnfs4xdr.c1541 u32 count, window, num_gss_handles; local
1567 if (xdr_stream_decode_u32(argp->xdr, &window) < 0)
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c487 * t4_memory_rw_init - Get memory window relative offset, base, and size.
493 * @mem_aperture: configured memory window aperture.
495 * Get the configured memory window's relative offset, base, and size.
520 /* Each PCI-E Memory Window is programmed with a window size -- or
523 * how to use the specified window. The window is also programmed
544 * t4_memory_update_win - Move memory window to specified address.
549 * Move memory window to specified address.
598 * t4_memory_rw - read/write EDC 0, EDC 1 or MC via PCIE memory window
701 /* If we've reached the end of our current window apertur
812 t4_setup_memwin(struct adapter *adap, u32 memwin_base, u32 window) argument
[all...]
/linux-master/net/bluetooth/
H A Dhci_event.c1010 hdev->page_scan_window = __le16_to_cpu(rp->window);
1032 hdev->page_scan_window = __le16_to_cpu(sent->window);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1158 tcp->window = cqe->lro.tcp_win;
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py2575 window = '(%f - %f)' % (self.start, line.time)
2581 ' '+window+', ignoring this callback')
5120 ' var sh = window.outerWidth / 2;\n'\
5140 ' var idx = 7*window.innerWidth/1100;\n'\
5354 ' var win = window.open();\n'\
5368 ' var win = window.open();\n'\
5388 ' var win = window.open();\n'\
5418 ' window.addEventListener("resize", function () {zoomTimeline();});\n'\
5419 ' window.addEventListener("load", function () {\n'\
/linux-master/scripts/
H A Dcheckpatch.pl92 --emacs emacs compile window format

Completed in 452 milliseconds

12345678