Home
last modified time | relevance | path

Searched refs:p_cache (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/sound/pci/asihpi/
A Dhpicmn.c186 if (!pC->p_cache) in control_cache_alloc_check()
646 if (!p_cache) in hpi_alloc_control_cache()
649 p_cache->p_info = in hpi_alloc_control_cache()
651 if (!p_cache->p_info) { in hpi_alloc_control_cache()
652 kfree(p_cache); in hpi_alloc_control_cache()
658 p_cache->p_cache = p_dsp_control_buffer; in hpi_alloc_control_cache()
659 p_cache->init = 0; in hpi_alloc_control_cache()
660 return p_cache; in hpi_alloc_control_cache()
665 if (p_cache) { in hpi_free_control_cache()
666 kfree(p_cache->p_info); in hpi_free_control_cache()
[all …]
A Dhpicmn.h43 u8 *p_cache; member
61 void hpi_free_control_cache(struct hpi_control_cache *p_cache);
A Dhpi6000.c142 struct hpi_control_cache *p_cache; member
242 if (hpi_check_control_cache(phw->p_cache, phm, phr)) in control_message()
249 hpi_cmn_control_cache_sync_to_msg(phw->p_cache, phm, phr); in control_message()
566 phw->p_cache = in create_adapter_obj()
571 if (phw->p_cache) in create_adapter_obj()
578 if (phw->p_cache) in create_adapter_obj()
579 phw->p_cache->adap_idx = pao->index; in create_adapter_obj()
589 hpi_free_control_cache(phw->p_cache); in delete_adapter_obj()
A Dhpi6205.c122 struct hpi_control_cache *p_cache; member
245 if (hpi_check_control_cache(phw->p_cache, phm, phr)) { in control_message()
262 hpi_cmn_control_cache_sync_to_msg(phw->p_cache, phm, in control_message()
598 phw->p_cache = in create_adapter_obj()
604 if (!phw->p_cache) in create_adapter_obj()
657 if (phw->p_cache) in create_adapter_obj()
658 phw->p_cache->adap_idx = pao->index; in create_adapter_obj()
682 hpi_free_control_cache(phw->p_cache); in delete_adapter_obj()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_sysfs.c992 if (!p_cache) in qlcnic_83xx_sysfs_flash_bulk_write()
998 p_src = p_cache; in qlcnic_83xx_sysfs_flash_bulk_write()
1001 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1008 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1029 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1041 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1047 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1060 if (!p_cache) in qlcnic_83xx_sysfs_flash_write()
1065 p_src = p_cache; in qlcnic_83xx_sysfs_flash_write()
1069 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
[all …]
A Dqlcnic_83xx_init.c1317 u8 *p_cache; in qlcnic_83xx_copy_bootloader() local
1330 p_cache = vzalloc(size); in qlcnic_83xx_copy_bootloader()
1331 if (p_cache == NULL) in qlcnic_83xx_copy_bootloader()
1334 ret = qlcnic_83xx_lockless_flash_read32(adapter, src, p_cache, in qlcnic_83xx_copy_bootloader()
1337 vfree(p_cache); in qlcnic_83xx_copy_bootloader()
1341 ret = qlcnic_ms_mem_write128(adapter, dest, (u32 *)p_cache, in qlcnic_83xx_copy_bootloader()
1344 vfree(p_cache); in qlcnic_83xx_copy_bootloader()
1347 vfree(p_cache); in qlcnic_83xx_copy_bootloader()
1356 u32 dest, *p_cache, *temp; in qlcnic_83xx_copy_fw_file() local
1380 p_cache = temp; in qlcnic_83xx_copy_fw_file()
[all …]
/linux-6.3-rc2/fs/ocfs2/
A Dblockcheck.c54 static unsigned int calc_code_bit(unsigned int i, unsigned int *p_cache) in calc_code_bit() argument
65 if (p_cache) in calc_code_bit()
66 p = *p_cache; in calc_code_bit()
80 if (p_cache) in calc_code_bit()
81 *p_cache = p; in calc_code_bit()
/linux-6.3-rc2/drivers/scsi/qla4xxx/
A Dql4_83xx.c624 uint8_t *p_cache; in qla4_83xx_copy_bootloader() local
640 p_cache = vmalloc(size); in qla4_83xx_copy_bootloader()
641 if (p_cache == NULL) { in qla4_83xx_copy_bootloader()
648 ret_val = qla4_83xx_lockless_flash_read_u32(ha, src, p_cache, in qla4_83xx_copy_bootloader()
659 ret_val = qla4_8xxx_ms_mem_write_128b(ha, dest, (uint32_t *)p_cache, in qla4_83xx_copy_bootloader()
671 vfree(p_cache); in qla4_83xx_copy_bootloader()
/linux-6.3-rc2/drivers/scsi/qla2xxx/
A Dqla_nx2.c1216 uint8_t *p_cache; in qla8044_copy_bootloader() local
1233 p_cache = vmalloc(size); in qla8044_copy_bootloader()
1234 if (p_cache == NULL) { in qla8044_copy_bootloader()
1243 p_cache, size/sizeof(uint32_t)); in qla8044_copy_bootloader()
1254 (uint32_t *)p_cache, count); in qla8044_copy_bootloader()
1265 vfree(p_cache); in qla8044_copy_bootloader()
3793 uint8_t *p_cache, *p_src; in qla8044_write_optrom_data() local
3798 if (!p_cache) in qla8044_write_optrom_data()
3801 memcpy(p_cache, buf, length); in qla8044_write_optrom_data()
3802 p_src = p_cache; in qla8044_write_optrom_data()
[all …]

Completed in 29 milliseconds