Searched refs:ath_hal_malloc (Results 1 - 25 of 30) sorted by last modified time

12

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h625 extern void *ath_hal_malloc(size_t);
H A Dah_eeprom_9287.c321 ee = ath_hal_malloc(sizeof(HAL_EEPROM_9287));
H A Dah_eeprom_v1.c180 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v1));
H A Dah_eeprom_v14.c363 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v14));
H A Dah_eeprom_v3.c147 data = ath_hal_malloc(
744 pCal = ath_hal_malloc(sizeof(EEPROM_DATA_STRUCT_2413));
1835 ee = ath_hal_malloc(sizeof(HAL_EEPROM));
H A Dah_eeprom_v4k.c309 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v4k));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c313 ahp5416 = ath_hal_malloc(sizeof (struct ath_hal_5416) +
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c335 ahp = ath_hal_malloc(sizeof (struct ath_hal_5212));
H A Dar2316.c733 priv = ath_hal_malloc(sizeof(struct ar2316State));
H A Dar2317.c713 priv = ath_hal_malloc(sizeof(struct ar2317State));
H A Dar2413.c728 priv = ath_hal_malloc(sizeof(struct ar2413State));
H A Dar2425.c691 priv = ath_hal_malloc(sizeof(struct ar2425State));
H A Dar5111.c691 priv = ath_hal_malloc(sizeof(struct ar5111State));
H A Dar5112.c861 priv = ath_hal_malloc(sizeof(struct ar5112State));
H A Dar5413.c774 priv = ath_hal_malloc(sizeof(struct ar5413State));
/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c1628 ath_hal_malloc(size_t size) function
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c656 AH9300(ah)->ah_cal_mem = ath_hal_malloc(HOST_CALDATA_SIZE);
2512 ahp = ath_hal_malloc(sizeof(struct ath_hal_9300));
H A Dar9300_phy.c1131 data = (u_int8_t *)ath_hal_malloc(
/freebsd-11-stable/sys/dev/ath/
H A Dah_osdep.c82 extern void *ath_hal_malloc(size_t);
106 ath_hal_malloc(size_t size) function
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c201 ahp = ath_hal_malloc(sizeof (struct ath_hal_5210));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c219 ahp = ath_hal_malloc(sizeof (struct ath_hal_5211));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c78 ahp = ath_hal_malloc(sizeof (struct ath_hal_5212));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9001/
H A Dar9130_attach.c87 ahp5416 = ath_hal_malloc(sizeof (struct ath_hal_5416));
H A Dar9160_attach.c131 ahp5416 = ath_hal_malloc(sizeof (struct ath_hal_5416));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c423 priv = ath_hal_malloc(sizeof(struct ar9280State));

Completed in 163 milliseconds

12