Lines Matching refs:remote_miu
213 local->remote_miu = llcp_tlv_miux(tlv) + 128; in nfc_llcp_parse_gb_tlv()
234 local->remote_version, local->remote_miu, in nfc_llcp_parse_gb_tlv()
259 sock->remote_miu = llcp_tlv_miux(tlv) + 128; in nfc_llcp_parse_connection_tlv()
276 sock->remote_rw, sock->remote_miu); in nfc_llcp_parse_connection_tlv()
651 u16 remote_miu; in nfc_llcp_send_i_frame() local
689 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_i_frame()
690 LLCP_DEFAULT_MIU : sock->remote_miu; in nfc_llcp_send_i_frame()
692 frag_len = min_t(size_t, remote_miu, remaining_len); in nfc_llcp_send_i_frame()
733 u16 remote_miu; in nfc_llcp_send_ui_frame() local
755 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_ui_frame()
756 local->remote_miu : sock->remote_miu; in nfc_llcp_send_ui_frame()
758 frag_len = min_t(size_t, remote_miu, remaining_len); in nfc_llcp_send_ui_frame()