baseres          2616 dev/pci/hifn7751.c 	struct hifn_base_result baseres;
baseres          2632 dev/pci/hifn7751.c 	bcopy(resbuf, &baseres, sizeof(struct hifn_base_result));
baseres          2653 dev/pci/hifn7751.c 	if (baseres.flags & htole16(HIFN_BASE_RES_DSTOVERRUN)) {
baseres          2695 dev/pci/hifn7751.c 	olen = dstsize - (letoh16(baseres.dst_cnt) |
baseres          2696 dev/pci/hifn7751.c 	    (((letoh16(baseres.session) & HIFN_BASE_RES_DSTLEN_M) >>