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 D0001-ffmpeg-5.1.4-rpi_24.patch10804 …int create_dst_bufs(struct mediabufs_ctl *const mbc, unsigned int n, struct qent_dst * const qes[])
10826 + qes[i]->base.index = cbuf.index + i;
11015 + struct qent_dst * qes[32];
11025 + if ((qes[qc] = qe_dst_new(mbc->this_wlm, mbc->dst->memtype)) == NULL)
11029 + if ((a = create_dst_bufs(mbc, n, qes)) < 0)
11033 + queue_put_free(mbc->dst, &qes[i]->base);
11043 + qe_dst_free(qes[i]);