Home
last modified time | relevance | path

Searched refs:table_id (Results 1 – 9 of 9) sorted by relevance

/trueos/sys/dev/twe/
HDtwe.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);
49 static void *twe_get_param(struct twe_softc *sc, int table_id, int parameter_id, size_t size,
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) in twe_get_param_1() argument
725 if ((param = twe_get_param(sc, table_id, param_id, 1, NULL)) == NULL) in twe_get_param_1()
[all …]
HDtwereg.h490 u_int16_t table_id; member
/trueos/sys/dev/twa/
HDtw_cl_externs.h75 TW_INT32 table_id, TW_INT32 parameter_id, TW_VOID *param_data,
80 TW_INT32 table_id, TW_INT32 param_id, TW_INT32 param_size,
HDtw_cl_io.c717 tw_cli_get_param(struct tw_cli_ctlr_context *ctlr, TW_INT32 table_id, in tw_cli_get_param() argument
774 param->table_id = TW_CL_SWAP16(table_id | TWA_9K_PARAM_DESCRIPTOR); in tw_cli_get_param()
834 tw_cli_set_param(struct tw_cli_ctlr_context *ctlr, TW_INT32 table_id, in tw_cli_set_param() argument
891 param->table_id = TW_CL_SWAP16(table_id | TWA_9K_PARAM_DESCRIPTOR); in tw_cli_set_param()
HDtw_cl_fwif.h333 TW_UINT16 table_id; member
/trueos/sys/dev/tws/
HDtws_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, in tws_set_param() argument
831 param->table_id = (table_id | TWS_9K_PARAM_DESCRIPTOR); 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() argument
881 param->table_id = (table_id | TWS_9K_PARAM_DESCRIPTOR); in tws_get_param()
HDtws_hdm.c55 extern int tws_set_param(struct tws_softc *sc, u_int32_t table_id,
57 extern int tws_get_param(struct tws_softc *sc, u_int32_t table_id,
HDtws_hdm.h340 u_int16_t table_id; member
/trueos/sys/dev/ixl/
HDi40e_adminq_cmd.h460 __le16 table_id; member
2162 u8 table_id; member