Lines Matching refs:clusters
6453 "\nSelect clusters to dump with \"dump\" sysctl" \
6455 "\n\t 0 - All clusters (default)" \
6468 * ice_sysctl_fw_debug_dump_cluster_setting - Set which clusters to dump
6480 u32 clusters;
6492 clusters = sc->fw_debug_dump_cluster_mask;
6494 ret = sysctl_handle_32(oidp, &clusters, 0, req);
6504 if (clusters & ~(valid_cluster_mask)) {
6512 sc->fw_debug_dump_cluster_mask = clusters;
6653 * ice_fw_debug_dump_print_clusters - Print data from FW clusters to sbuf
6657 * Handles dumping all of the clusters to dump to the indicated sbuf. The
6658 * clusters do dump are determined by the value in the
6702 "\nWrite 1 to output a FW debug dump containing the clusters specified by the" \
6703 "\n\"clusters\" sysctl." \
6723 * Intel tool. Prints out the cluster data specified by the "clusters"
6994 SYSCTL_ADD_PROC(ctx, dump_list, OID_AUTO, "clusters",