Searched refs:lmtext (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_io_generic.h | 102 roc_lmt_mov(void *out, const void *in, const uint32_t lmtext) in roc_lmt_mov() argument 105 PLT_SET_USED(lmtext); in roc_lmt_mov() 106 memset(out, 0, sizeof(__uint128_t) * (lmtext ? lmtext > 1 ? 4 : 3 : 2)); in roc_lmt_mov() 117 roc_lmt_mov_nv(void *out, const void *in, const uint32_t lmtext) in roc_lmt_mov_nv() argument 120 PLT_SET_USED(lmtext); in roc_lmt_mov_nv() 121 memset(out, 0, sizeof(__uint128_t) * (lmtext ? lmtext > 1 ? 4 : 3 : 2)); in roc_lmt_mov_nv()
|
| H A D | roc_io.h | 158 roc_lmt_mov(void *out, const void *in, const uint32_t lmtext) in roc_lmt_mov() argument 168 if (lmtext) in roc_lmt_mov() 185 roc_lmt_mov_nv(void *out, const void *in, const uint32_t lmtext) in roc_lmt_mov_nv() argument 195 if (lmtext) in roc_lmt_mov_nv()
|