Searched refs:dest_tlv (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c138 kfree(drv->fw.dbg.dest_tlv);
1055 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]);
1583 size_t dbg_dest_size = sizeof(*drv->fw.dbg.dest_tlv) +
1584 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) *
1587 drv->fw.dbg.dest_tlv = kmalloc(dbg_dest_size, GFP_KERNEL);
1589 if (!drv->fw.dbg.dest_tlv)
1593 memcpy(drv->fw.dbg.dest_tlv, pieces->dbg_dest_tlv_v1,
1596 struct iwl_fw_dbg_dest_tlv_v1 *dest_tlv = local
1597 drv->fw.dbg.dest_tlv;
1599 dest_tlv
[all...]
H A Diwl-trans.h823 * @dest_tlv: points to the destination TLV for debug
854 const struct iwl_fw_dbg_dest_tlv_v1 *dest_tlv; member in struct:iwl_trans_debug
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c949 const struct iwl_fw_dbg_dest_tlv_v1 *dest = trans->dbg.dest_tlv;
2913 if (!trans->dbg.dest_tlv ||
2914 trans->dbg.dest_tlv->monitor_mode != EXTERNAL_MODE) {
2967 if (trans->dbg.dest_tlv) {
2969 le32_to_cpu(trans->dbg.dest_tlv->write_ptr_reg);
2970 wrap_cnt_addr = le32_to_cpu(trans->dbg.dest_tlv->wrap_count);
3236 } else if (trans->dbg.dest_tlv) {
3237 write_ptr = le32_to_cpu(trans->dbg.dest_tlv->write_ptr_reg);
3238 wrap_cnt = le32_to_cpu(trans->dbg.dest_tlv->wrap_count);
3239 base = le32_to_cpu(trans->dbg.dest_tlv
[all...]
H A Dinternal.h800 return (trans->dbg.dest_tlv || iwl_trans_dbg_ini_valid(trans));
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Dimg.h150 * @dest_tlv: points to debug destination TLV (typically SRAM or DRAM)
151 * @n_dest_reg: num of reg_ops in dest_tlv
160 struct iwl_fw_dbg_dest_tlv_v1 *dest_tlv; member in struct:iwl_fw_dbg
H A Ddbg.h186 (fwrt->fw->dbg.dest_tlv ||
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c1340 trans->dbg.dest_tlv = mvm->fw->dbg.dest_tlv;
H A Dfw.c1539 if (mvm->fw->dbg.dest_tlv)

Completed in 113 milliseconds