Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/twe/
HDtwe.c49 static void *twe_get_param(struct twe_softc *sc, int table_id, int parameter_id, size_t siz…
219 if ((drives = twe_get_param(sc, TWE_PARAM_UNITSUMMARY, TWE_PARAM_UNITSUMMARY_Status, in twe_add_unit()
254 … if ((param = twe_get_param(sc, table, TWE_PARAM_UNITINFO_Descriptor, dsize - 3, NULL)) == NULL) { in twe_add_unit()
639 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
1418 if ((twe_get_param(sc, TWE_PARAM_AEN, TWE_PARAM_AEN_UnitCode, 2, twe_handle_aen)) == NULL) in twe_fetch_aen()
1661 p[0] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_FW, 16, NULL); in twe_describe_controller()
[all …]