Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dtwe.c551 rv = twe_param_get(sc, TWE_PARAM_UNITSUMMARY, in twe_add_unit()
582 rv = twe_param_get(sc, TWE_PARAM_UNITINFO + unit, in twe_add_unit()
1070 rv = twe_param_get(sc, table_id, param_id, 1, NULL, &tp); in twe_param_get_1()
1085 rv = twe_param_get(sc, table_id, param_id, 2, NULL, &tp); in twe_param_get_2()
1100 rv = twe_param_get(sc, table_id, param_id, 4, NULL, &tp); in twe_param_get_4()
1119 twe_param_get(struct twe_softc *sc, int table_id, int param_id, size_t size, in twe_param_get() function
1859 error = twe_param_get(twe, tp->tp_table_id, tp->tp_param_id, in tweioctl()
1936 rv |= twe_param_get(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_Mon, in twe_describe_controller()
1938 rv |= twe_param_get(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_FW, in twe_describe_controller()
1940 rv |= twe_param_get(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_BIOS, in twe_describe_controller()
[all …]
H A Dtwevar.h126 int twe_param_get(struct twe_softc *, int, int, size_t,