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

/freebsd-13-stable/sys/dev/twe/
H A Dtwe.c48 static int twe_get_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t *result);
49 static int twe_get_param_2(struct twe_softc *sc, int table_id, int param_id, u_int16_t *result);
50 static int twe_get_param_4(struct twe_softc *sc, int table_id, int param_id, u_int32_t *result);
54 static int twe_set_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t value);
57 static int twe_set_param_2(struct twe_softc *sc, int table_id, int param_id, u_int16_t value);
58 static int twe_set_param_4(struct twe_softc *sc, int table_id, int param_id, u_int32_t value);
60 static int twe_set_param(struct twe_softc *sc, int table_id, int param_id, int param_size,
725 twe_get_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t *result) argument
729 if ((param = twe_get_param(sc, table_id, param_id, 1, NULL)) == NULL)
737 twe_get_param_2(struct twe_softc *sc, int table_id, int param_id, u_int16_ argument
749 twe_get_param_4(struct twe_softc *sc, int table_id, int param_id, u_int32_t *result) argument
767 twe_get_param(struct twe_softc *sc, int table_id, int param_id, size_t param_size, void (* func)(struct twe_request *tr)) argument
838 twe_set_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t value) argument
862 twe_set_param(struct twe_softc *sc, int table_id, int param_id, int param_size, void *data) argument
[all...]
/freebsd-13-stable/sys/dev/twa/
H A Dtw_cl_externs.h75 TW_INT32 table_id, TW_INT32 param_id, TW_INT32 param_size,
H A Dtw_cl_io.c692 * param_id -- index of the parameter in the table
702 TW_INT32 param_id, TW_VOID *param_data, TW_INT32 param_size,
759 param->parameter_id = (TW_UINT8)(param_id);
807 * param_id -- index of the parameter in the table
817 TW_INT32 param_id, TW_INT32 param_size, TW_VOID *data,
874 param->parameter_id = (TW_UINT8)(param_id);
701 tw_cli_get_param(struct tw_cli_ctlr_context *ctlr, TW_INT32 table_id, TW_INT32 param_id, TW_VOID *param_data, TW_INT32 param_size, TW_VOID (* callback)(struct tw_cli_req_context *req)) argument
816 tw_cli_set_param(struct tw_cli_ctlr_context *ctlr, TW_INT32 table_id, TW_INT32 param_id, TW_INT32 param_size, TW_VOID *data, TW_VOID (* callback)(struct tw_cli_req_context *req)) argument
/freebsd-13-stable/sys/dev/tws/
H A Dtws_cam.c83 int tws_set_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id,
85 int tws_get_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id,
774 tws_set_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id, argument
810 param->parameter_id = (u_int8_t)(param_id);
821 tws_get_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id, argument
859 param->parameter_id = (u_int8_t)(param_id);
H A Dtws_hdm.c56 u_int32_t param_id, u_int32_t param_size, void *data);
58 u_int32_t param_id, u_int32_t param_size, void *data);
/freebsd-13-stable/sys/net80211/
H A Dieee80211.h329 uint8_t param_id; member in struct:ieee80211_wme_param

Completed in 71 milliseconds