Searched defs:last_ixlp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_frame.c159 ixl1394_command_t *last_ixlp; /* last ixl in chain, */ local
232 last_ixlp = softc_p->ixlp;
241 last_ixlp->next_ixlp = (ixl1394_command_t *)new_ixl_sswp;
242 last_ixlp = (ixl1394_command_t *)new_ixl_sswp;
287 last_ixlp->next_ixlp =
289 last_ixlp =
312 last_ixlp->next_ixlp =
314 last_ixlp =
340 last_ixlp->next_ixlp = (ixl1394_command_t *)new_ixl_cbp;
341 last_ixlp
[all...]

Completed in 138 milliseconds