Searched refs:remote_miu (Results 1 – 4 of 4) sorted by relevance
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() local681 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() local747 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_ui_frame()[all …]
307 u16 miux, remote_miu; in nfc_llcp_getsockopt() local344 remote_miu = llcp_sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_getsockopt()345 local->remote_miu : llcp_sock->remote_miu; in nfc_llcp_getsockopt()347 if (put_user(remote_miu, (u32 __user *) optval)) in nfc_llcp_getsockopt()
98 u16 remote_miu; member133 u16 remote_miu; member
52 sock->remote_miu = LLCP_MAX_MIU + 1; in nfc_llcp_socket_remote_param_init()1532 local->remote_miu = LLCP_DEFAULT_MIU; in nfc_llcp_mac_is_down()1597 local->remote_miu = LLCP_DEFAULT_MIU; in nfc_llcp_register_device()