rspp             1589 dev/pci/if_txp.c txp_command2(sc, id, in1, in2, in3, in_extp, in_extn, rspp, wait)
rspp             1595 dev/pci/if_txp.c 	struct txp_rsp_desc **rspp;
rspp             1650 dev/pci/if_txp.c 			*rspp = NULL;
rspp             1651 dev/pci/if_txp.c 			if (txp_response(sc, idx, id, seq, rspp))
rspp             1653 dev/pci/if_txp.c 			if (*rspp != NULL)
rspp             1660 dev/pci/if_txp.c 	if (i == 1000 || (*rspp) == NULL) {
rspp             1669 dev/pci/if_txp.c txp_response(sc, ridx, id, seq, rspp)
rspp             1674 dev/pci/if_txp.c 	struct txp_rsp_desc **rspp;
rspp             1683 dev/pci/if_txp.c 			*rspp = (struct txp_rsp_desc *)malloc(
rspp             1686 dev/pci/if_txp.c 			if ((*rspp) == NULL)
rspp             1688 dev/pci/if_txp.c 			txp_rsp_fixup(sc, rsp, *rspp);