Searched refs:lmt_ptr (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/octeontx2/
H A Dnix.c479 u64 *lmt_ptr = lmt_store_ptr(nix); local
482 debug("%s lmt_ptr %p %p\n", __func__, nix->lmt_base, lmt_ptr);
484 debug("%s data %llx lmt_ptr %p\n", __func__, ptr[i],
485 lmt_ptr + i);
486 lmt_ptr[i] = ptr[i];

Completed in 91 milliseconds