Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/include/
Diochannel.h86 #define MAX_CMND_SIZE 16 macro
192 u8 cmnd[MAX_CMND_SIZE]; /* the cdb for the command */
/linux-4.4.14/drivers/staging/unisys/visorhba/
Dvisorhba_main.c491 memcpy(cmdrsp->scsi.cmnd, cdb, MAX_CMND_SIZE); in visorhba_queue_command_lck()