Home
last modified time | relevance | path

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
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/io/fibre-channel/impl/
H A Dfp.c5391 cmd = fp_alloc_pkt(port, sizeof (fc_ct_header_t) + in fp_ns_reg()
5423 (uint8_t *)(pkt->pkt_cmd + sizeof (fc_ct_header_t)), in fp_ns_reg()
5432 cmd = fp_alloc_pkt(port, sizeof (fc_ct_header_t) + in fp_ns_reg()
5450 (uint8_t *)(pkt->pkt_cmd + sizeof (fc_ct_header_t)), in fp_ns_reg()
5459 cmd = fp_alloc_pkt(port, sizeof (fc_ct_header_t) + in fp_ns_reg()
5482 (uint8_t *)(pkt->pkt_cmd + sizeof (fc_ct_header_t)), in fp_ns_reg()
5505 cmd = fp_alloc_pkt(port, sizeof (fc_ct_header_t) + pl_size, in fp_ns_reg()
5518 (pkt->pkt_cmd + sizeof (fc_ct_header_t)), sizeof (spn), in fp_ns_reg()
5521 (uint8_t *)(pkt->pkt_cmd + sizeof (fc_ct_header_t) in fp_ns_reg()
5528 (pkt->pkt_cmd + sizeof (fc_ct_header_t) + in fp_ns_reg()
[all …]
H A Dfctl.c1350 sizeof (fc_ct_header_t)); in fc_ulp_port_ns()
/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/fca/fcoei/
H A Dfcoei_lv.c839 fc_ct_header_t *ct = (fc_ct_header_t *)(void *)fpkt->pkt_cmd; in fcoei_initiate_ct_req()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2487 fc_ct_header_t *ct_header; in fcsm_retry_job()
2502 (fc_ct_header_t *)((fcio_t *)job->job_arg)->fcio_ibuf; in fcsm_retry_job()
2811 fc_ct_header_t *ct_header; in fcsm_job_ct_passthru()
2842 ct_header = (fc_ct_header_t *)fcio->fcio_ibuf; in fcsm_job_ct_passthru()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c3253 if (cnt < sizeof (fc_ct_header_t)) { in ql_ms_entry()
H A Dql_api.c7625 fc_ct_header_t hdr; in ql_fc_services()
7641 sizeof (fc_ct_header_t)); in ql_fc_services()
7749 fc_ct_header_t hdr; in ql_cthdr_endian()
7763 bp = (uint8_t *)ct_hdr + sizeof (fc_ct_header_t); in ql_cthdr_endian()