Searched refs:LLCP_PDU_AGF_LEN_SIZE (Results 1 – 4 of 4) sorted by relevance
1000 if (available_bytes >= LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length) { in llcp_link_proc_ui_pdu()1010 p_last_buf->len += LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in llcp_link_proc_ui_pdu()1023 p_ui_pdu -= LLCP_PDU_AGF_LEN_SIZE; in llcp_link_proc_ui_pdu()1026 p_msg->offset -= LLCP_PDU_AGF_LEN_SIZE; in llcp_link_proc_ui_pdu()1027 p_msg->len += LLCP_PDU_AGF_LEN_SIZE; in llcp_link_proc_ui_pdu()1041 p_msg->len = LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in llcp_link_proc_ui_pdu()1107 if (agf_length > LLCP_PDU_AGF_LEN_SIZE) { in llcp_link_proc_agf_pdu()1113 agf_length -= LLCP_PDU_AGF_LEN_SIZE; in llcp_link_proc_agf_pdu()1140 while (agf_length >= (LLCP_PDU_HEADER_SIZE + LLCP_PDU_AGF_LEN_SIZE)) { in llcp_link_proc_agf_pdu()1144 agf_length -= LLCP_PDU_AGF_LEN_SIZE; in llcp_link_proc_agf_pdu()
735 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in LLCP_ReadLogicalLinkData()736 p_buf->len -= LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in LLCP_ReadLogicalLinkData()807 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in LLCP_FlushLogicalLinkRxData()808 p_buf->len -= LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in LLCP_FlushLogicalLinkRxData()1142 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + i_pdu_length; in LLCP_ReadDataLinkData()1143 p_buf->len -= LLCP_PDU_AGF_LEN_SIZE + i_pdu_length; in LLCP_ReadDataLinkData()1225 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + i_pdu_length; in LLCP_FlushDataLinkRxData()1226 p_buf->len -= LLCP_PDU_AGF_LEN_SIZE + i_pdu_length; in LLCP_FlushDataLinkRxData()
954 if (available_bytes >= LLCP_PDU_AGF_LEN_SIZE + info_len) { in llcp_dlc_proc_i_pdu()966 p_last_buf->len += LLCP_PDU_AGF_LEN_SIZE + info_len; in llcp_dlc_proc_i_pdu()983 LLCP_PDU_AGF_LEN_SIZE; in llcp_dlc_proc_i_pdu()987 LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE - LLCP_PDU_AGF_LEN_SIZE; in llcp_dlc_proc_i_pdu()989 LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE - LLCP_PDU_AGF_LEN_SIZE; in llcp_dlc_proc_i_pdu()1004 p_msg->len = LLCP_PDU_AGF_LEN_SIZE + info_len; in llcp_dlc_proc_i_pdu()
65 #define LLCP_PDU_AGF_LEN_SIZE 2 /* 2 bytes of length in AGF PDU */ macro