ips_cmd           231 dev/pci/ips.c  int	ips_cmd(struct ips_softc *, int, int, u_int32_t, void *, size_t, int,
ips_cmd           561 dev/pci/ips.c  		if ((error = ips_cmd(sc, cmd, target, blkno, xs->data,
ips_cmd           820 dev/pci/ips.c  	return (ips_cmd(sc, IPS_CMD_GETADAPTERINFO, 0, 0, ai, sizeof(*ai),
ips_cmd           827 dev/pci/ips.c  	return (ips_cmd(sc, IPS_CMD_GETDRIVEINFO, 0, 0, di, sizeof(*di),
ips_cmd           834 dev/pci/ips.c  	return (ips_cmd(sc, IPS_CMD_FLUSH, 0, 0, NULL, 0, IPS_CCB_POLL, NULL));