HomeSort by: relevance | last modified time | path
    Searched defs:sxi (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/tc/
px.c 364 struct stic_xinfo *sxi; local in function:px_ioctl
404 sxi = (struct stic_xinfo *)data;
405 sxi->sxi_unit = si->si_unit;
406 sxi->sxi_stampw = si->si_stampw;
407 sxi->sxi_stamph = si->si_stamph;
408 sxi->sxi_buf_size = si->si_buf_size;
409 sxi->sxi_buf_phys = (u_int)si->si_buf_phys;
410 sxi->sxi_buf_pktoff = STIC_XCOMM_SIZE;
411 sxi->sxi_buf_pktcnt = PX_BUF_COUNT;
412 sxi->sxi_buf_imgoff
    [all...]
pxg.c 354 struct stic_xinfo *sxi; local in function:pxg_ioctl
389 sxi = (struct stic_xinfo *)data;
390 sxi->sxi_unit = si->si_unit;
391 sxi->sxi_stampw = si->si_stampw;
392 sxi->sxi_stamph = si->si_stamph;
393 sxi->sxi_buf_size = si->si_buf_size;
394 sxi->sxi_buf_phys = 0;
395 sxi->sxi_buf_pktoff = STIC_XCOMM_SIZE;
396 sxi->sxi_buf_pktcnt = 2;
397 sxi->sxi_buf_imgoff = STIC_XCOMM_SIZE + STIC_PACKET_SIZE * 2
    [all...]
  /src/sys/arch/sparc/dev/
cgfourteen.c 173 * sxi(OPCODE, srcA, srcB, dest, count)
175 #define sxi(inst, a, b, d, cnt) \ macro
1379 sxi(SX_ROPB, 8, 8, 40, 0);
1385 sxi(SX_ROP, reg, reg, reg + 32, cnt - 1);
1390 sxi(SX_ROPB, reg, 7, reg + 32, 0);

Completed in 14 milliseconds