Searched refs:table_id (Results 1 – 9 of 9) sorted by relevance
| /trueos/sys/dev/twe/ |
| HD | twe.c | 46 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 …]
|
| HD | twereg.h | 490 u_int16_t table_id; member
|
| /trueos/sys/dev/twa/ |
| HD | tw_cl_externs.h | 75 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,
|
| HD | tw_cl_io.c | 717 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()
|
| HD | tw_cl_fwif.h | 333 TW_UINT16 table_id; member
|
| /trueos/sys/dev/tws/ |
| HD | tws_cam.c | 84 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()
|
| HD | tws_hdm.c | 55 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,
|
| HD | tws_hdm.h | 340 u_int16_t table_id; member
|
| /trueos/sys/dev/ixl/ |
| HD | i40e_adminq_cmd.h | 460 __le16 table_id; member 2162 u8 table_id; member
|