Home
last modified time | relevance | path

Searched refs:t1_os_malloc_wait_zero (Results 1 – 19 of 19) sorted by relevance

/titanic_44/usr/src/uts/common/io/chxge/com/
H A Dcspi.c69 struct pecspi *cspi = t1_os_malloc_wait_zero(sizeof(*cspi)); in t1_cspi_create()
H A Dxpak.c113 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy)); in xpak_phy_create()
H A Dulp.c153 struct peulp *ulp = t1_os_malloc_wait_zero(sizeof(*ulp)); in t1_ulp_create()
H A Dmv88x201x.c222 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy)); in mv88x201x_phy_create()
H A Dmy3126.c202 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy)); in my3126_phy_create()
H A Dmc4.c195 struct pemc4 *mc4 = t1_os_malloc_wait_zero(sizeof(*mc4)); in t1_mc4_create()
H A Dmc3.c343 struct pemc3 *mc3 = t1_os_malloc_wait_zero(sizeof(*mc3)); in t1_mc3_create()
H A Dmv88e1xxx.c400 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy)); in mv88e1xxx_phy_create()
H A Dvsc7321.c246 mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance)); in vsc7321_mac_create()
H A Dch_mac.c381 mac = t1_os_malloc_wait_zero(sizeof (*mac) + sizeof (cmac_instance)); in mac_create()
H A Despi.c321 struct peespi *espi = t1_os_malloc_wait_zero(sizeof(*espi)); in t1_espi_create()
H A Dtp.c288 struct petp *tp = t1_os_malloc_wait_zero(sizeof(*tp)); in t1_tp_create()
H A Dixf1010.c517 mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance)); in ixf1010_mac_create()
H A Dmc5.c642 mc5 = t1_os_malloc_wait_zero(sizeof(*mc5)); in t1_mc5_create()
H A Dvsc7326.c730 mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance)); in vsc7326_mac_create()
H A Dpm3393.c735 cmac = t1_os_malloc_wait_zero(sizeof(*cmac) + sizeof(cmac_instance)); in pm3393_mac_create()
/titanic_44/usr/src/uts/common/io/chxge/
H A Dch.h293 void *t1_os_malloc_wait_zero(size_t len);
H A Dglue.c130 t1_os_malloc_wait_zero(size_t len) in t1_os_malloc_wait_zero() function
H A Dsge.c139 sge = t1_os_malloc_wait_zero(sizeof (pesge)); in t1_sge_create()
1312 Q->fq_centries = t1_os_malloc_wait_zero(size); in alloc_rx_resources()
1394 Q->cq_centries = t1_os_malloc_wait_zero(size); in alloc_tx_resources()