/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 52 (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 D | rfi.c | 135 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 D | nvm.c | 60 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 D | d3.c | 863 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 D | debugfs.c | 628 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 D | ptp.c | 107 pkt = cmd.resp_pkt; in iwl_mvm_get_crosstimestamp_fw()
|
H A D | utils.c | 111 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 D | tdls.c | 117 pkt = cmd.resp_pkt; in iwl_mvm_tdls_config()
|
H A D | fw.c | 960 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 D | tt.c | 226 resp = (void *)cmd.resp_pkt->data; in iwl_mvm_send_temp_cmd()
|
H A D | tx.c | 2379 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 D | if_iwm_util.c | 333 hcmd->resp_pkt = (void *)sc->sc_cmd_resp; in iwm_send_cmd() 375 pkt = cmd->resp_pkt; in iwm_send_cmd_status()
|
H A D | if_iwmvar.h | 226 struct iwm_rx_packet *resp_pkt; 225 struct iwm_rx_packet *resp_pkt; global() member
|
H A D | if_iwm.c | 1831 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 D | smem.c | 104 pkt = cmd.resp_pkt; in iwl_get_shared_mem_conf()
|
H A D | dbg.c | 3359 if (cmd_ver > 1 && hcmd.resp_pkt) { 3360 resp = (void *)hcmd.resp_pkt->data;
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 170 #define RESP_HEADER_SIZE (offsetof(struct resp_pkt, u)) 178 struct resp_pkt { struct
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-trans.c | 128 if (WARN_ON((cmd->flags & CMD_WANT_SKB) && !ret && !cmd->resp_pkt))
|
H A D | iwl-nvm-parse.c | 2106 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 D | iwl-trans.h | 212 * @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 D | tx.c |
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc.c | 189 #define INITDATASIZE (sizeof(struct resp_pkt) * 16) 190 #define INCDATASIZE (sizeof(struct resp_pkt) * 8) 620 struct resp_pkt rpkt; in getresponse()
|
H A D | layout.std | 26 sizeof(struct resp_pkt) = 508
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | tx.c | 1672 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 D | ntp_request.c | 217 static struct resp_pkt rpkt;
|