Home
last modified time | relevance | path

Searched defs:targbh_cmd_desc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/bus/cam/scsi/
H A Dscsi_targ_bh.c97 struct targbh_cmd_desc { struct
98 struct ccb_accept_tio* atio_link;
99 u_int data_resid; /* How much left to transfer */
100 u_int data_increment;/* Amount to send before next disconnect */
101 void* data; /* The data. Can be from backing_store or not */
102 void* backing_store;/* Backing store allocated for this descriptor*/
103 u_int max_size; /* Size of backing_store */
104 u_int32_t timeout;
105 u_int8_t status; /* Status to return to initiator */