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 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 */
|
/illumos-gate/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;
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 5391 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 D | fctl.c | 1350 sizeof (fc_ct_header_t)); in fc_ulp_port_ns()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcsm.h | 229 fc_ct_header_t aiu_header;
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcsm.c | 2487 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 D | ql_isr.c | 3253 if (cnt < sizeof (fc_ct_header_t)) { in ql_ms_entry()
|
H A D | ql_api.c | 7625 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()
|