Searched defs:fctio (Results 1 – 4 of 4) sorted by relevance
249 fctio_t fctio; in getPortAttributes() local303 fctio_t fctio; in getDiscoveredAttributes() local359 fctio_t fctio; in getDiscoveredAttributes() local402 fctio_t fctio; in sendRLS() local464 void TgtFCHBAPort::fct_ioctl(int cmd, fctio_t *fctio) { in fct_ioctl()
93 fctio_t fctio; in getHBAAttributes() local169 fctio_t fctio; in doForceLip() local224 fctio_t fctio; in loadAdapters() local
52 typedef struct fctio { struct53 uint16_t fctio_xfer; /* direction */ argument54 uint16_t fctio_cmd; /* sub command */ argument55 uint16_t fctio_flags; /* flags */ argument56 uint16_t fctio_cmd_flags; /* command specific flags */ argument57 uint32_t fctio_ilen; /* Input buffer length */ argument58 uint32_t fctio_olen; /* Output buffer length */ argument59 uint32_t fctio_alen; /* Auxillary buffer length */ argument60 uint32_t fctio_errno; /* FC internal error code */ argument61 uint64_t fctio_ibuf; /* Input buffer */ argument[all …]
241 fct_copyin_iocdata(intptr_t data, int mode, fctio_t **fctio, in fct_copyin_iocdata()294 fct_copyout_iocdata(intptr_t data, int mode, fctio_t *fctio, void *obuf) in fct_copyout_iocdata()777 fctio_t *fctio; in fct_fctiocmd() local