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

  /src/sys/dev/pci/
hifn7751.c 2817 struct hifn_base_result baseres; local in function:hifn_callback_comp
2835 memcpy(&baseres, resbuf, sizeof(struct hifn_base_result));
2856 if (baseres.flags & htole16(HIFN_BASE_RES_DSTOVERRUN)) {
2897 olen = dstsize - (letoh16(baseres.dst_cnt) |
2898 (((letoh16(baseres.session) & HIFN_BASE_RES_DSTLEN_M) >>
hifn7751.c 2817 struct hifn_base_result baseres; local in function:hifn_callback_comp
2835 memcpy(&baseres, resbuf, sizeof(struct hifn_base_result));
2856 if (baseres.flags & htole16(HIFN_BASE_RES_DSTOVERRUN)) {
2897 olen = dstsize - (letoh16(baseres.dst_cnt) |
2898 (((letoh16(baseres.session) & HIFN_BASE_RES_DSTLEN_M) >>

Completed in 28 milliseconds