Home
last modified time | relevance | path

Searched refs:sym_remque_head (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_misc.c113 while ((qp = sym_remque_head(&qtmp)) != 0) { in sym_walk_ccb_tmo_list()
Dsym_misc.h197 static __inline struct sym_quehead *sym_remque_head(struct sym_quehead *head) in sym_remque_head() function
Dsym_hipd.c1627 qp = sym_remque_head(&lp->waiting_ccbq);
2992 while ((qp = sym_remque_head(&np->comp_ccbq)) != 0) {
3233 while ((qp = sym_remque_head(&qtmp)) != 0) {
4716 qp = sym_remque_head(&np->free_ccbq);
5985 while ((qp = sym_remque_head(&np->free_ccbq)) != 0) {
Dsym_glue.c962 while ((ucp = (ucmd_p) sym_remque_head(&tmp_cmdq)) != 0) { in sym_requeue_awaiting_cmds()