Searched refs:atapi_cdb_length (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_sds_stp_packet_request.c145 U32 atapi_cdb_length; local
173 atapi_cdb_length =
176 memcpy(((U8 *)this_request->command_buffer+sizeof(U32)), atapi_cdb, atapi_cdb_length);
178 atapi_cdb_length =
179 MAX(atapi_cdb_length, stp_request->type.packet.device_preferred_cdb_length);
182 ((atapi_cdb_length % 4) == 0) ?
183 (atapi_cdb_length / 4) : ((atapi_cdb_length / 4) + 1);
228 U32 atapi_cdb_length = local
232 memcpy( ((U8 *)this_request->command_buffer+sizeof(U32)), atapi_cdb, atapi_cdb_length);
[all...]

Completed in 34 milliseconds