Lines Matching refs:remote_miu
225 local->remote_miu = llcp_tlv_miux(tlv) + 128; in nfc_llcp_parse_gb_tlv()
246 local->remote_version, local->remote_miu, in nfc_llcp_parse_gb_tlv()
271 sock->remote_miu = llcp_tlv_miux(tlv) + 128; in nfc_llcp_parse_connection_tlv()
288 sock->remote_rw, sock->remote_miu); in nfc_llcp_parse_connection_tlv()
643 u16 remote_miu; in nfc_llcp_send_i_frame() local
681 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_i_frame()
682 LLCP_DEFAULT_MIU : sock->remote_miu; in nfc_llcp_send_i_frame()
684 frag_len = min_t(size_t, remote_miu, remaining_len); in nfc_llcp_send_i_frame()
725 u16 remote_miu; in nfc_llcp_send_ui_frame() local
747 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_ui_frame()
748 local->remote_miu : sock->remote_miu; in nfc_llcp_send_ui_frame()
750 frag_len = min_t(size_t, remote_miu, remaining_len); in nfc_llcp_send_ui_frame()