Searched refs:vdev_arg (Results 1 – 1 of 1) sorted by relevance
898 struct vdev_op_search_arg *vdev_arg = arg; in cm_get_vdev_id_with_active_vdev_op() local903 if (!vdev_arg) in cm_get_vdev_id_with_active_vdev_op()907 if (vdev_arg->current_vdev_id == vdev_id) in cm_get_vdev_id_with_active_vdev_op()912 vdev_arg->sta_cli_vdev_id = vdev_id; in cm_get_vdev_id_with_active_vdev_op()923 vdev_arg->sap_go_vdev_id = vdev_id; in cm_get_vdev_id_with_active_vdev_op()945 struct vdev_op_search_arg vdev_arg; in cm_is_any_other_vdev_connecting_disconnecting() local954 vdev_arg.current_vdev_id = cur_vdev_id; in cm_is_any_other_vdev_connecting_disconnecting()955 vdev_arg.sap_go_vdev_id = WLAN_INVALID_VDEV_ID; in cm_is_any_other_vdev_connecting_disconnecting()956 vdev_arg.sta_cli_vdev_id = WLAN_INVALID_VDEV_ID; in cm_is_any_other_vdev_connecting_disconnecting()959 &vdev_arg, 0, in cm_is_any_other_vdev_connecting_disconnecting()[all …]