Home
last modified time | relevance | path

Searched refs:peer_caps (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/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.c95 * @peer_caps: bitmap describing capabilities of peer node
167 u16 peer_caps; member
382 l->peer_caps = capabilities; in tipc_link_update_caps()
487 * @peer_caps: bitmap describing peer node capabilities
501 u32 peer, u8 *peer_id, u16 peer_caps, in tipc_link_create()
533 l->peer_caps = peer_caps; in tipc_link_create()
572 * @peer_caps: bitmap describing peer node capabilities
578 int mtu, u32 min_win, u32 max_win, u16 peer_caps, in tipc_link_bc_create()
587 max_win, 0, ownnode, peer, NULL, peer_caps, in tipc_link_bc_create()
498 tipc_link_create(struct net *net, char *if_name, int bearer_id, int tolerance, char net_plane, u32 mtu, int priority, u32 min_win, u32 max_win, u32 session, u32 self, u32 peer, u8 *peer_id, u16 peer_caps, struct tipc_link *bc_sndlink, struct tipc_link *bc_rcvlink, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link **link) tipc_link_create() argument
577 tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer, u8 *peer_id, int mtu, u32 min_win, u32 max_win, u16 peer_caps, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link *bc_sndlink, struct tipc_link **link) tipc_link_bc_create() argument
[all...]
H A Dsocket.c91 * @peer_caps: peer capabilities mask
125 u16 peer_caps; member
248 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL)) in tsk_inc()
264 if (!(tsk->peer_caps & TIPC_NAGLE)) in tsk_set_nagle()
1373 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) in tipc_sk_conn_proto_rcv()
1580 tsk->peer_caps = tipc_node_get_capabilities(net, dnode); in __tipc_sendstream()
1680 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node); in tipc_sk_finish_conn()
1683 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) in tipc_sk_finish_conn()
1814 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) { in tipc_sk_build_ack()
2320 if (likely(tsk->peer_caps in rcvbuf_limit()
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dlink.c95 * @peer_caps: bitmap describing capabilities of peer node
139 u16 peer_caps; member
354 l->peer_caps = capabilities; in tipc_link_update_caps()
460 * @peer_caps: bitmap describing peer node capabilities
472 u32 peer, u8 *peer_id, u16 peer_caps, in tipc_link_create()
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()
553 max_win, 0, ownnode, peer, NULL, peer_caps, in tipc_link_bc_create()
581 if (link_is_bc_rcvlink(l) && !(peer_caps in tipc_link_bc_create()
469 tipc_link_create(struct net *net, char *if_name, int bearer_id, int tolerance, char net_plane, u32 mtu, int priority, u32 min_win, u32 max_win, u32 session, u32 self, u32 peer, u8 *peer_id, u16 peer_caps, struct tipc_link *bc_sndlink, struct tipc_link *bc_rcvlink, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link **link) tipc_link_create() argument
543 tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer, u8 *peer_id, int mtu, u32 min_win, u32 max_win, u16 peer_caps, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link *bc_sndlink, struct tipc_link **link) tipc_link_bc_create() argument
[all...]
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 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()
[all...]
/kernel/linux/linux-5.10/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()
1911 "wmi peer assoc vdev id %d assoc id %d peer mac %pM peer_flags %x rate_caps %x peer_caps %x listen_intval %d ht_caps %x max_mpdu %d nss %d phymode %d peer_mpdu_density %d vht_caps %x he cap_info %x he ops %x he cap_info_ext %x he phy %x %x %x peer_bw_rxnss_override %x\n", 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dwmi.h3553 u32 peer_caps; member
3626 __le32 peer_caps; member
H A Dwmi.c1955 cmd->peer_caps = cpu_to_le32(arg->peer_caps); in ath12k_wmi_send_peer_assoc_cmd()
2083 "wmi peer assoc vdev id %d assoc id %d peer mac %pM peer_flags %x rate_caps %x peer_caps %x listen_intval %d ht_caps %x max_mpdu %d nss %d phymode %d peer_mpdu_density %d vht_caps %x he cap_info %x he ops %x he cap_info_ext %x he phy %x %x %x peer_bw_rxnss_override %x peer_flags_ext %x eht mac_cap %x %x eht phy_cap %x %x %x\n", in ath12k_wmi_send_peer_assoc_cmd()
2085 cmd->peer_flags, cmd->peer_rate_caps, cmd->peer_caps, in ath12k_wmi_send_peer_assoc_cmd()
H A Dmac.c1228 arg->peer_caps = vif->bss_conf.assoc_capability; in ath12k_peer_assoc_h_basic()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dwmi.h6498 __le32 peer_caps; /* 16 LSBs */ member
6551 u16 peer_caps; member
H A Dwmi-tlv.c2694 cmd->caps = __cpu_to_le32(arg->peer_caps); in ath10k_wmi_tlv_op_gen_peer_assoc()
H A Dwmi.c7582 cmd->peer_caps = __cpu_to_le32(arg->peer_caps); in ath10k_wmi_peer_assoc_fill()
H A Dmac.c2172 arg->peer_caps = vif->bss_conf.assoc_capability; in ath10k_peer_assoc_h_basic()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dwmi.h6502 __le32 peer_caps; /* 16 LSBs */ member
6555 u16 peer_caps; member
H A Dwmi-tlv.c2705 cmd->caps = __cpu_to_le32(arg->peer_caps); in ath10k_wmi_tlv_op_gen_peer_assoc()
H A Dwmi.c7582 cmd->peer_caps = __cpu_to_le32(arg->peer_caps); in ath10k_wmi_peer_assoc_fill()
H A Dmac.c2182 arg->peer_caps = vif->bss_conf.assoc_capability; in ath10k_peer_assoc_h_basic()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3669 u32 peer_caps; member
3734 u32 peer_caps; member
H A Dwmi.c1962 cmd->peer_caps = param->peer_caps; in ath11k_wmi_send_peer_assoc_cmd()
2060 "cmd peer assoc vdev id %d assoc id %d peer mac %pM peer_flags %x rate_caps %x peer_caps %x listen_intval %d ht_caps %x max_mpdu %d nss %d phymode %d peer_mpdu_density %d vht_caps %x he cap_info %x he ops %x he cap_info_ext %x he phy %x %x %x peer_bw_rxnss_override %x\n", in ath11k_wmi_send_peer_assoc_cmd()
2062 cmd->peer_flags, cmd->peer_rate_caps, cmd->peer_caps, in ath11k_wmi_send_peer_assoc_cmd()
H A Dmac.c1738 arg->peer_caps = vif->bss_conf.assoc_capability; in ath11k_peer_assoc_h_basic()

Completed in 196 milliseconds