Home
last modified time | relevance | path

Searched refs:hccb (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/buslogic/
H A Dbt.c919 struct bt_hccb *hccb; in btaction() local
932 hccb = &bccb->hccb; in btaction()
946 hccb->btstat = 0; in btaction()
947 hccb->sdstat = 0; in btaction()
959 if (hccb->cmd_len > sizeof(hccb->scsi_cdb)) { in btaction()
972 hccb->tag_type = 0; in btaction()
977 hccb->scsi_cdb, hccb->cmd_len); in btaction()
987 hccb->scsi_cdb, hccb->cmd_len); in btaction()
1064 hccb->datain = TRUE; in btaction()
1066 hccb->cmd_len = 0; in btaction()
[all …]
H A Dbtreg.h556 struct bt_hccb hccb; member