HomeSort by: relevance | last modified time | path
    Searched defs:quetag (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/newsmips/apbus/
spifireg.h 68 volatile uint32_t quetag; /* RW: Queue tag */ member in struct:spifi_reg
74 volatile uint32_t quetag; /* RW: Queue tag */ member in struct:spifi_reg::__anon1708
spifireg.h 68 volatile uint32_t quetag; /* RW: Queue tag */ member in struct:spifi_reg
74 volatile uint32_t quetag; /* RW: Queue tag */ member in struct:spifi_reg::__anon1708
  /src/sys/dev/ic/
mvsata.c 2661 (" erqqip=%d, quetag=%d\n", erqqip, xfer->c_slot));
2719 int erqqop, erpqip, erpqop, prev_erpqop, quetag, handled = 0, n; local
2784 quetag = CRPB_CHOSTQUETAG(le16toh(crpb->id));
2786 if ((aslots & __BIT(quetag)) == 0) {
2791 xfer = ata_queue_hwslot_to_xfer(chp, quetag);
2805 mvsata_dma_bufunload(mvport, quetag, ata_bio->flags);
2887 /* quetag freed by caller later */
mvsata.c 2661 (" erqqip=%d, quetag=%d\n", erqqip, xfer->c_slot));
2719 int erqqop, erpqip, erpqop, prev_erpqop, quetag, handled = 0, n; local
2784 quetag = CRPB_CHOSTQUETAG(le16toh(crpb->id));
2786 if ((aslots & __BIT(quetag)) == 0) {
2791 xfer = ata_queue_hwslot_to_xfer(chp, quetag);
2805 mvsata_dma_bufunload(mvport, quetag, ata_bio->flags);
2887 /* quetag freed by caller later */

Completed in 31 milliseconds