Lines Matching refs:remote_miu
221 local->remote_miu = llcp_tlv_miux(tlv) + 128; in nfc_llcp_parse_gb_tlv()
242 local->remote_version, local->remote_miu, in nfc_llcp_parse_gb_tlv()
267 sock->remote_miu = llcp_tlv_miux(tlv) + 128; in nfc_llcp_parse_connection_tlv()
284 sock->remote_rw, sock->remote_miu); in nfc_llcp_parse_connection_tlv()
641 u16 remote_miu; in nfc_llcp_send_i_frame() local
679 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_i_frame()
680 LLCP_DEFAULT_MIU : sock->remote_miu; in nfc_llcp_send_i_frame()
682 frag_len = min_t(size_t, remote_miu, remaining_len); in nfc_llcp_send_i_frame()
723 u16 remote_miu; in nfc_llcp_send_ui_frame() local
745 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_ui_frame()
746 local->remote_miu : sock->remote_miu; in nfc_llcp_send_ui_frame()
748 frag_len = min_t(size_t, remote_miu, remaining_len); in nfc_llcp_send_ui_frame()