Home
last modified time | relevance | path

Searched refs:qes (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunqe.h316 struct sunqe *qes[4]; /* Each child MACE */ member
H A Dsunqe.c478 struct sunqe *qep = qecp->qes[channel]; in qec_interrupt()
863 qecp->qes[qe->channel] = qe; in qec_ether_init()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch57354 …int create_dst_bufs(struct mediabufs_ctl *const mbc, unsigned int n, struct qent_dst * const qes[])
57376 + qes[i]->base.index = cbuf.index + i;
57469 + struct qent_dst * qes[32];
57477 + if ((qes[qc] = qe_dst_new(mbc->this_wlm)) == NULL)
57481 + if ((a = create_dst_bufs(mbc, n, qes)) < 0)
57485 + queue_put_free(mbc->dst, &qes[i]->base);
57495 + qe_dst_free(qes[i]);