Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/include/
Diochannel.h577 #define SIZEOF_CMDRSP (COVER(sizeof(struct uiscmdrsp), 64)) macro
580 2 * MIN_NUMSIGNALS * SIZEOF_CMDRSP, 4096)
/linux-4.4.14/drivers/staging/unisys/visornic/
Dvisornic_main.c195 struct uiscmdrsp cmdrsp[SIZEOF_CMDRSP];
868 memset(cmdrsp, 0, SIZEOF_CMDRSP); in visornic_xmit()
1024 cmdrsp = kmalloc(SIZEOF_CMDRSP, GFP_ATOMIC); in visornic_set_multi()
1839 devdata->cmdrsp_rcv = kmalloc(SIZEOF_CMDRSP, GFP_ATOMIC); in visornic_probe()
1844 devdata->xmit_cmdrsp = kmalloc(SIZEOF_CMDRSP, GFP_ATOMIC); in visornic_probe()