Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/iwlwifi/
HDiwl-trans.h94 struct iwl_cmd_header hdr;
146 struct iwl_cmd_header hdr; /* uCode API */
153 sizeof(struct iwl_cmd_header)];
166 struct iwl_cmd_header hdr;
HDiwl-trans.c60 txcmd_size += sizeof(struct iwl_cmd_header); in iwl_trans_init()
HDiwl-dbg-tlv.c1183 struct iwl_cmd_header *wanted_hdr = (void *)&trig_data; in iwl_dbg_tlv_check_fw_pkt()
/freebsd-head/sys/contrib/dev/iwlwifi/fw/api/
HDcmdhdr.h65 struct iwl_cmd_header { struct
/freebsd-head/sys/contrib/dev/iwlwifi/fw/
HDerror-dump.h318 struct iwl_cmd_header fw_pkt_hdr;
/freebsd-head/sys/contrib/dev/iwlwifi/pcie/
HDtx.c1380 copy_size = sizeof(struct iwl_cmd_header); in iwl_pcie_enqueue_hcmd()
1381 cmd_size = sizeof(struct iwl_cmd_header); in iwl_pcie_enqueue_hcmd()
1495 cmd_pos = sizeof(struct iwl_cmd_header); in iwl_pcie_enqueue_hcmd()
1496 copy_size = sizeof(struct iwl_cmd_header); in iwl_pcie_enqueue_hcmd()
2190 scratch_phys = tb0_phys + sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx()
2206 len = sizeof(struct iwl_tx_cmd) + sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx()
2230 BUILD_BUG_ON(sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx()
HDtx-gen2.c327 len = tx_cmd_len + sizeof(struct iwl_cmd_header) + hdr_len - in iwl_txq_gen2_build_tx_amsdu()
419 len = tx_cmd_len + sizeof(struct iwl_cmd_header) + hdr_len - in iwl_txq_gen2_build_tx()
495 BUILD_BUG_ON(sizeof(struct iwl_cmd_header) + in iwl_txq_gen2_build_tfd()
499 BUILD_BUG_ON(sizeof(struct iwl_cmd_header) + in iwl_txq_gen2_build_tfd()
HDrx.c1318 while (offset + sizeof(u32) + sizeof(struct iwl_cmd_header) < max_len) {