Searched refs:rxs (Results 1 – 1 of 1) sorted by relevance
51 hci_h4_frame_start(struct hci_h4_sm *rxs, uint8_t pkt_type) in hci_h4_frame_start() argument53 rxs->pkt_type = pkt_type; in hci_h4_frame_start()54 rxs->len = 0; in hci_h4_frame_start()55 rxs->exp_len = 0; in hci_h4_frame_start()57 switch (rxs->pkt_type) { in hci_h4_frame_start()59 rxs->min_len = 3; in hci_h4_frame_start()63 rxs->min_len = 4; in hci_h4_frame_start()66 rxs->min_len = 2; in hci_h4_frame_start()88 hci_h4_ib_pull_min_len(struct hci_h4_sm *rxs, in hci_h4_ib_pull_min_len() argument93 len = min(ib->len, rxs->min_len - rxs->len); in hci_h4_ib_pull_min_len()[all …]