Searched refs:widx (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/ntb/test/
H A Dntb_tool.c215 int widx; member in struct:tool_mw
805 tool_setup_mw(struct tool_ctx *tc, unsigned int pidx, unsigned int widx, argument
808 struct tool_mw *inmw = &tc->peers[pidx].inmws[widx];
846 rc = ntb_mw_set_trans(tc->dev, widx, inmw->dma_base, inmw->size);
872 tool_free_mw(struct tool_ctx *tc, int pidx, int widx) argument
874 struct tool_mw *inmw = &tc->peers[pidx].inmws[widx];
877 ntb_mw_clear_trans(tc->dev, widx);
906 sbuf_printf(sb, "\nInbound MW \t%d\n", inmw->widx);
939 tool_free_mw(tc, inmw->pidx, inmw->widx);
941 rc = tool_setup_mw(tc, inmw->pidx, inmw->widx, wsiz
989 int widx, pidx; local
1003 int widx, pidx, rc; local
1314 unsigned int pidx, sidx, widx; local
[all...]
/freebsd-13-stable/contrib/libevent/test/
H A Dbench.c76 ev_intptr_t idx = (ev_intptr_t) arg, widx = idx + 1; local
86 if (widx >= num_pipes)
87 widx -= num_pipes;
88 n = send(pipes[2 * widx + 1], "e", 1, 0);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dbench.c76 ev_intptr_t idx = (ev_intptr_t) arg, widx = idx + 1; local
86 if (widx >= num_pipes)
87 widx -= num_pipes;
88 n = send(pipes[2 * widx + 1], "e", 1, 0);
/freebsd-13-stable/sys/dev/e1000/
H A De1000_nvm.c608 u16 widx = 0; local
621 while (widx < words) {
650 e1000_shift_out_eec_bits(hw, (u16)((offset + widx) * 2),
654 while (widx < words) {
655 u16 word_out = data[widx];
658 widx++;
660 if ((((offset + widx) * 2) % nvm->page_size) == 0) {
691 u16 widx = 0; local
730 for (widx = 0; widx < 20
[all...]
/freebsd-13-stable/sys/dev/usb/serial/
H A Duftdi.c1841 uint16_t widx, wlength, woffset; local
1851 for (widx = 0; widx < wlength; widx++) {
1854 USETW(req.wIndex, widx + woffset);
1858 &eeio->data[widx]);
1871 uint16_t widx, wlength, woffset; local
1881 for (widx = 0; widx < wlength; widx
[all...]
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_control.c921 u_int widx, bidx, mask; local
926 while (0 != (widx = (u_char)*name++)) {
927 bidx = (widx & 15) << 1;
928 widx = widx >> 4;
929 if (widx >= sizeof(chclass)/sizeof(chclass[0]))
931 if (0 == ((chclass[widx] >> bidx) & mask))
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h843 uint64_t widx : 17; /**< PDB widx */ member in struct:cvmx_pko_mem_debug13::cvmx_pko_mem_debug13_cn30xx
849 uint64_t widx : 17;

Completed in 159 milliseconds