Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/infiniband/
Dlinda.h171 #define LINDA_EAGER_BUFFER_ALIGN 2048 macro
Dlinda.c1098 if ( addr & ( LINDA_EAGER_BUFFER_ALIGN - 1 ) ) { in linda_post_recv()