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()
662 u16 remote_miu; in nfc_llcp_send_i_frame() local
700 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_i_frame()
701 LLCP_DEFAULT_MIU : sock->remote_miu; in nfc_llcp_send_i_frame()
703 frag_len = min_t(size_t, remote_miu, remaining_len); in nfc_llcp_send_i_frame()
744 u16 remote_miu; in nfc_llcp_send_ui_frame() local
766 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_ui_frame()
767 local->remote_miu : sock->remote_miu; in nfc_llcp_send_ui_frame()
769 frag_len = min_t(size_t, remote_miu, remaining_len); in nfc_llcp_send_ui_frame()