Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c682 struct sw_state *swstate; in collect_sw_state() local
692 swstate = (struct sw_state *) scratch_buff.data; in collect_sw_state()
694 swstate->fw_state = t4_read_reg(padap, A_PCIE_FW); in collect_sw_state()
695 snprintf((char *)swstate->caller_string, sizeof(swstate->caller_string), "%s", in collect_sw_state()
697 swstate->os_type = 0; in collect_sw_state()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c850 struct sw_state *swstate; in view_sw_state() local
859 swstate = (struct sw_state *) dc_buff.data; in view_sw_state()
860 fw_state = swstate->fw_state; in view_sw_state()
861 caller_string = swstate->caller_string; in view_sw_state()
862 os_type = swstate->os_type; in view_sw_state()