Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.h133 #define RX_ELS_SIZE (roundup(sizeof(struct enode) + ELS_MAX_PAYLOAD, SMP_CACHE_BYTES)) macro
H A Dqla_edif.c1957 node = kzalloc(RX_ELS_SIZE, GFP_ATOMIC); in qla_enode_alloc()