HomeSort by: relevance | last modified time | path
    Searched refs:mvsata_crqb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
mvsatavar.h 49 union mvsata_crqb { union
78 union mvsata_crqb *port_crqb; /* EDMA Command Request Block */
mvsata.c 890 const int crqb_size = sizeof(union mvsata_crqb) * MVSATA_EDMAQ_LEN;
2701 erqqip * sizeof(union mvsata_crqb),
2702 sizeof(union mvsata_crqb), BUS_DMASYNC_PREWRITE);
2730 const int s = sizeof(union mvsata_crqb);
2874 sizeof(union mvsata_crqb) * MVSATA_EDMAQ_LEN, BUS_DMASYNC_PREWRITE);
2900 sizeof(union mvsata_crqb) * MVSATA_EDMAQ_LEN,
2994 const int crqbq_size = sizeof(union mvsata_crqb) * MVSATA_EDMAQ_LEN;
3838 MVSATA_DEBUG_PRINT(crqb, sizeof(union mvsata_crqb),

Completed in 18 milliseconds