HomeSort by: relevance | last modified time | path
    Searched refs:ccb_hdr (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
cacvar.h 81 struct cac_hdr ccb_hdr; member in struct:cac_ccb
cac.c 351 ccb->ccb_hdr.drive = drive;
352 ccb->ccb_hdr.priority = 0;
353 ccb->ccb_hdr.size = htole16((sizeof(struct cac_req) +
aic7xxx.c 6217 struct ccb_hdr *ccbh;
7075 struct ccb_hdr *ccbh;
aic79xx.c 8199 struct ccb_hdr *ccbh;
9441 struct ccb_hdr *ccbh;
  /src/sys/dev/eisa/
cac_eisa.c 248 * On these boards, `ccb_hdr.size' is actually for control flags.
251 size = le16toh(ccb->ccb_hdr.size) << 2;
252 ccb->ccb_hdr.size = 0;

Completed in 46 milliseconds