Searched defs:fc_packet (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfc_transport.h63 typedef struct fc_packet { struct
73 void (*fc_pkt_comp)(struct fc_packet *);
92 struct fc_packet *fc_pkt_next, /* Chain of FC packet reqs. */
205 struct fc_packet *fc,
212 struct fc_packet *fc);
215 * Allocate an fc_packet structure.
222 * Free an fc_packet structure.
226 struct fc_packet *pkt);
291 * fc_packet structure, with a valid cmd dataseg
302 struct fc_packet *pk
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h143 typedef struct fc_packet { struct
154 void (*pkt_ulp_comp)(struct fc_packet *);
157 void (*pkt_comp)(struct fc_packet *); /* callback */
212 _NOTE(SCHEME_PROTECTS_DATA("not messed with after transport", fc_packet))

Completed in 60 milliseconds