Home
last modified time | relevance | path

Searched refs:resp_pkt (Results 1 – 25 of 25) sorted by relevance

/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c52 (int) sizeof(struct resp_pkt));
54 (int) offsetof(struct resp_pkt, rm_vn_mode));
56 (int) offsetof(struct resp_pkt, auth_seq));
58 (int) offsetof(struct resp_pkt, implementation));
60 (int) offsetof(struct resp_pkt, request));
62 (int) offsetof(struct resp_pkt, err_nitems));
64 (int) offsetof(struct resp_pkt, mbz_itemsize));
66 (int) offsetof(struct resp_pkt, u));
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drfi.c135 if (WARN_ON_ONCE(iwl_rx_packet_payload_len(cmd.resp_pkt) != in iwl_rfi_get_freq_table()
141 resp = kmemdup(cmd.resp_pkt->data, resp_size, GFP_KERNEL); in iwl_rfi_get_freq_table()
H A Dnvm.c60 pkt = cmd.resp_pkt; in iwl_nvm_write_chunk()
99 pkt = cmd.resp_pkt; in iwl_nvm_read_chunk()
449 pkt = cmd.resp_pkt; in iwl_mvm_update_mcc()
H A Dd3.c863 size = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mvm_get_last_nonqos_seq()
867 err = le16_to_cpup((__le16 *)cmd.resp_pkt->data); in iwl_mvm_get_last_nonqos_seq()
1369 len = iwl_rx_packet_payload_len(d3_cfg_cmd.resp_pkt); in __iwl_mvm_suspend()
1372 le32_to_cpup((__le32 *)d3_cfg_cmd.resp_pkt->data); in __iwl_mvm_suspend()
2655 len = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mvm_parse_wowlan_status_common()
2661 struct iwl_wowlan_status_v6 *v6 = (void *)cmd.resp_pkt->data; in iwl_mvm_parse_wowlan_status_common()
2692 struct iwl_wowlan_status_v7 *v7 = (void *)cmd.resp_pkt->data; in iwl_mvm_parse_wowlan_status_common()
2702 struct iwl_wowlan_status_v9 *v9 = (void *)cmd.resp_pkt->data; in iwl_mvm_parse_wowlan_status_common()
2717 struct iwl_wowlan_status_v12 *v12 = (void *)cmd.resp_pkt->data; in iwl_mvm_parse_wowlan_status_common()
2825 len = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mvm_netdetect_query_results()
[all …]
H A Ddebugfs.c628 rsp = (void *)hcmd.resp_pkt->data; in iwl_dbgfs_bt_notif_read()
2034 if (iwl_rx_packet_payload_len(hcmd.resp_pkt) < sizeof(*rsp)) {
2039 rsp = (void *)hcmd.resp_pkt->data;
2046 iwl_rx_packet_payload_len(hcmd.resp_pkt) - sizeof(*rsp));
2115 if (iwl_rx_packet_payload_len(hcmd.resp_pkt) < sizeof(*rsp)) { in iwl_dbgfs_mem_write()
2120 rsp = (void *)hcmd.resp_pkt->data; in iwl_dbgfs_mem_write()
H A Dptp.c107 pkt = cmd.resp_pkt; in iwl_mvm_get_crosstimestamp_fw()
H A Dutils.c111 pkt = cmd->resp_pkt; in iwl_mvm_send_cmd_status()
463 iwl_mvm_handle_rx_statistics(mvm, cmd.resp_pkt); in iwl_mvm_rx_diversity_allowed()
H A Dtdls.c117 pkt = cmd.resp_pkt; in iwl_mvm_tdls_config()
H A Dfw.c960 resp = (void *)cmd.resp_pkt->data; in iwl_mvm_sar_geo_init()
1331 resp = le32_to_cpu(*(__le32 *)host_cmd.resp_pkt->data); in iwl_mvm_get_acpi_tables()
H A Dtt.c226 resp = (void *)cmd.resp_pkt->data; in iwl_mvm_send_temp_cmd()
H A Dtx.c2379 if (WARN_ON_ONCE(iwl_rx_packet_payload_len(cmd.resp_pkt) != sizeof(*rsp))) { in iwl_mvm_flush_sta_tids()
2384 rsp = (void *)cmd.resp_pkt->data; in iwl_mvm_flush_sta_tids()
/freebsd/sys/dev/iwm/
H A Dif_iwm_util.c333 hcmd->resp_pkt = (void *)sc->sc_cmd_resp; in iwm_send_cmd()
375 pkt = cmd->resp_pkt; in iwm_send_cmd_status()
H A Dif_iwmvar.h226 struct iwm_rx_packet *resp_pkt;
225 struct iwm_rx_packet *resp_pkt; global() member
H A Dif_iwm.c1831 pkt = cmd.resp_pkt; in iwm_nvm_read_chunk()
4699 pkt = hcmd.resp_pkt; in iwm_send_update_mcc_cmd()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dsmem.c104 pkt = cmd.resp_pkt; in iwl_get_shared_mem_conf()
H A Ddbg.c3359 if (cmd_ver > 1 && hcmd.resp_pkt) {
3360 resp = (void *)hcmd.resp_pkt->data;
/freebsd/contrib/ntp/include/
H A Dntp_request.h170 #define RESP_HEADER_SIZE (offsetof(struct resp_pkt, u))
178 struct resp_pkt { struct
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c128 if (WARN_ON((cmd->flags & CMD_WANT_SKB) && !ret && !cmd->resp_pkt))
H A Diwl-nvm-parse.c2106 if (WARN(iwl_rx_packet_payload_len(hcmd.resp_pkt) != rsp_size,
2108 iwl_rx_packet_payload_len(hcmd.resp_pkt))) {
2113 rsp = (void *)hcmd.resp_pkt->data;
H A Diwl-trans.h212 * @resp_pkt: response packet, if %CMD_WANT_SKB was set
224 struct iwl_rx_packet *resp_pkt;
222 struct iwl_rx_packet *resp_pkt; global() member
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c189 #define INITDATASIZE (sizeof(struct resp_pkt) * 16)
190 #define INCDATASIZE (sizeof(struct resp_pkt) * 8)
620 struct resp_pkt rpkt; in getresponse()
H A Dlayout.std26 sizeof(struct resp_pkt) = 508
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c1672 meta->source->resp_pkt = pkt;
2618 if ((cmd->flags & CMD_WANT_SKB) && !cmd->resp_pkt) {
2637 if (cmd->resp_pkt) {
2639 cmd->resp_pkt = NULL;
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c217 static struct resp_pkt rpkt;