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

/freebsd-11-stable/sys/dev/twe/
H A Dtwe.c49 static void *twe_get_param(struct twe_softc *sc, int table_id, int parameter_id, size_t size,
219 if ((drives = twe_get_param(sc, TWE_PARAM_UNITSUMMARY, TWE_PARAM_UNITSUMMARY_Status,
254 if ((param = twe_get_param(sc, table, TWE_PARAM_UNITINFO_Descriptor, dsize - 3, NULL)) == NULL) {
631 param = twe_get_param(sc, tp->tp_table_id, tp->tp_param_id, tp->tp_size, NULL);
725 if ((param = twe_get_param(sc, table_id, param_id, 1, NULL)) == NULL)
737 if ((param = twe_get_param(sc, table_id, param_id, 2, NULL)) == NULL)
749 if ((param = twe_get_param(sc, table_id, param_id, 4, NULL)) == NULL)
763 twe_get_param(struct twe_softc *sc, int table_id, int param_id, size_t param_size, function
1405 if ((twe_get_param(sc, TWE_PARAM_AEN, TWE_PARAM_AEN_UnitCode, 2, twe_handle_aen)) == NULL)
1647 p[0] = twe_get_param(s
[all...]

Completed in 442 milliseconds