Home
last modified time | relevance | path

Searched refs:conn_flags (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/net/mac80211/
H A Dmlme.c151 link->u.mgd.conn_flags |= in ieee80211_handle_puncturing_bitmap()
222 ieee80211_conn_flags_t conn_flags, in ieee80211_determine_chantype() argument
327 if (!(conn_flags & IEEE80211_CONN_DISABLE_HE) && in ieee80211_determine_chantype()
343 if (!(conn_flags & IEEE80211_CONN_DISABLE_HE)) in ieee80211_determine_chantype()
353 if (!(conn_flags & IEEE80211_CONN_DISABLE_VHT)) in ieee80211_determine_chantype()
361 if (!(conn_flags & IEEE80211_CONN_DISABLE_VHT)) in ieee80211_determine_chantype()
374 if (!(conn_flags & IEEE80211_CONN_DISABLE_VHT)) in ieee80211_determine_chantype()
397 if (!(conn_flags & IEEE80211_CONN_DISABLE_EHT)) in ieee80211_determine_chantype()
405 if (!(conn_flags & IEEE80211_CONN_DISABLE_EHT)) in ieee80211_determine_chantype()
505 if (link->u.mgd.conn_flags & IEEE80211_CONN_DISABLE_HT || !ht_oper) in ieee80211_config_bw()
[all …]
H A Dspectmgmt.c26 ieee80211_conn_flags_t conn_flags, u8 *bssid, in ieee80211_parse_ch_switch_ie() argument
43 if (conn_flags & (IEEE80211_CONN_DISABLE_HT | in ieee80211_parse_ch_switch_ie()
49 if (conn_flags & IEEE80211_CONN_DISABLE_VHT) in ieee80211_parse_ch_switch_ie()
96 } else if (!(conn_flags & IEEE80211_CONN_DISABLE_HT)) { in ieee80211_parse_ch_switch_ie()
163 if (conn_flags & IEEE80211_CONN_DISABLE_80P80MHZ && in ieee80211_parse_ch_switch_ie()
166 if (conn_flags & IEEE80211_CONN_DISABLE_160MHZ && in ieee80211_parse_ch_switch_ie()
H A Dibss.c779 ieee80211_conn_flags_t conn_flags; in ieee80211_ibss_process_chanswitch() local
784 conn_flags = IEEE80211_CONN_DISABLE_VHT; in ieee80211_ibss_process_chanswitch()
790 conn_flags |= IEEE80211_CONN_DISABLE_HT; in ieee80211_ibss_process_chanswitch()
793 conn_flags |= IEEE80211_CONN_DISABLE_40MHZ; in ieee80211_ibss_process_chanswitch()
806 conn_flags, ifibss->bssid, &csa_ie); in ieee80211_ibss_process_chanswitch()
H A Dmesh.c1297 ieee80211_conn_flags_t conn_flags = 0; in ieee80211_mesh_process_chnswitch() local
1308 conn_flags |= IEEE80211_CONN_DISABLE_HT; in ieee80211_mesh_process_chnswitch()
1311 conn_flags |= IEEE80211_CONN_DISABLE_40MHZ; in ieee80211_mesh_process_chnswitch()
1314 conn_flags |= IEEE80211_CONN_DISABLE_VHT; in ieee80211_mesh_process_chnswitch()
1327 conn_flags, sdata->vif.addr, in ieee80211_mesh_process_chnswitch()
H A Dieee80211_i.h410 ieee80211_conn_flags_t conn_flags; member
913 ieee80211_conn_flags_t conn_flags; member
2217 ieee80211_conn_flags_t conn_flags, u8 *bssid,
H A Dtdls.c1421 if (!(sdata->deflink.u.mgd.conn_flags & IEEE80211_CONN_DISABLE_HT)) in iee80211_tdls_recalc_ht_protection()
/openbmc/linux/include/uapi/linux/
H A Dip_vs.h165 unsigned int conn_flags; /* connection flags */ member
230 unsigned int conn_flags; /* connection flags */ member
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h194 __le16 conn_flags; member
361 u16 conn_flags; member
528 u32 conn_flags; member
H A Dhtc_pipe.c1278 conn_msg->conn_flags = cpu_to_le16(conn_req->conn_flags & in ath6kl_htc_pipe_conn_service()
1283 conn_msg->conn_flags |= cpu_to_le16(flags); in ath6kl_htc_pipe_conn_service()
1285 if (conn_req->conn_flags & in ath6kl_htc_pipe_conn_service()
H A Dinit.c371 connect.conn_flags |= HTC_CONN_FLGS_REDUCE_CRED_DRIB; in ath6kl_init_service_ep()
372 connect.conn_flags &= ~HTC_CONN_FLGS_THRESH_MASK; in ath6kl_init_service_ep()
373 connect.conn_flags |= HTC_CONN_FLGS_THRESH_LVL_HALF; in ath6kl_init_service_ep()
H A Dhtc_mbox.c659 if (!(ep->conn_flags & HTC_FLGS_TX_BNDL_PAD_EN)) in htc_get_credit_padding()
2454 conn_msg->conn_flags = cpu_to_le16(conn_req->conn_flags); in ath6kl_htc_mbox_conn_service()
2557 endpoint->conn_flags = conn_req->flags; in ath6kl_htc_mbox_conn_service()
/openbmc/linux/fs/smb/server/
H A Dntlmssp.h163 __u32 conn_flags; member
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c585 unsigned int conn_flags; in ip_vs_bind_dest() local
595 conn_flags = atomic_read(&dest->conn_flags); in ip_vs_bind_dest()
597 conn_flags &= ~IP_VS_CONN_F_ONE_PACKET; in ip_vs_bind_dest()
605 conn_flags &= ~IP_VS_CONN_F_INACTIVE; in ip_vs_bind_dest()
609 flags |= conn_flags; in ip_vs_bind_dest()
H A Dip_vs_ctl.c973 int conn_flags; in __ip_vs_update_dest() local
987 conn_flags = udest->conn_flags & IP_VS_CONN_F_DEST_MASK; in __ip_vs_update_dest()
988 conn_flags |= IP_VS_CONN_F_INACTIVE; in __ip_vs_update_dest()
991 if ((udest->conn_flags & IP_VS_CONN_F_FWD_MASK) != in __ip_vs_update_dest()
1003 if ((conn_flags & IP_VS_CONN_F_FWD_MASK) != IP_VS_CONN_F_MASQ) { in __ip_vs_update_dest()
1004 conn_flags |= IP_VS_CONN_F_NOOUTPUT; in __ip_vs_update_dest()
1010 atomic_set(&dest->conn_flags, conn_flags); in __ip_vs_update_dest()
2454 ip_vs_fwd_name(atomic_read(&dest->conn_flags)), in ip_vs_info_seq_show()
2465 ip_vs_fwd_name(atomic_read(&dest->conn_flags)), in ip_vs_info_seq_show()
2682 udest->conn_flags = udest_compat->conn_flags; in ip_vs_copy_udest_compat()
[all …]
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_protocol.h306 u32 conn_flags; member
H A Ddrbd_main.c802 p->conn_flags = cpu_to_be32(cf); in __drbd_send_protocol()
/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c648 update_wqe->conn_flags = 0; in bnx2i_update_iscsi_conn()
650 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_HEADER_DIGEST; in bnx2i_update_iscsi_conn()
652 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_DATA_DIGEST; in bnx2i_update_iscsi_conn()
654 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_INITIAL_R2T; in bnx2i_update_iscsi_conn()
656 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_IMMEDIATE_DATA; in bnx2i_update_iscsi_conn()
H A D57xx_iscsi_hsi.h713 u8 conn_flags; member
727 u8 conn_flags; member
/openbmc/linux/include/net/
H A Dip_vs.h655 unsigned int conn_flags; /* connection flags */ member
725 atomic_t conn_flags; /* flags to copy to conn */ member
1679 #define IP_VS_DFWD_METHOD(dest) (atomic_read(&(dest)->conn_flags) & \
/openbmc/linux/include/target/iscsi/
H A Discsi_target_core.h528 u32 conn_flags; member
/openbmc/linux/net/bluetooth/
H A Dmgmt.c4486 // Do we need to be atomic with the conn_flags? in exp_ll_privacy_feature_changed()
4488 hdev->conn_flags |= HCI_CONN_FLAG_DEVICE_PRIVACY; in exp_ll_privacy_feature_changed()
4490 hdev->conn_flags &= ~HCI_CONN_FLAG_DEVICE_PRIVACY; in exp_ll_privacy_feature_changed()
5002 u32 flags = hdev->conn_flags; in get_params_flags()
5031 supported_flags = hdev->conn_flags; in get_device_flags()
5094 // We should take hci_dev_lock() early, I think.. conn_flags can change in set_device_flags()
5095 supported_flags = hdev->conn_flags; in set_device_flags()
7611 cp->addr.type, hdev->conn_flags, in add_device_complete()
7730 supported_flags = hdev->conn_flags; in add_device()
H A Dhci_core.c2633 hdev->conn_flags |= HCI_CONN_FLAG_REMOTE_WAKEUP; in hci_register_dev()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h201 u8 conn_flags; member
211 u8 conn_flags;
H A Dcnic.c2137 if (kwqe1->conn_flags & L4_KWQ_CONNECT_REQ1_IP_V6) in cnic_bnx2x_connect()
2165 if (kwqe1->conn_flags & L4_KWQ_CONNECT_REQ1_IP_V6) { in cnic_bnx2x_connect()
3498 l4kwqe1->conn_flags = L4_KWQ_CONNECT_REQ1_IP_V6; in cnic_cm_conn_req()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h576 hci_conn_flags_t conn_flags; member

12