Searched refs:t1_os_malloc_wait_zero (Results 1 – 19 of 19) sorted by relevance
69 struct pecspi *cspi = t1_os_malloc_wait_zero(sizeof(*cspi)); in t1_cspi_create()
113 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy)); in xpak_phy_create()
153 struct peulp *ulp = t1_os_malloc_wait_zero(sizeof(*ulp)); in t1_ulp_create()
222 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy)); in mv88x201x_phy_create()
202 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy)); in my3126_phy_create()
195 struct pemc4 *mc4 = t1_os_malloc_wait_zero(sizeof(*mc4)); in t1_mc4_create()
343 struct pemc3 *mc3 = t1_os_malloc_wait_zero(sizeof(*mc3)); in t1_mc3_create()
400 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy)); in mv88e1xxx_phy_create()
246 mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance)); in vsc7321_mac_create()
381 mac = t1_os_malloc_wait_zero(sizeof (*mac) + sizeof (cmac_instance)); in mac_create()
321 struct peespi *espi = t1_os_malloc_wait_zero(sizeof(*espi)); in t1_espi_create()
288 struct petp *tp = t1_os_malloc_wait_zero(sizeof(*tp)); in t1_tp_create()
517 mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance)); in ixf1010_mac_create()
642 mc5 = t1_os_malloc_wait_zero(sizeof(*mc5)); in t1_mc5_create()
730 mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance)); in vsc7326_mac_create()
735 cmac = t1_os_malloc_wait_zero(sizeof(*cmac) + sizeof(cmac_instance)); in pm3393_mac_create()
293 void *t1_os_malloc_wait_zero(size_t len);
130 t1_os_malloc_wait_zero(size_t len) in t1_os_malloc_wait_zero() function
139 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()