Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Diochannel.h125 #define MAX_CMND_SIZE 16 macro
272 u8 cmnd[MAX_CMND_SIZE]; /* the cdb for the command */
/linux-4.1.27/drivers/staging/unisys/virthba/
Dvirthba.c851 memcpy(cmdrsp->scsi.cmnd, cdb, MAX_CMND_SIZE); in virthba_queue_command_lck()