Lines Matching refs:remote_miu
214 local->remote_miu = llcp_tlv_miux(tlv) + 128; in nfc_llcp_parse_gb_tlv()
235 local->remote_version, local->remote_miu, in nfc_llcp_parse_gb_tlv()
261 sock->remote_miu = llcp_tlv_miux(tlv) + 128; in nfc_llcp_parse_connection_tlv()
278 sock->remote_rw, sock->remote_miu); in nfc_llcp_parse_connection_tlv()
654 u16 remote_miu; in nfc_llcp_send_i_frame() local
692 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_i_frame()
693 LLCP_DEFAULT_MIU : sock->remote_miu; in nfc_llcp_send_i_frame()
695 frag_len = min_t(size_t, remote_miu, remaining_len); in nfc_llcp_send_i_frame()
736 u16 remote_miu; in nfc_llcp_send_ui_frame() local
758 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_ui_frame()
759 local->remote_miu : sock->remote_miu; in nfc_llcp_send_ui_frame()
761 frag_len = min_t(size_t, remote_miu, remaining_len); in nfc_llcp_send_ui_frame()