Home | History | Annotate | Download | only in pci

Lines Matching refs:rqt

2388  * A Receive Queue Table (RQT) is the indirection table that maps packets to
2392 * which doesn't require an RQT.
2395 * queue or an RQT, and in the latter case, specifies the set of fields
2417 * pointing to either the first rx queue or the RQT containing all the rx
5466 mcx_create_rqt(struct mcx_softc *sc, int size, int *rqns, int *rqt)
5490 printf("%s: unable to allocate create rqt mailbox\n",
5499 /* rqt list follows the rqt context */
5509 printf("%s: create rqt timeout\n", DEVNAME(sc));
5513 printf("%s: create rqt command corrupt\n", DEVNAME(sc));
5519 printf("%s: create rqt failed (%x, %x)\n", DEVNAME(sc),
5525 *rqt = mcx_get_id(out->cmd_rqtn);
5533 mcx_destroy_rqt(struct mcx_softc *sc, int rqt)
5548 in->cmd_rqtn = htobe32(rqt);
5553 printf("%s: destroy rqt timeout\n", DEVNAME(sc));
5557 printf("%s: destroy rqt command corrupt\n", DEVNAME(sc));
5563 printf("%s: destroy rqt failed (%x, %x)\n", DEVNAME(sc),
7443 * the RQT can be any size as long as it's a power of two.