Home
last modified time | relevance | path

Searched refs:sw_state (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/usb/net/
H A Dmbim.h333 uint32_t sw_state; member
H A Dif_umb.c1533 (le32toh(rs->sw_state) == MBIM_RADIO_STATE_ON) ? 1 : 0; in umb_decode_radio_state()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h751 struct sw_state { struct
H A Dcudbg_lib.c608 struct sw_state *swstate; in collect_sw_state()
612 size = sizeof(struct sw_state); in collect_sw_state()
618 swstate = (struct sw_state *) scratch_buff.data; in collect_sw_state()