Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2764 frtn_t *free_ubuf; in fcip_data_cb() local
2890 free_ubuf = (frtn_t *)kmem_zalloc(sizeof (frtn_t), KM_NOSLEEP); in fcip_data_cb()
2891 if (free_ubuf == NULL) { in fcip_data_cb()
2899 fesb_argp->frtnp = free_ubuf; in fcip_data_cb()
2902 free_ubuf->free_func = fcip_ubfree; in fcip_data_cb()
2903 free_ubuf->free_arg = (char *)fesb_argp; in fcip_data_cb()
2905 len, BPRI_MED, free_ubuf)) == NULL) { in fcip_data_cb()
2907 kmem_free(free_ubuf, sizeof (frtn_t)); in fcip_data_cb()