Home
last modified time | relevance | path

Searched refs:query_cmd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c90 struct query_cmd { struct
94 int (*handler) (const struct query_cmd * q, struct sa_handle * h, argument
1068 static int query_path_records(const struct query_cmd *q, struct sa_handle * h, in query_path_records()
1169 static int query_class_port_info(const struct query_cmd *q, struct sa_handle * h, in query_class_port_info()
1176 static int query_node_records(const struct query_cmd *q, struct sa_handle * h, in query_node_records()
1193 static int query_portinfo_records(const struct query_cmd *q, in query_portinfo_records()
1214 static int query_mcmember_records(const struct query_cmd *q, in query_mcmember_records()
1247 static int query_service_records(const struct query_cmd *q, struct sa_handle * h, in query_service_records()
1254 static int query_sm_info_records(const struct query_cmd *q, in query_sm_info_records()
1273 static int query_switchinfo_records(const struct query_cmd *q, in query_switchinfo_records()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c842 struct iwl_nonqos_seq_query_cmd query_cmd = { in iwl_mvm_get_last_nonqos_seq()
855 cmd.data[0] = &query_cmd; in iwl_mvm_get_last_nonqos_seq()
856 cmd.len[0] = sizeof(query_cmd); in iwl_mvm_get_last_nonqos_seq()
878 struct iwl_nonqos_seq_query_cmd query_cmd = { in iwl_mvm_set_last_nonqos_seq()
893 sizeof(query_cmd), &query_cmd)) in iwl_mvm_switch_to_d3()
834 struct iwl_nonqos_seq_query_cmd query_cmd = { iwl_mvm_get_last_nonqos_seq() local
870 struct iwl_nonqos_seq_query_cmd query_cmd = { iwl_mvm_set_last_nonqos_seq() local