| /linux/tools/testing/selftests/net/netfilter/packetdrill/ |
| H A D | conntrack_ack_loss_stall.pkt | 14 +0 < S 0:0(0) win 32792 <mss 1000> 16 +.01 < . 1:1(0) ack 1 win 65535 19 +0.0001 < P. 1:1461(1460) ack 1 win 257 20 +.0 > . 1:1(0) ack 1461 win 65535 21 +0.0001 < P. 1461:2921(1460) ack 1 win 257 22 +.0 > . 1:1(0) ack 2921 win 65535 23 +0.0001 < P. 2921:4381(1460) ack 1 win 257 24 +.0 > . 1:1(0) ack 4381 win 65535 25 +0.0001 < P. 4381:5841(1460) ack 1 win 257 26 +.0 > . 1:1(0) ack 5841 win 65535 [all …]
|
| H A D | conntrack_rst_invalid.pkt | 14 0.1 > S 0:0(0) win 65535 <mss 1460,sackOK,TS val 1 ecr 0,nop,wscale 8> 16 +0.1 < S. 1:1(0) ack 1 win 65535 <mss 1460> 18 +0 > . 1:1(0) ack 1 win 65535 19 +0 < . 1:1001(1000) ack 1 win 65535 20 +0 < . 1001:2001(1000) ack 1 win 65535 21 +0 < . 2001:3001(1000) ack 1 win 65535 23 +0 > . 1:1(0) ack 1001 win 65535 24 +0 > . 1:1(0) ack 2001 win 65535 25 +0 > . 1:1(0) ack 3001 win 65535 30 +0.0 < R 0:0(0) win 0 [all …]
|
| H A D | conntrack_inexact_rst.pkt | 25 0.1 > S 0:0(0) win 65535 <mss 1460,sackOK,TS val 1 ecr 0,nop,wscale 8> 27 +0.1 < S. 1:1(0) ack 1 win 65535 <mss 1460> 29 +0 > . 1:1(0) ack 1 win 65535 30 +0 < . 1:1001(1000) ack 1 win 65535 31 +0 < . 1001:2001(1000) ack 1 win 65535 32 +0 < . 2001:3001(1000) ack 1 win 65535 34 +0 > . 1:1(0) ack 1001 win 65535 35 +0 > . 1:1(0) ack 2001 win 65535 36 +0 > . 1:1(0) ack 3001 win 65535 40 +0.0 > P. 1:1001(1000) ack 3001 win 65535 [all …]
|
| H A D | conntrack_synack_old.pkt | 4 // 10.176.25.8.829 > 10.192.171.30.2049: Flags [S], seq 2375731741, win 29200, options [mss 1460,sa… 6 // 10.192.171.30.2049 > 10.176.25.8.829: Flags [S.], seq 145824453, ack 643160523, win 65535, optio… 8 // 10.192.171.30.2049 > 10.176.25.8.829: Flags [R.], seq 1, ack 1, win 65535, options [mss 8952,nop… 10 // 10.176.25.8.829 > 10.192.171.30.2049: Flags [S], seq 2375731741, win 29200, options [mss 1460,sa… 13 // 10.192.171.30.2049 > 10.176.25.8.829: Flags [S.], seq 162602410, ack 2375731742, win 65535, opti… 24 0.1 > S 0:0(0) win 65535 <mss 1460,sackOK,TS val 1 ecr 0,nop,wscale 8> 27 0.1 < S. 145824453:145824453(0) ack 643160523 win 240 <mss 1440,nop,nop,TS val 1 ecr 1,nop,wscale 0> 30 1.01 > S 0:0(0) win 65535 <mss 1460,sackOK,TS val 1015 ecr 0,nop,wscale 8> 34 +0 < S. 145758918:145758918(0) ack 1 win 250 <mss 1460,nop,nop,TS val 1 ecr 1,nop,wscale 0> 38 // script packet: 1.054007 . 1:1(0) ack 16777958 win 256 <nop,nop,TS val 1033 ecr 1> [all …]
|
| /linux/drivers/media/platform/ti/omap/ |
| H A D | omap_voutlib.c | 116 struct v4l2_window *win, struct v4l2_framebuffer *fbuf, in omap_vout_new_window() argument 126 win->w = new_win->w; in omap_vout_new_window() 127 win->field = new_win->field; in omap_vout_new_window() 128 win->chromakey = new_win->chromakey; in omap_vout_new_window() 133 if ((crop->height/win->w.height) >= 2) in omap_vout_new_window() 134 crop->height = win->w.height * 2; in omap_vout_new_window() 136 if ((crop->width/win->w.width) >= 2) in omap_vout_new_window() 137 crop->width = win->w.width * 2; in omap_vout_new_window() 144 if (crop->height != win->w.height) in omap_vout_new_window() 149 if ((crop->height/win->w.height) >= 4) in omap_vout_new_window() [all …]
|
| /linux/drivers/video/fbdev/ |
| H A D | s3c-fb.c | 60 #define OSD_BASE(win, variant) ((variant).osd + ((win) * (variant).osd_stride)) argument 61 #define VIDOSD_A(win, variant) (OSD_BASE(win, variant) + 0x00) argument 62 #define VIDOSD_B(win, variant) (OSD_BASE(win, variant) + 0x04) argument 63 #define VIDOSD_C(win, variant) (OSD_BASE(win, variant) + 0x08) argument 64 #define VIDOSD_D(win, variant) (OSD_BASE(win, variant) + 0x0C) argument 137 struct s3c_fb_win_variant *win[S3C_FB_MAX_WIN]; member 227 static bool s3c_fb_validate_win_bpp(struct s3c_fb_win *win, unsigned int bpp) in s3c_fb_validate_win_bpp() argument 229 return win->variant.valid_bpp & VALID_BPP(bpp); in s3c_fb_validate_win_bpp() 243 struct s3c_fb_win *win = info->par; in s3c_fb_check_var() local 244 struct s3c_fb *sfb = win->parent; in s3c_fb_check_var() [all …]
|
| /linux/drivers/bus/ |
| H A D | mvebu-mbus.c | 113 unsigned int (*win_cfg_offset)(const int win); 114 unsigned int (*win_remap_offset)(const int win); 188 const int win) in mvebu_mbus_window_is_remappable() argument 190 return mbus->soc->win_remap_offset(win) != MVEBU_MBUS_NO_REMAP; in mvebu_mbus_window_is_remappable() 198 int win, int *enabled, u64 *base, in mvebu_mbus_read_window() argument 203 mbus->soc->win_cfg_offset(win); in mvebu_mbus_read_window() 224 if (mvebu_mbus_window_is_remappable(mbus, win)) { in mvebu_mbus_read_window() 227 mbus->soc->win_remap_offset(win); in mvebu_mbus_read_window() 237 int win) in mvebu_mbus_disable_window() argument 241 addr = mbus->mbuswins_base + mbus->soc->win_cfg_offset(win); in mvebu_mbus_disable_window() [all …]
|
| /linux/scripts/kconfig/lxdialog/ |
| H A D | menubox.c | 53 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() argument 64 wattrset(win, dlg.menubox.atr); in do_print_item() 65 wmove(win, line_y, 0); in do_print_item() 66 wclrtoeol(win); in do_print_item() 67 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item() 68 mvwaddstr(win, line_y, item_x, menu_item); in do_print_item() 70 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item() 72 mvwaddch(win, line_y, item_x + j, menu_item[j]); in do_print_item() 75 wmove(win, line_y, item_x + 1); in do_print_item() 78 wrefresh(win); in do_print_item() [all …]
|
| H A D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 27 wattrset(win, dlg.menubox.atr); in print_item() 28 wmove(win, choice, 0); in print_item() 30 waddch(win, ' '); in print_item() 32 wmove(win, choice, check_x); in print_item() 33 wattrset(win, selected ? dlg.check_selected.atr in print_item() 36 wprintw(win, "(%c)", item_is_tag('X') ? 'X' : ' '); in print_item() 38 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item() 39 mvwaddch(win, choice, item_x, list_item[0]); in print_item() 40 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item() [all …]
|
| H A D | util.c | 202 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() argument 206 wattrset(win, attr); in attr_clear() 208 wmove(win, i, 0); in attr_clear() 210 waddch(win, ' '); in attr_clear() 212 touchwin(win); in attr_clear() 342 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() argument 352 wmove(win, y, (width - prompt_len) / 2); in print_autowrap() 353 waddstr(win, tempstr); in print_autowrap() 380 wmove(win, cur_y, cur_x); in print_autowrap() 381 waddstr(win, word); in print_autowrap() [all …]
|
| H A D | textbox.c | 84 static void print_line(WINDOW *win, int row, int width) in print_line() argument 90 wmove(win, row, 0); /* move cursor to correct line */ in print_line() 91 waddch(win, ' '); in print_line() 92 waddnstr(win, line, MIN(strlen(line), width - 2)); in print_line() 95 wclrtoeol(win); in print_line() 101 static void print_page(WINDOW *win, int height, int width) in print_page() argument 107 print_line(win, i, width); in print_page() 113 wnoutrefresh(win); in print_page() 119 static void print_position(WINDOW *win) in print_position() argument 123 wattrset(win, dlg.position_indicator.atr); in print_position() [all …]
|
| /linux/drivers/pci/controller/mobiveil/ |
| H A D | pcie-mobiveil.h | 29 #define PAB_REG_ADDR(offset, win) \ argument 30 (offset + (win * PAB_REG_BLOCK_SIZE)) 31 #define PAB_EXT_REG_ADDR(offset, win) \ argument 32 (offset + (win * PAB_EXT_REG_BLOCK_SIZE)) 69 #define PAB_AXI_AMAP_CTRL(win) PAB_REG_ADDR(0x0ba0, win) argument 75 #define PAB_EXT_AXI_AMAP_SIZE(win) PAB_EXT_REG_ADDR(0xbaf0, win) argument 77 #define PAB_EXT_AXI_AMAP_AXI_WIN(win) PAB_EXT_REG_ADDR(0x80a0, win) argument 78 #define PAB_AXI_AMAP_AXI_WIN(win) PAB_REG_ADDR(0x0ba4, win) argument 81 #define PAB_AXI_AMAP_PEX_WIN_L(win) PAB_REG_ADDR(0x0ba8, win) argument 86 #define PAB_AXI_AMAP_PEX_WIN_H(win) PAB_REG_ADDR(0x0bac, win) argument [all …]
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | vas.c | 73 static int h_allocate_vas_window(struct pseries_vas_window *win, u64 *domain, in h_allocate_vas_window() argument 88 if (win->win_addr == VAS_INVALID_WIN_ADDRESS) { in h_allocate_vas_window() 92 win->vas_win.winid = retbuf[0]; in h_allocate_vas_window() 93 win->win_addr = retbuf[1]; in h_allocate_vas_window() 94 win->complete_irq = retbuf[2]; in h_allocate_vas_window() 95 win->fault_irq = retbuf[3]; in h_allocate_vas_window() 131 static int h_modify_vas_window(struct pseries_vas_window *win) in h_modify_vas_window() argument 141 win->vas_win.winid, win->pid, 0, in h_modify_vas_window() 151 rc, win->vas_win.winid, win->pid); in h_modify_vas_window() 485 struct pseries_vas_window *win; in vas_paste_address() local [all …]
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 3945-rs.c | 117 il3945_clear_win(struct il3945_rate_scale_data *win) in il3945_clear_win() argument 119 win->data = 0; in il3945_clear_win() 120 win->success_counter = 0; in il3945_clear_win() 121 win->success_ratio = -1; in il3945_clear_win() 122 win->counter = 0; in il3945_clear_win() 123 win->average_tpt = IL_INVALID_VALUE; in il3945_clear_win() 124 win->stamp = 0; in il3945_clear_win() 148 if (!rs_sta->win[i].counter) in il3945_rate_scale_flush_wins() 152 if (time_after(jiffies, rs_sta->win[i].stamp + RATE_WIN_FLUSH)) { in il3945_rate_scale_flush_wins() 154 rs_sta->win[i].counter, i); in il3945_rate_scale_flush_wins() [all …]
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_rcv_big_endseq.pkt | 16 +0 < S 0:0(0) win 32792 <mss 1000,nop,wscale 7> 18 +.1 < . 1:1(0) ack 1 win 257 22 +0 < P. 1:4001(4000) ack 1 win 257 23 +0 > . 1:1(0) ack 4001 win 5000 26 +0 < P. 4001:54001(50000) ack 1 win 257 27 +0 > . 1:1(0) ack 4001 win 5000 30 +1 < P. 5001:55001(50000) ack 1 win 257 31 +0 > . 1:1(0) ack 4001 win 5000 34 +0 < P. 70001:80001(10000) ack 1 win 257 35 +0 > . 1:1(0) ack 4001 win 5000 [all …]
|
| H A D | tcp_slow_start_slow-start-ack-per-1pkt.pkt | 16 +.1 < S 0:0(0) win 32792 <mss 1000,sackOK,nop,nop,nop,wscale 7> 18 +.1 < . 1:1(0) ack 1 win 257 26 +.105 < . 1:1(0) ack 1001 win 257 29 +0 < . 1:1(0) ack 2001 win 257 32 +.005 < . 1:1(0) ack 3001 win 257 35 +0 < . 1:1(0) ack 4001 win 257 38 +.005 < . 1:1(0) ack 5001 win 257 41 +0 < . 1:1(0) ack 6001 win 257 44 +.005 < . 1:1(0) ack 7001 win 257 47 +0 < . 1:1(0) ack 8001 win 257 [all …]
|
| H A D | tcp_rcv_toobig.pkt | 16 +0 < S 0:0(0) win 32792 <mss 1000,nop,wscale 7> 17 +0 > S. 0:0(0) ack 1 win 18980 <mss 1460,nop,wscale 0> 18 +.1 < . 1:1(0) ack 1 win 257 22 +0 < P. 1:20001(20000) ack 1 win 257 23 +.04 > . 1:1(0) ack 20001 win 18000 26 +0 < P. 20001:80001(60000) ack 1 win 257 27 +0 > . 1:1(0) ack 20001 win 18000 31 +0 < P. 20001:80001(60000) ack 1 win 257 32 +0 > . 1:1(0) ack 80001 win 0
|
| H A D | tcp_ooo-before-and-after-accept.pkt | 16 +0 < S 0:0(0) win 65535 <mss 1000,nop,nop,sackOK,nop,wscale 7> 18 +.1 < . 1:1(0) ack 1 win 257 19 +0 < . 2001:41001(39000) ack 1 win 257 21 +0 < . 41001:101001(60000) ack 1 win 257 23 +0 < . 1:1001(1000) ack 1 win 257 25 +0 < . 1001:2001(1000) ack 1 win 257 41 +0 < S 0:0(0) win 65535 <mss 1000,nop,nop,sackOK,nop,wscale 7> 43 +.1 < . 1:1(0) ack 1 win 257 47 +0 < . 2001:41001(39000) ack 1 win 257 49 +0 < . 41001:101001(60000) ack 1 win 257
|
| H A D | tcp_dsack_mult.pkt | 14 +0 < S 0:0(0) win 32792 <mss 1000,sackOK,nop,nop,nop,wscale 7> 16 +.1 < . 1:1(0) ack 1 win 1024 20 +0 < P. 1001:2001(1000) ack 1 win 1024 24 +0 < P. 2001:3001(1000) ack 1 win 1024 28 +0 < P. 4001:5001(1000) ack 1 win 1024 32 +0 < P. 7001:8001(1000) ack 1 win 1024 36 +0 < P. 1:6001(6000) ack 1 win 1024 40 +0 < P. 6001:8001(2000) ack 1 win 1024 44 +0 < P. 1:1001(1000) ack 1 win 1024
|
| H A D | tcp_slow_start_slow-start-app-limited.pkt | 13 +.1 < S 0:0(0) win 32792 <mss 1000,sackOK,nop,nop,nop,wscale 7> 15 +.1 < . 1:1(0) ack 1 win 257 23 +.105 < . 1:1(0) ack 2001 win 257 26 +.005 < . 1:1(0) ack 4001 win 257 29 +.005 < . 1:1(0) ack 6001 win 257 32 +.005 < . 1:1(0) ack 8001 win 257 35 +.005 < . 1:1(0) ack 10001 win 257
|
| H A D | tcp_slow_start_slow-start-app-limited-9-packets-out.pkt | 15 +.1 < S 0:0(0) win 32792 <mss 1000,sackOK,nop,nop,nop,wscale 7> 17 +.1 < . 1:1(0) ack 1 win 257 25 +.105 < . 1:1(0) ack 2001 win 257 28 +.005 < . 1:1(0) ack 4001 win 257 31 +.005 < . 1:1(0) ack 6001 win 257 34 +.005 < . 1:1(0) ack 8001 win 257 37 +.005 < . 1:1(0) ack 9001 win 257
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.c | 150 static void vop2_win_disable(struct vop2_win *win) in vop2_win_disable() argument 152 vop2_win_write(win, VOP2_WIN_ENABLE, 0); in vop2_win_disable() 154 if (vop2_cluster_window(win)) in vop2_win_disable() 155 vop2_win_write(win, VOP2_WIN_CLUSTER_ENABLE, 0); in vop2_win_disable() 387 struct vop2_win *win = to_vop2_win(plane); in rockchip_vop2_mod_supported() local 388 struct vop2 *vop2 = win->vop2; in rockchip_vop2_mod_supported() 394 if (vop2_cluster_window(win)) { in rockchip_vop2_mod_supported() 521 static int vop2_get_cluster_lb_mode(struct vop2_win *win, in vop2_get_cluster_lb_mode() argument 561 static void vop2_setup_scale(struct vop2 *vop2, const struct vop2_win *win, in vop2_setup_scale() argument 601 if (!(win->data->feature & WIN_FEATURE_AFBDC)) { in vop2_setup_scale() [all …]
|
| /linux/arch/sparc/kernel/ |
| H A D | kgdb_32.c | 21 struct reg_window32 *win; in pt_regs_to_gdb_regs() local 28 win = (struct reg_window32 *) regs->u_regs[UREG_FP]; in pt_regs_to_gdb_regs() 30 gdb_regs[GDB_L0 + i] = win->locals[i]; in pt_regs_to_gdb_regs() 32 gdb_regs[GDB_I0 + i] = win->ins[i]; in pt_regs_to_gdb_regs() 50 struct reg_window32 *win; in sleeping_thread_to_gdb_regs() local 62 win = (struct reg_window32 *) t->ksp; in sleeping_thread_to_gdb_regs() 64 gdb_regs[GDB_L0 + i] = win->locals[i]; in sleeping_thread_to_gdb_regs() 66 gdb_regs[GDB_I0 + i] = win->ins[i]; in sleeping_thread_to_gdb_regs() 84 struct reg_window32 *win; in gdb_regs_to_pt_regs() local 103 win = (struct reg_window32 *) regs->u_regs[UREG_FP]; in gdb_regs_to_pt_regs() [all …]
|
| H A D | kgdb_64.c | 21 struct reg_window *win; in pt_regs_to_gdb_regs() local 28 win = (struct reg_window *) (regs->u_regs[UREG_FP] + STACK_BIAS); in pt_regs_to_gdb_regs() 30 gdb_regs[GDB_L0 + i] = win->locals[i]; in pt_regs_to_gdb_regs() 32 gdb_regs[GDB_I0 + i] = win->ins[i]; in pt_regs_to_gdb_regs() 50 struct reg_window *win; in sleeping_thread_to_gdb_regs() local 63 win = (struct reg_window *) (t->ksp + STACK_BIAS); in sleeping_thread_to_gdb_regs() 65 gdb_regs[GDB_L0 + i] = win->locals[i]; in sleeping_thread_to_gdb_regs() 67 gdb_regs[GDB_I0 + i] = win->ins[i]; in sleeping_thread_to_gdb_regs() 90 struct reg_window *win; in gdb_regs_to_pt_regs() local 109 win = (struct reg_window *) (regs->u_regs[UREG_FP] + STACK_BIAS); in gdb_regs_to_pt_regs() [all …]
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | vas.h | 425 extern void vas_window_init_dbgdir(struct pnv_vas_window *win); 426 extern void vas_window_free_dbgdir(struct pnv_vas_window *win); 441 static inline void vas_log_write(struct pnv_vas_window *win, char *name, in vas_log_write() argument 446 win->tx_win ? "Tx" : "Rx", win->vas_win.winid, in vas_log_write() 450 static inline void write_uwc_reg(struct pnv_vas_window *win, char *name, in write_uwc_reg() argument 455 regptr = win->uwc_map + reg; in write_uwc_reg() 456 vas_log_write(win, name, regptr, val); in write_uwc_reg() 461 static inline void write_hvwc_reg(struct pnv_vas_window *win, char *name, in write_hvwc_reg() argument 466 regptr = win->hvwc_map + reg; in write_hvwc_reg() 467 vas_log_write(win, name, regptr, val); in write_hvwc_reg() [all …]
|