Home
last modified time | relevance | path

Searched refs:peer_caps (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/net/tipc/
H A Dlink.h77 u32 peer, u8 *peer_id, u16 peer_caps,
84 int mtu, u32 min_win, u32 max_win, u16 peer_caps,
H A Dlink.c139 u16 peer_caps; member
354 l->peer_caps = capabilities; in tipc_link_update_caps()
472 u32 peer, u8 *peer_id, u16 peer_caps, in tipc_link_create() argument
504 l->peer_caps = peer_caps; in tipc_link_create()
544 int mtu, u32 min_win, u32 max_win, u16 peer_caps, in tipc_link_bc_create() argument
553 max_win, 0, ownnode, peer, NULL, peer_caps, in tipc_link_bc_create()
581 if (link_is_bc_rcvlink(l) && !(peer_caps & TIPC_BCAST_RCAST)) in tipc_link_bc_create()
1409 if (l->peer_caps & TIPC_GAP_ACK_BLOCK) { in tipc_get_gap_ack_blks()
1868 if (l->peer_caps & TIPC_LINK_PROTO_SEQNO) in tipc_link_build_proto_msg()
1875 if (l->peer_caps & TIPC_GAP_ACK_BLOCK) in tipc_link_build_proto_msg()
[all …]
H A Dsocket.c114 u16 peer_caps; member
237 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL)) in tsk_inc()
253 if (!(tsk->peer_caps & TIPC_NAGLE)) in tsk_set_nagle()
1360 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) in tipc_sk_conn_proto_rcv()
1570 tsk->peer_caps = tipc_node_get_capabilities(net, dnode); in __tipc_sendstream()
1670 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node); in tipc_sk_finish_conn()
1673 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) in tipc_sk_finish_conn()
1813 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) { in tipc_sk_build_ack()
2315 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL)) in rcvbuf_limit()
3974 i += scnprintf(buf + i, sz - i, " %x", tsk->peer_caps); in tipc_sk_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwpa.c1136 wpa_check_ocv_caps(uint16 local_caps, uint16 peer_caps) in wpa_check_ocv_caps() argument
1140 (peer_caps & RSN_CAP_OCVC)); in wpa_check_ocv_caps()
1142 ((peer_caps & RSN_CAP_MFPC) || in wpa_check_ocv_caps()
1143 (peer_caps & RSN_CAP_MFPR)); in wpa_check_ocv_caps()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwpa.h491 extern bool wpa_check_ocv_caps(uint16 local_caps, uint16 peer_caps);
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3488 u32 peer_caps; member
3552 u32 peer_caps; member
H A Dwmi.c1813 cmd->peer_caps = param->peer_caps; in ath11k_wmi_send_peer_assoc_cmd()
1913 cmd->peer_flags, cmd->peer_rate_caps, cmd->peer_caps, in ath11k_wmi_send_peer_assoc_cmd()
H A Dmac.c884 arg->peer_caps = vif->bss_conf.assoc_capability; in ath11k_peer_assoc_h_basic()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dwmi.h6498 __le32 peer_caps; /* 16 LSBs */ member
6551 u16 peer_caps; member
H A Dwmi.c7582 cmd->peer_caps = __cpu_to_le32(arg->peer_caps); in ath10k_wmi_peer_assoc_fill()
H A Dwmi-tlv.c2694 cmd->caps = __cpu_to_le32(arg->peer_caps); in ath10k_wmi_tlv_op_gen_peer_assoc()
H A Dmac.c2172 arg->peer_caps = vif->bss_conf.assoc_capability; in ath10k_peer_assoc_h_basic()