Searched refs:ct_header (Results 1 – 2 of 2) sorted by relevance
2488 fc_ct_header_t *ct_header; in fcsm_retry_job() local2502 ct_header = in fcsm_retry_job()2504 if (ct_header->ct_fcstype == FCSTYPE_MGMTSERVICE) { in fcsm_retry_job()2812 fc_ct_header_t *ct_header; in fcsm_job_ct_passthru() local2843 ct_header = (fc_ct_header_t *)fcio->fcio_ibuf; in fcsm_job_ct_passthru()2853 *((uint32_t *)((uint32_t *)ct_header + 0)) = in fcsm_job_ct_passthru()2854 BE_32(*((uint32_t *)((uint32_t *)ct_header + 0))); in fcsm_job_ct_passthru()2855 *((uint32_t *)((uint32_t *)ct_header + 1)) = in fcsm_job_ct_passthru()2856 BE_32(*((uint32_t *)((uint32_t *)ct_header + 1))); in fcsm_job_ct_passthru()2857 *((uint32_t *)((uint32_t *)ct_header + 2)) = in fcsm_job_ct_passthru()[all …]
77 typedef struct ct_header { struct317 _NOTE(SCHEME_PROTECTS_DATA("unique per request", ct_header))