Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.c22 uint64_t rb; in bnxt_prandom_bytes() local
25 rb = rte_rand(); in bnxt_prandom_bytes()
27 memcpy(dest, &rb, 8); in bnxt_prandom_bytes()
31 memcpy(dest, &rb, len); in bnxt_prandom_bytes()
/dpdk/lib/eal/common/
H A Dmalloc_mp.c491 struct malloc_mp_req *rb = in handle_sync_response() local
509 rb_msg.len_param = sizeof(*rb); in handle_sync_response()
516 rb->t = REQ_TYPE_SYNC; in handle_sync_response()
517 rb->id = entry->user_req.id; in handle_sync_response()