Searched refs:hma (Results 1 – 2 of 2) sorted by relevance
3996 if (!adapter->hma.sgt) in adap_free_hma_mem()4012 kfree(adapter->hma.phy_addr); in adap_free_hma_mem()4013 sg_free_table(adapter->hma.sgt); in adap_free_hma_mem()4014 kfree(adapter->hma.sgt); in adap_free_hma_mem()4015 adapter->hma.sgt = NULL; in adap_free_hma_mem()4058 adapter->hma.sgt = kzalloc(sizeof(*adapter->hma.sgt), GFP_KERNEL); in adap_config_hma()4059 if (unlikely(!adapter->hma.sgt)) { in adap_config_hma()4063 sgt = adapter->hma.sgt; in adap_config_hma()4069 kfree(adapter->hma.sgt); in adap_config_hma()4070 adapter->hma.sgt = NULL; in adap_config_hma()[all …]
1215 struct hma_data hma; member