Home
last modified time | relevance | path

Searched defs:fcoeio (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoeio.h82 typedef struct fcoeio { struct
83 uint16_t fcoeio_xfer; /* direction */ argument
84 uint16_t fcoeio_cmd; /* sub command */ argument
85 uint16_t fcoeio_flags; /* flags */ argument
86 uint16_t fcoeio_cmd_flags; /* command specific flags */ argument
87 uint32_t fcoeio_ilen; /* Input buffer length */ argument
88 uint32_t fcoeio_olen; /* Output buffer length */ argument
89 uint32_t fcoeio_alen; /* Auxillary buffer length */ argument
91 uint64_t fcoeio_ibuf; /* Input buffer */ argument
92 uint64_t fcoeio_obuf; /* Output buffer */ argument
[all …]
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c483 fcoeio_t fcoeio; in FCOE_CreatePort() local
620 fcoeio_t fcoeio; in FCOE_DeletePort() local
722 fcoeio_t fcoeio; in FCOE_GetPortList() local
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c562 fcoe_copyin_iocdata(intptr_t data, int mode, fcoeio_t **fcoeio, in fcoe_copyin_iocdata()
622 fcoe_copyout_iocdata(intptr_t data, int mode, fcoeio_t *fcoeio, void *obuf) in fcoe_copyout_iocdata()
646 fcoeio_t *fcoeio; in fcoe_iocmd() local
H A Dfcoe_fc.c466 fcoe_delete_port(dev_info_t *parent, fcoeio_t *fcoeio, datalink_id_t linkid, in fcoe_delete_port()