Home
last modified time | relevance | path

Searched refs:fw_dump_len (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/drivers/bluetooth/
Dbtmrvl_sdio.c1339 u32 memory_size, fw_dump_len = 0; in btmrvl_sdio_coredump() local
1420 fw_dump_len += (strlen("========Start dump ") + in btmrvl_sdio_coredump()
1466 if (fw_dump_len == 0) in btmrvl_sdio_coredump()
1469 fw_dump_data = vzalloc(fw_dump_len + 1); in btmrvl_sdio_coredump()
1485 fw_dump_len + 1 - size, in btmrvl_sdio_coredump()
1494 fw_dump_len + 1 - size, in btmrvl_sdio_coredump()
1505 dev_coredumpv(&card->func->dev, fw_dump_data, fw_dump_len, GFP_KERNEL); in btmrvl_sdio_coredump()
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_dbg.c1318 ha->fw_dump_len = (nxt_chain - (void *)ha->fw_dump); in qla24xx_fw_dump()
1631 ha->fw_dump_len = (nxt_chain - (void *)ha->fw_dump); in qla25xx_fw_dump()
1946 ha->fw_dump_len = (nxt_chain - (void *)ha->fw_dump); in qla81xx_fw_dump()
2447 ha->fw_dump_len = (nxt_chain - (void *)ha->fw_dump); in qla83xx_fw_dump()
Dqla_tmpl.c1092 vha->hw->fw_dump_len = len; in qla27xx_fwdump()
Dqla_attr.c51 ha->fw_dump_len); in qla2x00_sysfs_read_fw_dump()
1717 size = ha->fw_dump_len; in qla2x00_fw_dump_size_show()
Dqla_init.c3612 if (!ha->fw_dump_len || dump_size > ha->fw_dump_alloc_len) { in qla2x00_alloc_fw_dump()
3616 __func__, dump_size, ha->fw_dump_len, in qla2x00_alloc_fw_dump()
3627 memcpy(fw_dump, ha->fw_dump, ha->fw_dump_len); in qla2x00_alloc_fw_dump()
3638 ha->fw_dump_len = ha->fw_dump_alloc_len = in qla2x00_alloc_fw_dump()
Dqla_def.h4516 uint32_t fw_dump_len; member
Dqla_os.c4812 ha->fw_dump_len = 0; in qla2x00_free_fw_dump()