Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dcmdhdr.h65 struct iwl_cmd_header { struct
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c1380 copy_size = sizeof(struct iwl_cmd_header); in iwl_fill_data_tbs_amsdu()
1381 cmd_size = sizeof(struct iwl_cmd_header); in iwl_fill_data_tbs_amsdu()
1495 cmd_pos = sizeof(struct iwl_cmd_header); in iwl_trans_pcie_tx()
1496 copy_size = sizeof(struct iwl_cmd_header); in iwl_trans_pcie_tx()
2190 scratch_phys = tb0_phys + sizeof(struct iwl_cmd_header) +
2206 len = sizeof(struct iwl_tx_cmd) + sizeof(struct iwl_cmd_header) +
2230 BUILD_BUG_ON(sizeof(struct iwl_cmd_header) +
H A Drx.c1318 while (offset + sizeof(u32) + sizeof(struct iwl_cmd_header) < max_len) {
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-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;
385 * but that might be short or long (&struct iwl_cmd_header or
H A Diwl-trans.c60 txcmd_size += sizeof(struct iwl_cmd_header); in iwl_trans_init()
H A Diwl-dbg-tlv.c1183 struct iwl_cmd_header *wanted_hdr = (void *)&trig_data; in iwl_dbg_tlv_check_fw_pkt()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Derror-dump.h318 struct iwl_cmd_header fw_pkt_hdr;
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c