Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2765 struct fcip_esballoc_arg *fesb_argp; in fcip_data_cb() local
2878 fesb_argp = (struct fcip_esballoc_arg *) in fcip_data_cb()
2881 if (fesb_argp == NULL) { in fcip_data_cb()
2899 fesb_argp->frtnp = free_ubuf; in fcip_data_cb()
2900 fesb_argp->buf = buf; in fcip_data_cb()
2901 fesb_argp->phandle = phandle; in fcip_data_cb()
2903 free_ubuf->free_arg = (char *)fesb_argp; in fcip_data_cb()
3192 fport = fcip_get_port(fesb_argp->phandle); in fcip_ubfree()
3195 ASSERT(fesb_argp != NULL); in fcip_ubfree()
3196 ubuf = fesb_argp->buf; in fcip_ubfree()
[all …]