Searched refs:peer_caps (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | link.h | 77 u32 peer, u8 *peer_id, u16 peer_caps, 84 int mtu, int window, u16 peer_caps,
|
D | link.c | 140 u16 peer_caps; member 337 l->peer_caps = capabilities; in tipc_link_update_caps() 443 u32 peer, u8 *peer_id, u16 peer_caps, in tipc_link_create() argument 475 l->peer_caps = peer_caps; in tipc_link_create() 513 int mtu, int window, u16 peer_caps, in tipc_link_bc_create() argument 522 0, ownnode, peer, NULL, peer_caps, bc_sndlink, in tipc_link_bc_create() 538 if (link_is_bc_rcvlink(l) && !(peer_caps & TIPC_BCAST_RCAST)) in tipc_link_bc_create() 1377 if (l->peer_caps & TIPC_LINK_PROTO_SEQNO) in tipc_link_build_proto_msg() 1532 if (!(l->peer_caps & TIPC_LINK_PROTO_SEQNO)) in tipc_link_validate_msg() 1726 if (l->peer_caps & TIPC_BCAST_SYNCH) in tipc_link_bc_init_rcv() [all …]
|
D | socket.c | 111 u16 peer_caps; member 225 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL)) in tsk_inc() 1239 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) in tipc_sk_conn_proto_rcv() 1433 tsk->peer_caps = tipc_node_get_capabilities(net, dnode); in __tipc_sendstream() 1503 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node); in tipc_sk_finish_conn() 1504 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) in tipc_sk_finish_conn() 1640 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) { in tipc_sk_send_ack() 2090 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL)) in rcvbuf_limit()
|
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | wmi.h | 6323 __le32 peer_caps; /* 16 LSBs */ member 6373 u16 peer_caps; member
|
D | wmi-tlv.c | 2336 cmd->caps = __cpu_to_le32(arg->peer_caps); in ath10k_wmi_tlv_op_gen_peer_assoc()
|
D | wmi.c | 7274 cmd->peer_caps = __cpu_to_le32(arg->peer_caps); in ath10k_wmi_peer_assoc_fill()
|
D | mac.c | 2118 arg->peer_caps = vif->bss_conf.assoc_capability; in ath10k_peer_assoc_h_basic()
|