Searched refs:t1_os_free (Results 1 – 19 of 19) sorted by relevance
/titanic_41/usr/src/uts/common/io/chxge/com/ |
H A D | cspi.c | 78 t1_os_free((void *)cspi, sizeof(*cspi)); in t1_cspi_destroy()
|
H A D | xpak.c | 78 t1_os_free((void *)cphy, sizeof(*cphy)); in xpak_destroy()
|
H A D | vsc7321.c | 275 t1_os_free((void *)mac, sizeof(*mac) + sizeof(cmac_instance)); in vsc7321_mac_create() 426 t1_os_free((void *)mac, sizeof(*mac) + sizeof(cmac_instance)); in mac_destroy()
|
H A D | ulp.c | 162 t1_os_free((void *)ulp, sizeof(*ulp)); in t1_ulp_destroy()
|
H A D | mv88x201x.c | 186 t1_os_free((void *) cphy, sizeof(*cphy)); in mv88x201x_destroy()
|
H A D | my3126.c | 167 t1_os_free((void *) cphy, sizeof(*cphy)); in my3126_destroy()
|
H A D | mc4.c | 43 t1_os_free((void *)mc4, sizeof(*mc4)); in t1_mc4_destroy()
|
H A D | mc3.c | 355 t1_os_free((void *)mc3, sizeof(*mc3)); in t1_mc3_destroy()
|
H A D | mv88e1xxx.c | 360 t1_os_free((void *)cphy, sizeof(*cphy)); in mv88e1xxx_destroy()
|
H A D | ch_mac.c | 333 t1_os_free((void *)mac, sizeof (*mac) + sizeof (cmac_instance)); in mac_destroy()
|
H A D | espi.c | 316 t1_os_free((void *)espi, sizeof(*espi)); in t1_espi_destroy()
|
H A D | tp.c | 283 t1_os_free((void *)tp, sizeof(*tp)); in t1_tp_destroy()
|
H A D | ixf1010.c | 450 t1_os_free((void *)mac, sizeof(*mac) + sizeof(cmac_instance)); in mac_destroy()
|
H A D | mc5.c | 666 t1_os_free((void *)mc5, sizeof(*mc5)); in t1_mc5_destroy()
|
H A D | vsc7326.c | 682 t1_os_free((void *)mac, sizeof(*mac) + sizeof(cmac_instance)); in mac_destroy()
|
H A D | pm3393.c | 685 t1_os_free((void *)cmac, sizeof(*cmac) + sizeof(cmac_instance)); in pm3393_destroy()
|
/titanic_41/usr/src/uts/common/io/chxge/ |
H A D | ch.h | 294 void t1_os_free(void *adr, size_t len);
|
H A D | glue.c | 136 t1_os_free(void *adr, size_t len) in t1_os_free() function
|
H A D | sge.c | 184 t1_os_free(sge, sizeof (pesge)); in t1_sge_create() 204 t1_os_free(sge, sizeof (pesge)); in t1_sge_destroy() 1534 t1_os_free(Q->fq_centries, in free_rx_resources() 1620 t1_os_free(Q->cq_centries, size); in free_tx_resources()
|