Searched refs:ath_hal_malloc (Results 1 - 25 of 30) sorted by relevance

12

/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/
H A Dah_eeprom_v1.c180 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v1));
H A Dah_eeprom_9287.c321 ee = ath_hal_malloc(sizeof(HAL_EEPROM_9287));
H A Dah_eeprom_v14.c363 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v14));
H A Dah_eeprom_v4k.c309 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v4k));
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));
/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/ar5210/
H A Dar5210_attach.c201 ahp = ath_hal_malloc(sizeof (struct ath_hal_5210));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c423 priv = ath_hal_malloc(sizeof(struct ar9280State));
H A Dar9287.c365 priv = ath_hal_malloc(sizeof(struct ar9287State));
H A Dar9285_attach.c150 ahp9285 = ath_hal_malloc(sizeof (struct ath_hal_9285));
H A Dar9287_attach.c129 ahp9287 = ath_hal_malloc(sizeof (struct ath_hal_9287));
H A Dar9280_attach.c167 ahp9280 = ath_hal_malloc(sizeof (struct ath_hal_9280));
/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/ar5212/
H A Dar5111.c691 priv = ath_hal_malloc(sizeof(struct ar5111State));
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 Dar5112.c861 priv = ath_hal_malloc(sizeof(struct ar5112State));
H A Dar5413.c774 priv = ath_hal_malloc(sizeof(struct ar5413State));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c537 priv = ath_hal_malloc(sizeof(struct ar2133State)
H A Dar5416_attach.c313 ahp5416 = ath_hal_malloc(sizeof (struct ath_hal_5416) +

Completed in 261 milliseconds

12