Searched refs:fqid_rx (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c152 u32 fqid_rx, fqid_tx; member in struct:hp_handler
369 qman_release_fqid(handler->fqid_rx);
387 num_cachelines(offsetof(struct hp_handler, fqid_rx))
405 err = qman_create_fq(handler->fqid_rx, 0, &handler->rx);
462 hp_cpu->iterator->fqid_rx = fqid;
477 /* Fix up the first handler (fqid_rx==0, rx_mixer=0xdeadbeef) */
480 if (handler->fqid_rx != 0 || handler->rx_mixer != 0xdeadbeef)
482 handler->fqid_rx = fqid;

Completed in 128 milliseconds