Searched defs:fc_header_s (Results 1 – 1 of 1) sorted by relevance
130 typedef struct fc_header_s { struct131 uint32_t info:4,132 r_ctl:4,133 d_id:24;134 uint32_t cs_ctl:8,135 s_id:24;136 uint32_t type:8,137 f_ctl:24;138 uint32_t seq_id:8,139 df_ctl:8,[all …]