Searched refs:resp_pkt (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Drfi.c135 if (WARN_ON_ONCE(iwl_rx_packet_payload_len(cmd.resp_pkt) != resp_size))
138 resp = kmemdup(cmd.resp_pkt->data, resp_size, GFP_KERNEL);
H A Dnvm.c61 pkt = cmd.resp_pkt;
100 pkt = cmd.resp_pkt;
442 pkt = cmd.resp_pkt;
H A Dptp.c107 pkt = cmd.resp_pkt;
H A Dd3.c854 size = iwl_rx_packet_payload_len(cmd.resp_pkt);
858 err = le16_to_cpup((__le16 *)cmd.resp_pkt->data);
1345 len = iwl_rx_packet_payload_len(d3_cfg_cmd.resp_pkt);
1348 le32_to_cpup((__le32 *)d3_cfg_cmd.resp_pkt->data);
2303 len = iwl_rx_packet_payload_len(cmd.resp_pkt);
2309 struct iwl_wowlan_status_v6 *v6 = (void *)cmd.resp_pkt->data;
2340 struct iwl_wowlan_status_v7 *v7 = (void *)cmd.resp_pkt->data;
2350 struct iwl_wowlan_status_v9 *v9 = (void *)cmd.resp_pkt->data;
2365 struct iwl_wowlan_status_v12 *v12 = (void *)cmd.resp_pkt->data;
2474 len = iwl_rx_packet_payload_len(cmd.resp_pkt);
[all...]
H A Ddebugfs.c802 rsp = (void *)hcmd.resp_pkt->data;
2083 if (iwl_rx_packet_payload_len(hcmd.resp_pkt) < sizeof(*rsp)) {
2088 rsp = (void *)hcmd.resp_pkt->data;
2095 iwl_rx_packet_payload_len(hcmd.resp_pkt) - sizeof(*rsp));
2164 if (iwl_rx_packet_payload_len(hcmd.resp_pkt) < sizeof(*rsp)) {
2169 rsp = (void *)hcmd.resp_pkt->data;
H A Dutils.c111 pkt = cmd->resp_pkt;
373 iwl_mvm_handle_rx_statistics(mvm, cmd.resp_pkt);
H A Dtt.c226 resp = (void *)cmd.resp_pkt->data;
H A Dtdls.c117 pkt = cmd.resp_pkt;
H A Dfw.c921 resp = (void *)cmd.resp_pkt->data;
1450 resp = le32_to_cpu(*(__le32 *)host_cmd.resp_pkt->data);
H A Dtx.c2254 if (WARN_ON_ONCE(iwl_rx_packet_payload_len(cmd.resp_pkt) != sizeof(*rsp))) {
2259 rsp = (void *)cmd.resp_pkt->data;
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Dsmem.c104 pkt = cmd.resp_pkt;
H A Ddbg.c3216 if (cmd_ver > 1 && hcmd.resp_pkt) {
3217 resp = (void *)hcmd.resp_pkt->data;
/freebsd-current/usr.sbin/ntp/ntpdc/
H A Dnl.c51 printf("sizeof(struct resp_pkt) = %d\n",
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-current/sys/dev/iwm/
H A Dif_iwm_util.c333 hcmd->resp_pkt = (void *)sc->sc_cmd_resp;
375 pkt = cmd->resp_pkt;
H A Dif_iwmvar.h225 struct iwm_rx_packet *resp_pkt; member in struct:iwm_host_cmd
H A Dif_iwm.c1803 pkt = cmd.resp_pkt;
4648 pkt = hcmd.resp_pkt;
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c196 if (WARN_ON((cmd->flags & CMD_WANT_SKB) && !ret && !cmd->resp_pkt))
H A Diwl-nvm-parse.c1994 if (WARN(iwl_rx_packet_payload_len(hcmd.resp_pkt) != rsp_size,
1996 iwl_rx_packet_payload_len(hcmd.resp_pkt))) {
2001 rsp = (void *)hcmd.resp_pkt->data;
H A Diwl-trans.h210 * @resp_pkt: response packet, if %CMD_WANT_SKB was set
222 struct iwl_rx_packet *resp_pkt; member in struct:iwl_host_cmd
/freebsd-current/contrib/ntp/include/
H A Dntp_request.h170 #define RESP_HEADER_SIZE (offsetof(struct resp_pkt, u))
178 struct resp_pkt { struct
/freebsd-current/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c1172 if (WARN_ON(iwl_rx_packet_payload_len(hcmd->resp_pkt) !=
1178 rsp = (void *)hcmd->resp_pkt->data;
1837 if ((cmd->flags & CMD_WANT_SKB) && !cmd->resp_pkt) {
1856 if (cmd->resp_pkt) {
1858 cmd->resp_pkt = NULL;
/freebsd-current/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;
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c1217 meta->source->resp_pkt = pkt;
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_request.c217 static struct resp_pkt rpkt;

Completed in 308 milliseconds