Home
last modified time | relevance | path

Searched refs:RX_ELS_SIZE (Results 1 – 3 of 3) 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.c1956 node = kzalloc(RX_ELS_SIZE, GFP_ATOMIC); in qla_enode_alloc()
H A Dqla_def.h4856 #define RX_ELS_SIZE (roundup(sizeof(struct enode) + ELS_MAX_PAYLOAD, SMP_CACHE_BYTES)) macro