Searched refs:peer_mode (Results 1 – 3 of 3) sorted by relevance
882 bool peer_mode = bw_mode == AMDGPU_XGMI_BW_MODE_PER_PEER; in amdgpu_xgmi_get_bandwidth() local886 int num_links = !peer_mode ? 1 : -1; in amdgpu_xgmi_get_bandwidth()897 if (peer_mode && !peer_adev) in amdgpu_xgmi_get_bandwidth()900 if (peer_mode) { in amdgpu_xgmi_get_bandwidth()
3205 int peer_mode = 0; in unix_shutdown() local3211 peer_mode |= SEND_SHUTDOWN; in unix_shutdown()3213 peer_mode |= RCV_SHUTDOWN; in unix_shutdown()3215 WRITE_ONCE(other->sk_shutdown, other->sk_shutdown | peer_mode); in unix_shutdown()3218 if (peer_mode == SHUTDOWN_MASK) in unix_shutdown()3220 else if (peer_mode & RCV_SHUTDOWN) in unix_shutdown()
3466 if (tdls_trig->peer_mode && in iwl_mvm_tdls_check_trigger()