Home
last modified time | relevance | path

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

/titanic_50/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 *); argument
157 void (*pkt_comp)(struct fc_packet *); /* callback */ argument
158 struct fc_remote_port *pkt_pd; /* port device */
159 ddi_dma_handle_t pkt_cmd_dma; /* command DMA */
160 ddi_acc_handle_t pkt_cmd_acc; /* command access */
161 ddi_dma_cookie_t *pkt_cmd_cookie; /* command cookie */
162 ddi_dma_handle_t pkt_resp_dma; /* response DMA */
163 ddi_acc_handle_t pkt_resp_acc; /* response access */
164 ddi_dma_cookie_t *pkt_resp_cookie; /* response cookie */
[all …]
/titanic_50/usr/src/uts/common/sys/fc4/
H A Dfc_transport.h63 typedef struct fc_packet { struct
73 void (*fc_pkt_comp)(struct fc_packet *); argument
92 struct fc_packet *fc_pkt_next, /* Chain of FC packet reqs. */ argument
94 } fc_packet_t; argument