Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/infiniband/
Dlinda.h257 #define LINDA_EPB_UC_CHUNK_SIZE 64 macro
Dlinda.c1904 assert ( ( address % LINDA_EPB_UC_CHUNK_SIZE ) == 0 ); in linda_ib_epb_ram_xfer()
1905 assert ( ( len % LINDA_EPB_UC_CHUNK_SIZE ) == 0 ); in linda_ib_epb_ram_xfer()
1915 if ( ( address % LINDA_EPB_UC_CHUNK_SIZE ) == 0 ) { in linda_ib_epb_ram_xfer()
1957 if ( ( address % LINDA_EPB_UC_CHUNK_SIZE ) == 0 ) { in linda_ib_epb_ram_xfer()
2162 uint8_t verify[LINDA_EPB_UC_CHUNK_SIZE]; in linda_verify_uc_ram()