Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c201 uint32_t *cl = qb_cl(d); in qbman_eq_desc_set_no_orp()
213 uint32_t *cl = qb_cl(d); in qbman_eq_desc_set_response()
223 uint32_t *cl = qb_cl(d); in qbman_eq_desc_set_qd()
239 const uint32_t *cl = qb_cl(d); in qbman_swp_enqueue()
287 uint32_t *cl = qb_cl(d); in qbman_pull_desc_set_storage()
303 uint32_t *cl = qb_cl(d); in qbman_pull_desc_set_numframes()
312 uint32_t *cl = qb_cl(d); in qbman_pull_desc_set_token()
319 uint32_t *cl = qb_cl(d); in qbman_pull_desc_set_fq()
329 uint32_t *cl = qb_cl(d); in qbman_swp_pull()
379 p = qb_cl(dq); in qbman_swp_dqrr_next()
[all …]
H A Dqbman_portal.h168 #define qb_cl(d) (&(d)->dont_manipulate_directly[0]) macro