Lines Matching defs:fc_header_s
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,140 seq_cnt:16;141 uint32_t ox_id:16,142 rx_id:16;143 uint32_t parameter;