Home
last modified time | relevance | path

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

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