Home | History | Annotate | Download | only in sdp

Lines Matching refs:rem_len

307     INT16           rem_len;
408 rem_len = max_list_len - (INT16) (p_rsp - &p_ccb->rsp_list[0]);
411 if (rem_len <= 0)
422 p_rsp = sdpu_build_partial_attrib_entry (p_rsp, p_attr, rem_len,
431 else if (rem_len < attr_len) /* Not enough space for attr... so add partially */
441 p_rsp = sdpu_build_partial_attrib_entry (p_rsp, p_attr, (UINT16)rem_len,
556 INT16 rem_len;
652 rem_len = max_list_len - (INT16) (p_rsp - &p_ccb->rsp_list[0]);
653 if (rem_len < 3)
671 rem_len = max_list_len - (INT16) (p_rsp - &p_ccb->rsp_list[0]);
674 if (rem_len <= 0)
686 p_rsp = sdpu_build_partial_attrib_entry (p_rsp, p_attr, rem_len,
698 else if (rem_len < attr_len) /* Not enough space for attr... so add partially */
708 p_rsp = sdpu_build_partial_attrib_entry (p_rsp, p_attr, (UINT16)rem_len,