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

/freebsd-13-stable/sys/dev/twe/
H A Dtwe.c51 static void *twe_get_param(struct twe_softc *sc, int table_id, int parameter_id, size_t size,
220 if ((drives = twe_get_param(sc, TWE_PARAM_UNITSUMMARY, TWE_PARAM_UNITSUMMARY_Status,
255 if ((param = twe_get_param(sc, table, TWE_PARAM_UNITINFO_Descriptor, dsize - 3, NULL)) == NULL) {
635 param = twe_get_param(sc, tp->tp_table_id, tp->tp_param_id, tp->tp_size, NULL);
729 if ((param = twe_get_param(sc, table_id, param_id, 1, NULL)) == NULL)
741 if ((param = twe_get_param(sc, table_id, param_id, 2, NULL)) == NULL)
753 if ((param = twe_get_param(sc, table_id, param_id, 4, NULL)) == NULL)
767 twe_get_param(struct twe_softc *sc, int table_id, int param_id, size_t param_size, function
1406 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 51 milliseconds