Searched refs:hma (Results 1 – 2 of 2) sorted by relevance
4006 if (!adapter->hma.sgt) in adap_free_hma_mem()4022 kfree(adapter->hma.phy_addr); in adap_free_hma_mem()4023 sg_free_table(adapter->hma.sgt); in adap_free_hma_mem()4024 kfree(adapter->hma.sgt); in adap_free_hma_mem()4025 adapter->hma.sgt = NULL; in adap_free_hma_mem()4068 adapter->hma.sgt = kzalloc(sizeof(*adapter->hma.sgt), GFP_KERNEL); in adap_config_hma()4069 if (unlikely(!adapter->hma.sgt)) { in adap_config_hma()4073 sgt = adapter->hma.sgt; in adap_config_hma()4079 kfree(adapter->hma.sgt); in adap_config_hma()4080 adapter->hma.sgt = NULL; in adap_config_hma()[all …]
1220 struct hma_data hma; member
Completed in 22 milliseconds