BD_PER_PAGE
#define BD_PER_PAGE (LM_PAGE_SIZE/sizeof(tx_bd_t))
#define BD_PER_PAGE(bd_size) (LM_PAGE_SIZE/(bd_size))