Home
last modified time | relevance | path

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

/linux/drivers/soc/fsl/dpio/
H A Dqbman-portal.h212 void qbman_pull_desc_set_numframes(struct qbman_pull_desc *d, u8 numframes);
H A Dqbman-portal.c1034 * @numframes: number of frames to be set, must be between 1 and 16, inclusive
1036 void qbman_pull_desc_set_numframes(struct qbman_pull_desc *d, u8 numframes) in qbman_pull_desc_set_numframes() argument
1038 d->numf = numframes - 1; in qbman_pull_desc_set_numframes()