Searched refs:r_header (Results 1 – 1 of 1) sorted by relevance
188 pc_header_t r_header; in p2G4_dev_req_rx_s_c_b() local189 r_header = get_resp_while_handling_abortreeval_s(p2G4_dev_state, &rx_s->abort); in p2G4_dev_req_rx_s_c_b()191 if (r_header == P2G4_MSG_RX_ADDRESSFOUND) { in p2G4_dev_req_rx_s_c_b()217 return r_header; in p2G4_dev_req_rx_s_c_b()220 r_header = get_resp_while_handling_abortreeval_s(p2G4_dev_state, &rx_s->abort); in p2G4_dev_req_rx_s_c_b()223 if (r_header == PB_MSG_DISCONNECT) { in p2G4_dev_req_rx_s_c_b()226 } else if (r_header == P2G4_MSG_RX_END) { in p2G4_dev_req_rx_s_c_b()231 INVALID_RESP(r_header); in p2G4_dev_req_rx_s_c_b()233 return r_header; in p2G4_dev_req_rx_s_c_b()268 pc_header_t r_header; in p2G4_dev_req_rxv2_s_c_b() local[all …]