Searched refs:fc_ct_header_t (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfc_appif.h112 } fc_ct_header_t; typedef in typeref:struct:ct_header
204 fc_ct_header_t ns_resp_hdr; /* for the curious */
233 fc_ct_header_t ns_resp_hdr; /* for the curious */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfcgs2.h272 typedef fc_ct_header_t fc_reg_resp_t;
273 typedef fc_ct_header_t fc_query_resp_t;
H A Dfc_portif.h313 fc_ct_header_t ns_resp_hdr;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h229 fc_ct_header_t aiu_header;
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c5390 cmd = fp_alloc_pkt(port, sizeof (fc_ct_header_t) +
5422 (uint8_t *)(pkt->pkt_cmd + sizeof (fc_ct_header_t)),
5431 cmd = fp_alloc_pkt(port, sizeof (fc_ct_header_t) +
5449 (uint8_t *)(pkt->pkt_cmd + sizeof (fc_ct_header_t)),
5458 cmd = fp_alloc_pkt(port, sizeof (fc_ct_header_t) +
5481 (uint8_t *)(pkt->pkt_cmd + sizeof (fc_ct_header_t)),
5504 cmd = fp_alloc_pkt(port, sizeof (fc_ct_header_t) + pl_size,
5517 (pkt->pkt_cmd + sizeof (fc_ct_header_t)), sizeof (spn),
5520 (uint8_t *)(pkt->pkt_cmd + sizeof (fc_ct_header_t)
5527 (pkt->pkt_cmd + sizeof (fc_ct_header_t)
[all...]
H A Dfctl.c1349 sizeof (fc_ct_header_t));
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c839 fc_ct_header_t *ct = (fc_ct_header_t *)(void *)fpkt->pkt_cmd;
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2487 fc_ct_header_t *ct_header;
2502 (fc_ct_header_t *)((fcio_t *)job->job_arg)->fcio_ibuf;
2811 fc_ct_header_t *ct_header;
2842 ct_header = (fc_ct_header_t *)fcio->fcio_ibuf;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c3092 if (cnt < sizeof (fc_ct_header_t)) {
H A Dql_api.c7234 fc_ct_header_t hdr;
7250 sizeof (fc_ct_header_t));
7351 fc_ct_header_t hdr;
7365 bp = (uint8_t *)ct_hdr + sizeof (fc_ct_header_t);

Completed in 143 milliseconds