Home | History | Annotate | Download | only in sdp

Lines Matching refs:rem_len

321     INT16           rem_len;
428 rem_len = max_list_len - (INT16) (p_rsp - &p_ccb->rsp_list[0]);
431 if (rem_len <= 0)
442 p_rsp = sdpu_build_partial_attrib_entry (p_rsp, p_attr, rem_len,
451 else if (rem_len < attr_len) /* Not enough space for attr... so add partially */
461 p_rsp = sdpu_build_partial_attrib_entry (p_rsp, p_attr, (UINT16)rem_len,
576 INT16 rem_len;
679 rem_len = max_list_len - (INT16) (p_rsp - &p_ccb->rsp_list[0]);
680 if (rem_len < 3)
698 rem_len = max_list_len - (INT16) (p_rsp - &p_ccb->rsp_list[0]);
701 if (rem_len <= 0)
713 p_rsp = sdpu_build_partial_attrib_entry (p_rsp, p_attr, rem_len,
725 else if (rem_len < attr_len) /* Not enough space for attr... so add partially */
735 p_rsp = sdpu_build_partial_attrib_entry (p_rsp, p_attr, (UINT16)rem_len,