Searched refs:fcoeio_t (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/fcoe/ |
H A D | fcoe.c | 111 static int fcoe_copyin_iocdata(intptr_t data, int mode, fcoeio_t **fcoeio, 113 static int fcoe_copyout_iocdata(intptr_t data, int mode, fcoeio_t *fcoeio, 562 fcoe_copyin_iocdata(intptr_t data, int mode, fcoeio_t **fcoeio, in fcoe_copyin_iocdata() 570 *fcoeio = kmem_zalloc(sizeof (fcoeio_t), KM_SLEEP); in fcoe_copyin_iocdata() 571 if (ddi_copyin((void *)data, *fcoeio, sizeof (fcoeio_t), mode) != 0) { in fcoe_copyin_iocdata() 617 kmem_free(*fcoeio, sizeof (fcoeio_t)); in fcoe_copyin_iocdata() 622 fcoe_copyout_iocdata(intptr_t data, int mode, fcoeio_t *fcoeio, void *obuf) in fcoe_copyout_iocdata() 632 if (ddi_copyout(fcoeio, (void *)data, sizeof (fcoeio_t), mode) != 0) { in fcoe_copyout_iocdata() 646 fcoeio_t *fcoeio; in fcoe_iocmd() 845 kmem_free(fcoeio, sizeof (fcoeio_t)); in fcoe_iocmd()
|
H A D | fcoe_fc.h | 39 extern int fcoe_delete_port(dev_info_t *, fcoeio_t *,
|
H A D | fcoe_fc.c | 463 fcoe_delete_port(dev_info_t *parent, fcoeio_t *fcoeio, datalink_id_t linkid, in fcoe_delete_port()
|
/titanic_50/usr/src/uts/common/sys/fcoe/ |
H A D | fcoeio.h | 94 } fcoeio_t; typedef
|
/titanic_50/usr/src/lib/libfcoe/common/ |
H A D | libfcoe.c | 482 fcoeio_t fcoeio; in FCOE_CreatePort() 619 fcoeio_t fcoeio; in FCOE_DeletePort() 721 fcoeio_t fcoeio; in FCOE_GetPortList()
|