Home
last modified time | relevance | path

Searched refs:twe_get_param (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/raid/twe/
H A Dtwe.c639 param = twe_get_param(sc, tp->tp_table_id, tp->tp_param_id, tp->tp_size, NULL); in twe_ioctl()
733 if ((param = twe_get_param(sc, table_id, param_id, 1, NULL)) == NULL) in twe_get_param_1()
745 if ((param = twe_get_param(sc, table_id, param_id, 2, NULL)) == NULL) in twe_get_param_2()
757 if ((param = twe_get_param(sc, table_id, param_id, 4, NULL)) == NULL) in twe_get_param_4()
771 twe_get_param(struct twe_softc *sc, int table_id, int param_id, size_t param_size, in twe_get_param() function
1661 p[0] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_FW, 16, NULL); in twe_describe_controller()
1662 p[1] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_BIOS, 16, NULL); in twe_describe_controller()
1667 p[2] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_Mon, 16, NULL); in twe_describe_controller()
1668 p[3] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_PCB, 8, NULL); in twe_describe_controller()
1669 p[4] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_ATA, 8, NULL); in twe_describe_controller()
[all …]