Home
last modified time | relevance | path

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

/titanic_44/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 */
/titanic_44/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;
/titanic_44/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h229 fc_ct_header_t aiu_header;
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c5390 cmd = fp_alloc_pkt(port, sizeof (fc_ct_header_t) + in fp_ns_reg()
5422 (uint8_t *)(pkt->pkt_cmd + sizeof (fc_ct_header_t)), in fp_ns_reg()
5431 cmd = fp_alloc_pkt(port, sizeof (fc_ct_header_t) + in fp_ns_reg()
5449 (uint8_t *)(pkt->pkt_cmd + sizeof (fc_ct_header_t)), in fp_ns_reg()
5458 cmd = fp_alloc_pkt(port, sizeof (fc_ct_header_t) + in fp_ns_reg()
5481 (uint8_t *)(pkt->pkt_cmd + sizeof (fc_ct_header_t)), in fp_ns_reg()
5504 cmd = fp_alloc_pkt(port, sizeof (fc_ct_header_t) + pl_size, in fp_ns_reg()
5517 (pkt->pkt_cmd + sizeof (fc_ct_header_t)), sizeof (spn), in fp_ns_reg()
5520 (uint8_t *)(pkt->pkt_cmd + sizeof (fc_ct_header_t) in fp_ns_reg()
5527 (pkt->pkt_cmd + sizeof (fc_ct_header_t) + in fp_ns_reg()
[all …]
H A Dfctl.c1349 sizeof (fc_ct_header_t)); in fc_ulp_port_ns()
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2488 fc_ct_header_t *ct_header; in fcsm_retry_job()
2503 (fc_ct_header_t *)((fcio_t *)job->job_arg)->fcio_ibuf; in fcsm_retry_job()
2812 fc_ct_header_t *ct_header; in fcsm_job_ct_passthru()
2843 ct_header = (fc_ct_header_t *)fcio->fcio_ibuf; in fcsm_job_ct_passthru()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c3092 if (cnt < sizeof (fc_ct_header_t)) { in ql_ms_entry()
H A Dql_api.c7234 fc_ct_header_t hdr; in ql_fc_services()
7250 sizeof (fc_ct_header_t)); in ql_fc_services()
7351 fc_ct_header_t hdr; in ql_cthdr_endian()
7365 bp = (uint8_t *)ct_hdr + sizeof (fc_ct_header_t); in ql_cthdr_endian()