Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcspi.c67 struct pecspi *cspi = t1_os_malloc_wait_zero(sizeof(*cspi)); in t1_cspi_create()
H A Dxpak.c111 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy)); in xpak_phy_create()
H A Dulp.c151 struct peulp *ulp = t1_os_malloc_wait_zero(sizeof(*ulp)); in t1_ulp_create()
H A Dmv88x201x.c220 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy)); in mv88x201x_phy_create()
H A Dmy3126.c208 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof (*cphy)); in my3126_phy_create()
H A Dmc4.c193 struct pemc4 *mc4 = t1_os_malloc_wait_zero(sizeof(*mc4)); in t1_mc4_create()
H A Dmc3.c341 struct pemc3 *mc3 = t1_os_malloc_wait_zero(sizeof(*mc3)); in t1_mc3_create()
H A Dmv88e1xxx.c398 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy)); in mv88e1xxx_phy_create()
H A Dvsc7321.c244 mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance)); in vsc7321_mac_create()
H A Dch_mac.c379 mac = t1_os_malloc_wait_zero(sizeof (*mac) + sizeof (cmac_instance)); in mac_create()
H A Despi.c319 struct peespi *espi = t1_os_malloc_wait_zero(sizeof(*espi)); in t1_espi_create()
H A Dtp.c286 struct petp *tp = t1_os_malloc_wait_zero(sizeof(*tp)); in t1_tp_create()
H A Dixf1010.c515 mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance)); in ixf1010_mac_create()
H A Dmc5.c640 mc5 = t1_os_malloc_wait_zero(sizeof(*mc5)); in t1_mc5_create()
H A Dvsc7326.c728 mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance)); in vsc7326_mac_create()
H A Dpm3393.c733 cmac = t1_os_malloc_wait_zero(sizeof(*cmac) + sizeof(cmac_instance)); in pm3393_mac_create()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h291 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.c137 sge = t1_os_malloc_wait_zero(sizeof (pesge)); in t1_sge_create()
1310 Q->fq_centries = t1_os_malloc_wait_zero(size); in alloc_rx_resources()
1392 Q->cq_centries = t1_os_malloc_wait_zero(size); in alloc_tx_resources()