Home
last modified time | relevance | path

Searched refs:next_cluster_id (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c3356 u8 next_cluster_id = 0; in ixgbe_sysctl_dump_debug_dump() local
3359 next_cluster_id); in ixgbe_sysctl_dump_debug_dump()
3360 next_cluster_id = ixgbe_debug_dump_print_cluster(sc, in ixgbe_sysctl_dump_debug_dump()
3361 sbuf, next_cluster_id); in ixgbe_sysctl_dump_debug_dump()
3362 } while (next_cluster_id != 0 && in ixgbe_sysctl_dump_debug_dump()
3363 next_cluster_id <= IXGBE_ACI_DBG_DUMP_CLUSTER_ID_MAX); in ixgbe_sysctl_dump_debug_dump()
/freebsd/sys/dev/ice/
H A Dice_lib.c6694 u16 next_cluster_id, max_cluster_id, start_cluster_id; in ice_fw_debug_dump_print_clusters() local
6716 next_cluster_id = start_cluster_id; in ice_fw_debug_dump_print_clusters()
6720 next_cluster_id = in ice_fw_debug_dump_print_clusters()
6721 ice_fw_debug_dump_print_cluster(sc, sbuf, next_cluster_id); in ice_fw_debug_dump_print_clusters()
6722 } while ((next_cluster_id != 0) && in ice_fw_debug_dump_print_clusters()
6723 (next_cluster_id < max_cluster_id)); in ice_fw_debug_dump_print_clusters()