Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/unisys/include/
Diochannel.h564 #define SIZEOF_CMDRSP (64 * DIV_ROUND_UP(sizeof(struct uiscmdrsp), 64)) macro
/Linux-v5.10/drivers/staging/unisys/visornic/
Dvisornic_main.c188 struct uiscmdrsp cmdrsp[SIZEOF_CMDRSP];
906 memset(cmdrsp, 0, SIZEOF_CMDRSP); in visornic_xmit()
1056 cmdrsp = kmalloc(SIZEOF_CMDRSP, GFP_ATOMIC); in visornic_set_multi()
1865 devdata->cmdrsp_rcv = kmalloc(SIZEOF_CMDRSP, GFP_KERNEL); in visornic_probe()
1870 devdata->xmit_cmdrsp = kmalloc(SIZEOF_CMDRSP, GFP_KERNEL); in visornic_probe()