• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/

Lines Matching defs:header

1373 	ncrcmd		p_phys;		/* 'phys' header bus address	*/
1413 ** The virtual address of the ccb containing this header.
1424 /* last DWORD of the header. */
1431 ** last DWORD of the CCB header since it is used for command
1432 ** completion (ncr_wakeup()). Doing so, we are sure that the header
1464 #define actualquirks phys.header.status[3]
1465 #define host_status phys.header.status[2]
1466 #define scsi_status phys.header.status[1]
1467 #define parity_status phys.header.status[0]
1469 #define actualquirks phys.header.status[0]
1470 #define host_status phys.header.status[1]
1471 #define scsi_status phys.header.status[2]
1472 #define parity_status phys.header.status[3]
1478 #define xerr_st header.scr_st[0]
1479 #define sync_st header.scr_st[1]
1480 #define nego_st header.scr_st[2]
1481 #define wide_st header.scr_st[3]
1499 ** This substructure contains the header with
1512 struct head header;
1536 ** It must be the first entry because it contains the header
1619 ** The global header.
1625 struct head header;
1731 struct timer_list timer; /* Timer handler link header */
2131 NADDR (header),
2160 NADDR (header.savep),
2166 NADDR (header.status),
2373 ** Copy TEMP register to LASTP in header.
2377 NADDR (header.lastp),
2400 ** Save host status to header.
2404 NADDR (header.status),
2406 ** and copy back the header to the ccb.
2416 NADDR (header),
2477 ** Copy TEMP register to SAVEP in header.
2481 NADDR (header.savep),
2489 ** Copy SAVEP in header to TEMP register.
2492 NADDR (header.savep),
2641 NADDR (header),
2795 ** || NADDR (header.cp),
2865 NADDR (header),
2870 NADDR (header.status),
3263 NADDR (header.lastp),
3264 NADDR (header.savep),
3270 NADDR (header.savep),
3278 NADDR (header.wlastp),
3279 NADDR (header.lastp),
3281 NADDR (header.wgoalp),
3282 NADDR (header.goalp),
3454 *p++ =NADDR (header.cp);
4297 cp->phys.header.wgoalp = cpu_to_scr(goalp);
4298 cp->phys.header.wlastp = cpu_to_scr(lastp);
4319 cp->phys.header.lastp = cpu_to_scr(lastp);
4320 cp->phys.header.goalp = cpu_to_scr(goalp);
4323 cp->phys.header.savep =
4326 cp->phys.header.savep= cpu_to_scr(lastp);
4332 cp->startp = cp->phys.header.savep;
4837 /* if (cp->phys.header.lastp != cp->phys.header.goalp) */
5791 ** Since the global header may be copied back to a CCB
6195 ** trust the global header.
6199 cp = np->header.cp;
6241 cp, np->header.cp,
6255 ncr_name (np), (u_long) np->header.cp);
6294 ** cp != np->header.cp means that the header of the CCB
6296 ** the global header area. That may happen if the device did
6299 if (cp != np->header.cp) {
6302 ncr_name (np), (u_long) cp, (u_long) np->header.cp);
6323 if (newtmp == scr_to_cpu(cp->phys.header.savep)) {
6468 cp->phys.header.savep = cp->startp;
6521 cp->phys.header.savep = startp;
6522 cp->phys.header.goalp = startp + 24;
6523 cp->phys.header.lastp = startp;
6524 cp->phys.header.wgoalp = startp + 24;
6525 cp->phys.header.wlastp = startp;
6613 cp = np->header.cp;
6627 BUG_ON(cp != np->header.cp);
6629 if (!cp || cp != np->header.cp)
7166 cp->phys.header.cp = cp;