Home
last modified time | relevance | path

Searched refs:iwl_cmd_header (Results 1 – 8 of 8) sorted by relevance

/src/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h94 struct iwl_cmd_header hdr;
142 struct iwl_cmd_header hdr; /* uCode API */
149 sizeof(struct iwl_cmd_header)];
162 struct iwl_cmd_header hdr;
H A Diwl-dbg-tlv.c1183 struct iwl_cmd_header *wanted_hdr = (void *)&trig_data; in iwl_dbg_tlv_check_fw_pkt()
/src/sys/contrib/dev/iwlwifi/fw/api/
H A Dcmdhdr.h65 struct iwl_cmd_header { struct
/src/sys/contrib/dev/iwlwifi/fw/
H A Derror-dump.h318 struct iwl_cmd_header fw_pkt_hdr;
/src/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx.c1381 copy_size = sizeof(struct iwl_cmd_header); in iwl_pcie_enqueue_hcmd()
1382 cmd_size = sizeof(struct iwl_cmd_header); in iwl_pcie_enqueue_hcmd()
1498 cmd_pos = sizeof(struct iwl_cmd_header); in iwl_pcie_enqueue_hcmd()
1499 copy_size = sizeof(struct iwl_cmd_header); in iwl_pcie_enqueue_hcmd()
2199 scratch_phys = tb0_phys + sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx()
2215 len = sizeof(struct iwl_tx_cmd_v6) + sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx()
2239 BUILD_BUG_ON(sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx()
H A Dtx-gen2.c327 len = tx_cmd_len + sizeof(struct iwl_cmd_header) + hdr_len - in iwl_txq_gen2_build_tx_amsdu()
420 len = tx_cmd_len + sizeof(struct iwl_cmd_header) + hdr_len - in iwl_txq_gen2_build_tx()
496 BUILD_BUG_ON(sizeof(struct iwl_cmd_header) + in iwl_txq_gen2_build_tfd()
500 BUILD_BUG_ON(sizeof(struct iwl_cmd_header) + in iwl_txq_gen2_build_tfd()
H A Drx.c1314 while (offset + sizeof(u32) + sizeof(struct iwl_cmd_header) < max_len) { in iwl_pcie_rx_handle_rb()
H A Dtrans.c3760 txcmd_size += sizeof(struct iwl_cmd_header); in iwl_trans_pcie_alloc_txcmd_pool()