Searched refs:peer_caps (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/net/tipc/ |
| H A D | link.h | 77 u32 peer, u8 *peer_id, u16 peer_caps, 84 int mtu, u32 min_win, u32 max_win, u16 peer_caps,
|
| H A D | link.c | 152 u16 peer_caps; member 360 l->peer_caps = capabilities; in tipc_link_update_caps() 479 u32 peer, u8 *peer_id, u16 peer_caps, in tipc_link_create() argument 511 l->peer_caps = peer_caps; in tipc_link_create() 1424 if (l->peer_caps & TIPC_GAP_ACK_BLOCK) { in tipc_get_gap_ack_blks() 1883 if (l->peer_caps & TIPC_LINK_PROTO_SEQNO) in tipc_link_build_proto_msg() 1890 if (l->peer_caps & TIPC_GAP_ACK_BLOCK) in tipc_link_build_proto_msg() 2035 (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) { in tipc_link_tnl_prepare() 2163 if (!(l->peer_caps & TIPC_LINK_PROTO_SEQNO)) in tipc_link_validate_msg() 2394 if (l->peer_caps & TIPC_BCAST_SYNCH) in tipc_link_bc_init_rcv() [all …]
|
| H A D | socket.c | 124 u16 peer_caps; member 245 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL)) in tsk_inc() 261 if (!(tsk->peer_caps & TIPC_NAGLE)) in tsk_set_nagle() 1368 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) in tipc_sk_conn_proto_rcv() 1575 tsk->peer_caps = tipc_node_get_capabilities(net, dnode); in __tipc_sendstream() 1675 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node); in tipc_sk_finish_conn() 1678 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) in tipc_sk_finish_conn() 1809 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) { in tipc_sk_build_ack() 2315 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL)) in rcvbuf_limit() 3977 i += scnprintf(buf + i, sz - i, " %x", tsk->peer_caps); in tipc_sk_dump()
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi.h | 6506 __le32 peer_caps; /* 16 LSBs */ member 6559 u16 peer_caps; member
|
| H A D | wmi-tlv.c | 2706 cmd->caps = __cpu_to_le32(arg->peer_caps); in ath10k_wmi_tlv_op_gen_peer_assoc()
|
| H A D | wmi.c | 7647 cmd->peer_caps = __cpu_to_le32(arg->peer_caps); in ath10k_wmi_peer_assoc_fill()
|
| H A D | mac.c | 2177 arg->peer_caps = vif->bss_conf.assoc_capability; in ath10k_peer_assoc_h_basic()
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | wmi.h | 3769 u32 peer_caps; member 3870 __le32 peer_caps; member
|
| H A D | wmi.c | 2215 cmd->peer_caps = cpu_to_le32(arg->peer_caps); in ath12k_wmi_send_peer_assoc_cmd() 2404 cmd->peer_flags, cmd->peer_rate_caps, cmd->peer_caps, in ath12k_wmi_send_peer_assoc_cmd()
|
| H A D | mac.c | 1942 arg->peer_caps = bss_conf->assoc_capability; in ath12k_peer_assoc_h_basic()
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.h | 3721 u32 peer_caps; member 3786 u32 peer_caps; member
|
| H A D | wmi.c | 2006 cmd->peer_caps = param->peer_caps; in ath11k_wmi_send_peer_assoc_cmd() 2106 cmd->peer_flags, cmd->peer_rate_caps, cmd->peer_caps, in ath11k_wmi_send_peer_assoc_cmd()
|
| H A D | mac.c | 1820 arg->peer_caps = vif->bss_conf.assoc_capability; in ath11k_peer_assoc_h_basic()
|