Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c577 (*fcoeio)->fcoeio_alen > FCOEIO_MAX_BUF_LEN || in fcoe_copyin_iocdata()
592 if ((*fcoeio)->fcoeio_alen) { in fcoe_copyin_iocdata()
593 *abuf = kmem_zalloc((*fcoeio)->fcoeio_alen, KM_SLEEP); in fcoe_copyin_iocdata()
595 *abuf, (*fcoeio)->fcoeio_alen, mode) != 0) { in fcoe_copyin_iocdata()
608 kmem_free(*abuf, (*fcoeio)->fcoeio_alen); in fcoe_copyin_iocdata()
837 kmem_free(abuf, fcoeio->fcoeio_alen); in fcoe_iocmd()
/illumos-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoeio.h89 uint32_t fcoeio_alen; /* Auxillary buffer length */ member