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

/freebsd-9.3-release/sys/dev/twe/
H A Dtwe.c46 static int twe_get_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t *result);
47 static int twe_get_param_2(struct twe_softc *sc, int table_id, int param_id, u_int16_t *result);
48 static int twe_get_param_4(struct twe_softc *sc, int table_id, int param_id, u_int32_t *result);
52 static int twe_set_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t value);
55 static int twe_set_param_2(struct twe_softc *sc, int table_id, int param_id, u_int16_t value);
56 static int twe_set_param_4(struct twe_softc *sc, int table_id, int param_id, u_int32_t value);
58 static int twe_set_param(struct twe_softc *sc, int table_id, int param_id, int param_size,
721 twe_get_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t *result) argument
725 if ((param = twe_get_param(sc, table_id, param_id, 1, NULL)) == NULL)
733 twe_get_param_2(struct twe_softc *sc, int table_id, int param_id, u_int16_ argument
745 twe_get_param_4(struct twe_softc *sc, int table_id, int param_id, u_int32_t *result) argument
763 twe_get_param(struct twe_softc *sc, int table_id, int param_id, size_t param_size, void (* func)(struct twe_request *tr)) argument
834 twe_set_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t value) argument
858 twe_set_param(struct twe_softc *sc, int table_id, int param_id, int param_size, void *data) argument
[all...]
/freebsd-9.3-release/sys/dev/twa/
H A Dtw_cl_externs.h80 TW_INT32 table_id, TW_INT32 param_id, TW_INT32 param_size,
H A Dtw_cl_io.c708 * param_id -- index of the parameter in the table
718 TW_INT32 param_id, TW_VOID *param_data, TW_INT32 param_size,
775 param->parameter_id = (TW_UINT8)(param_id);
825 * param_id -- index of the parameter in the table
835 TW_INT32 param_id, TW_INT32 param_size, TW_VOID *data,
892 param->parameter_id = (TW_UINT8)(param_id);
717 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
834 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-9.3-release/sys/dev/tws/
H A Dtws_cam.c84 int tws_set_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id,
86 int tws_get_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id,
796 tws_set_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id, argument
832 param->parameter_id = (u_int8_t)(param_id);
843 tws_get_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id, argument
882 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-9.3-release/sys/net80211/
H A Dieee80211.h289 uint8_t param_id; member in struct:ieee80211_wme_param

Completed in 119 milliseconds