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

/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1670 * We keep track in 'last_cp' of the last CCB that has been
1671 * queued to the SCRIPTS processor and clear 'last_cp' when
1672 * this CCB completes. If last_cp is not zero at the moment
1673 * we queue a new CCB, we set a flag in 'last_cp' that is
1682 ccb_p last_cp; member in struct:sym_hcb
2891 if (np->last_cp && np->iarb_count < np->iarb_max) {
2892 np->last_cp->host_flags |= HF_HINT_IARB;
2897 np->last_cp = cp;
4665 if (np->last_cp)
4666 np->last_cp
[all...]

Completed in 117 milliseconds