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 D | fc_appif.h | 112 } 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 D | fcgs2.h | 272 typedef fc_ct_header_t fc_reg_resp_t; 273 typedef fc_ct_header_t fc_query_resp_t;
|
H A D | fc_portif.h | 313 fc_ct_header_t ns_resp_hdr;
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcsm.h | 229 fc_ct_header_t aiu_header;
|
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 5390 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 D | fctl.c | 1349 sizeof (fc_ct_header_t)); in fc_ulp_port_ns()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_lv.c | 839 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 D | fcsm.c | 2488 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 D | ql_isr.c | 3092 if (cnt < sizeof (fc_ct_header_t)) { in ql_ms_entry()
|
H A D | ql_api.c | 7234 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()
|