Home
last modified time | relevance | path

Searched defs:param_id (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/twe/
HDtwe.c721 twe_get_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t *result) in twe_get_param_1()
733 twe_get_param_2(struct twe_softc *sc, int table_id, int param_id, u_int16_t *result) in twe_get_param_2()
745 twe_get_param_4(struct twe_softc *sc, int table_id, int param_id, u_int32_t *result) in twe_get_param_4()
763 twe_get_param(struct twe_softc *sc, int table_id, int param_id, size_t param_size, in twe_get_param()
834 twe_set_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t value) in twe_set_param_1()
858 twe_set_param(struct twe_softc *sc, int table_id, int param_id, int param_size, void *data) in twe_set_param()
/freebsd-11-stable/sys/dev/twa/
HDtw_cl_io.c718 TW_INT32 param_id, TW_VOID *param_data, TW_INT32 param_size, in tw_cli_get_param()
835 TW_INT32 param_id, TW_INT32 param_size, TW_VOID *data, in tw_cli_set_param()
/freebsd-11-stable/sys/dev/tws/
HDtws_cam.c796 tws_set_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id, in tws_set_param()
843 tws_get_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id, in tws_get_param()
/freebsd-11-stable/sys/net80211/
HDieee80211.h307 uint8_t param_id; member