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

  /src/sys/dev/tc/
px.c 236 volatile struct stic_xcomm *sxc; local in function:px_intr
245 sxc = si->si_sxc;
276 if (sxc->sxc_tail != sxc->sxc_head && !sxc->sxc_busy)
289 if (sxc->sxc_tail != sxc->sxc_head) {
290 sxc->sxc_done[sxc->sxc_tail] = 0;
291 sxc->sxc_tail = PX_BUF_INC(sxc->sxc_tail)
362 volatile struct stic_xcomm *sxc; local in function:px_ioctl
    [all...]
px.c 236 volatile struct stic_xcomm *sxc; local in function:px_intr
245 sxc = si->si_sxc;
276 if (sxc->sxc_tail != sxc->sxc_head && !sxc->sxc_busy)
289 if (sxc->sxc_tail != sxc->sxc_head) {
290 sxc->sxc_done[sxc->sxc_tail] = 0;
291 sxc->sxc_tail = PX_BUF_INC(sxc->sxc_tail)
362 volatile struct stic_xcomm *sxc; local in function:px_ioctl
    [all...]
px.c 236 volatile struct stic_xcomm *sxc; local in function:px_intr
245 sxc = si->si_sxc;
276 if (sxc->sxc_tail != sxc->sxc_head && !sxc->sxc_busy)
289 if (sxc->sxc_tail != sxc->sxc_head) {
290 sxc->sxc_done[sxc->sxc_tail] = 0;
291 sxc->sxc_tail = PX_BUF_INC(sxc->sxc_tail)
362 volatile struct stic_xcomm *sxc; local in function:px_ioctl
    [all...]

Completed in 81 milliseconds