Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2835 struct fcip_esballoc_arg *fesb_argp; in fcip_data_cb() local
2951 fesb_argp = (struct fcip_esballoc_arg *) in fcip_data_cb()
2954 if (fesb_argp == NULL) { in fcip_data_cb()
2965 kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg)); in fcip_data_cb()
2972 fesb_argp->frtnp = free_ubuf; in fcip_data_cb()
2973 fesb_argp->buf = buf; in fcip_data_cb()
2974 fesb_argp->phandle = phandle; in fcip_data_cb()
2976 free_ubuf->free_arg = (char *)fesb_argp; in fcip_data_cb()
2979 kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg)); in fcip_data_cb()
3263 struct fcip_esballoc_arg *fesb_argp = (struct fcip_esballoc_arg *)arg; in fcip_ubfree() local
[all …]