Searched refs:peer_caps (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/net/tipc/ |
D | link.h | 77 u32 peer, u8 *peer_id, u16 peer_caps, 84 int mtu, u32 min_win, u32 max_win, u16 peer_caps,
|
D | link.c | 167 u16 peer_caps; member 382 l->peer_caps = capabilities; in tipc_link_update_caps() 501 u32 peer, u8 *peer_id, u16 peer_caps, in tipc_link_create() argument 533 l->peer_caps = peer_caps; in tipc_link_create() 578 int mtu, u32 min_win, u32 max_win, u16 peer_caps, in tipc_link_bc_create() argument 587 max_win, 0, ownnode, peer, NULL, peer_caps, in tipc_link_bc_create() 615 if (link_is_bc_rcvlink(l) && !(peer_caps & TIPC_BCAST_RCAST)) in tipc_link_bc_create() 1445 if (l->peer_caps & TIPC_GAP_ACK_BLOCK) { in tipc_get_gap_ack_blks() 1904 if (l->peer_caps & TIPC_LINK_PROTO_SEQNO) in tipc_link_build_proto_msg() 1911 if (l->peer_caps & TIPC_GAP_ACK_BLOCK) in tipc_link_build_proto_msg() [all …]
|
D | socket.c | 124 u16 peer_caps; member 247 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL)) in tsk_inc() 263 if (!(tsk->peer_caps & TIPC_NAGLE)) in tsk_set_nagle() 1372 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) in tipc_sk_conn_proto_rcv() 1579 tsk->peer_caps = tipc_node_get_capabilities(net, dnode); in __tipc_sendstream() 1679 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node); in tipc_sk_finish_conn() 1682 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() 2317 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL)) in rcvbuf_limit() 3984 i += scnprintf(buf + i, sz - i, " %x", tsk->peer_caps); in tipc_sk_dump()
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | wmi.h | 3585 u32 peer_caps; member 3650 u32 peer_caps; member
|
D | wmi.c | 1931 cmd->peer_caps = param->peer_caps; in ath11k_wmi_send_peer_assoc_cmd() 2031 cmd->peer_flags, cmd->peer_rate_caps, cmd->peer_caps, in ath11k_wmi_send_peer_assoc_cmd()
|
D | mac.c | 1554 arg->peer_caps = vif->bss_conf.assoc_capability; in ath11k_peer_assoc_h_basic()
|
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | wmi.h | 6502 __le32 peer_caps; /* 16 LSBs */ member 6555 u16 peer_caps; member
|
D | wmi.c | 7582 cmd->peer_caps = __cpu_to_le32(arg->peer_caps); in ath10k_wmi_peer_assoc_fill()
|
D | wmi-tlv.c | 2694 cmd->caps = __cpu_to_le32(arg->peer_caps); in ath10k_wmi_tlv_op_gen_peer_assoc()
|
D | mac.c | 2182 arg->peer_caps = vif->bss_conf.assoc_capability; in ath10k_peer_assoc_h_basic()
|