Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_tmpl.c855 if (buf && *len >= vha->hw->fw_dump_len) in qla27xx_walk_template()
870 if (buf && *len != vha->hw->fw_dump_len) in qla27xx_walk_template()
873 __func__, *len, vha->hw->fw_dump_len - *len); in qla27xx_walk_template()
963 vha->hw->fw_dump_len = len; in qla27xx_execute_fwdt_template()
Dqla_dbg.c1337 ha->fw_dump_len = (nxt_chain - (void *)ha->fw_dump); in qla24xx_fw_dump()
1663 ha->fw_dump_len = (nxt_chain - (void *)ha->fw_dump); in qla25xx_fw_dump()
1991 ha->fw_dump_len = (nxt_chain - (void *)ha->fw_dump); in qla81xx_fw_dump()
2505 ha->fw_dump_len = (nxt_chain - (void *)ha->fw_dump); in qla83xx_fw_dump()
Dqla_attr.c47 ha->fw_dump_len); in qla2x00_sysfs_read_fw_dump()
1455 size = ha->fw_dump_len; in qla2x00_fw_dump_size_show()
Dqla_init.c3202 if (!ha->fw_dump_len || dump_size != ha->fw_dump_len) { in qla2x00_alloc_fw_dump()
3213 ha->fw_dump_len = dump_size; in qla2x00_alloc_fw_dump()
Dqla_def.h3994 uint32_t fw_dump_len; member
Dqla_os.c4413 ha->fw_dump_len = 0; in qla2x00_free_fw_dump()
/Linux-v4.19/drivers/bluetooth/
Dbtmrvl_sdio.c1324 u32 memory_size, fw_dump_len = 0; in btmrvl_sdio_coredump() local
1404 fw_dump_len += (strlen("========Start dump ") + in btmrvl_sdio_coredump()
1452 if (fw_dump_len == 0) in btmrvl_sdio_coredump()
1455 fw_dump_data = vzalloc(fw_dump_len+1); in btmrvl_sdio_coredump()
1493 dev_coredumpv(&card->func->dev, fw_dump_data, fw_dump_len, GFP_KERNEL); in btmrvl_sdio_coredump()