Lines Matching refs:length_req
357 pdu->len = offsetof(struct pdu_data_llctrl, length_req) + in helper_pdu_encode_length_req()
361 pdu->llctrl.length_req.max_rx_octets = p->max_rx_octets; in helper_pdu_encode_length_req()
362 pdu->llctrl.length_req.max_tx_octets = p->max_tx_octets; in helper_pdu_encode_length_req()
363 pdu->llctrl.length_req.max_rx_time = p->max_rx_time; in helper_pdu_encode_length_req()
364 pdu->llctrl.length_req.max_tx_time = p->max_tx_time; in helper_pdu_encode_length_req()
376 pdu->llctrl.length_req.max_rx_octets = p->max_rx_octets; in helper_pdu_encode_length_rsp()
377 pdu->llctrl.length_req.max_tx_octets = p->max_tx_octets; in helper_pdu_encode_length_rsp()
378 pdu->llctrl.length_req.max_rx_time = p->max_rx_time; in helper_pdu_encode_length_rsp()
379 pdu->llctrl.length_req.max_tx_time = p->max_tx_time; in helper_pdu_encode_length_rsp()
1011 offsetof(struct pdu_data_llctrl, length_req) + in helper_pdu_verify_length_req()
1016 zassert_equal(pdu->llctrl.length_req.max_rx_octets, p->max_rx_octets, in helper_pdu_verify_length_req()
1018 zassert_equal(pdu->llctrl.length_req.max_tx_octets, p->max_tx_octets, in helper_pdu_verify_length_req()
1020 zassert_equal(pdu->llctrl.length_req.max_rx_time, p->max_rx_time, in helper_pdu_verify_length_req()
1022 zassert_equal(pdu->llctrl.length_req.max_tx_time, p->max_tx_time, in helper_pdu_verify_length_req()