regstate
umb_val2descr(_umb_regstate, umbi->regstate), provider,
int statecount = sizeof(struct staterecord)/sizeof(struct regstate);
struct regstate *stptr = (void *) srec;
struct regstate bsp;
struct regstate psp;
struct regstate rp;
struct regstate pfs;
if (sc->sc_info.regstate == MBIM_REGSTATE_ROAMING && !sc->sc_roaming) {
sc->sc_info.regstate = le32toh(rs->regstate);
DEVNAM(sc), umb_regstate(sc->sc_info.regstate),
if (sc->sc_info.regstate == MBIM_REGSTATE_ROAMING &&
switch (sc->sc_info.regstate) {
if (sc->sc_info.regstate == MBIM_REGSTATE_ROAMING && !sc->sc_roaming) {
sc->sc_info.regstate = MBIM_REGSTATE_UNKNOWN;
if (sc->sc_info.regstate != MBIM_REGSTATE_ROAMING || sc->sc_roaming)
int regstate;
uint32_t regstate; /* values: MBIM_REGISTER_STATE */