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

  /src/sys/dev/pci/
amrvar.h 39 #define AMR_SGL_SIZE (sizeof(struct amr_sgentry) * AMR_MAX_SEGS)
73 struct amr_sgentry *amr_sgls;
amrreg.h 372 struct amr_sgentry { struct
amr.c 409 amr->amr_sgls = (struct amr_sgentry *)((char *)amr->amr_mbox +
1122 struct amr_sgentry *sge;
1155 sge = (struct amr_sgentry *)((char *)amr->amr_sgls + sgloff);

Completed in 14 milliseconds