Searched refs:newwin (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Dmad_rmpp.c61 int newwin; member in struct:mad_rmpp_recv
126 ack->rmpp_hdr.paylen_newwin = cpu_to_be32(rmpp_recv->newwin);
303 rmpp_recv->newwin = 1;
486 (seg_num > rmpp_recv->newwin))
509 } else if (rmpp_recv->seg_num == rmpp_recv->newwin) {
510 rmpp_recv->newwin += window_size(agent);
559 rmpp_recv->newwin += window_size(agent);
639 struct ib_mad_recv_wc *mad_recv_wc, int newwin)
645 rmpp_recv->repwin = newwin;
654 int seg_num, newwin, re local
638 process_ds_ack(struct ib_mad_agent_private *agent, struct ib_mad_recv_wc *mad_recv_wc, int newwin) argument
849 int newwin = 1; local
[all...]
H A Dmad_priv.h144 int newwin; member in struct:ib_mad_send_wr_private
/linux-master/scripts/kconfig/lxdialog/
H A Dyesno.c46 dialog = newwin(height, width, y, x);
H A Dinputbox.c57 dialog = newwin(height, width, y, x);
H A Dtextbox.c201 dialog = newwin(height, width, y, x);
H A Dchecklist.c135 dialog = newwin(height, width, y, x);
H A Dmenubox.c190 dialog = newwin(height, width, y, x);
/linux-master/scripts/kconfig/
H A Dnconf.gui.c240 win = newwin(win_rows, total_width+4, y, x);
354 win = newwin(win_lines, win_cols, y, x);
555 win = newwin(win_lines, win_cols, y, x);
H A Dnconf.c1506 main_window = newwin(lines-2, columns-2, 2, 1);

Completed in 244 milliseconds