Home
last modified time | relevance | path

Searched refs:sc_idx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_mtw.c545 sc->sc_idx = 0; in mtw_attach()
1400 sc->sc_idx = 0; in mtw_mcu_cmd()
1401 sc->txd_fw[sc->sc_idx]->len = htole16( in mtw_mcu_cmd()
1403 sc->txd_fw[sc->sc_idx]->flags = htole16(MTW_TXD_CMD | MTW_TXD_MCU | in mtw_mcu_cmd()
1406 memset(&sc->txd_fw[sc->sc_idx]->fw, 0, 2004); in mtw_mcu_cmd()
1407 memcpy(&sc->txd_fw[sc->sc_idx]->fw, buf, len); in mtw_mcu_cmd()
2828 memset(sc->txd_fw[sc->sc_idx], 0, actlen); in mtw_fw_callback()
2830 if (actlen < 0x2c44 && sc->sc_idx == 0) { in mtw_fw_callback()
2833 if (sc->sc_idx == 3) { in mtw_fw_callback()
2865 sc->sc_idx++; in mtw_fw_callback()
[all …]
H A Dif_mtwvar.h273 int sc_idx; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1084 uint32_t sc_idx = sc_list.GetSize(); in FindFunctions() local
1089 sc_idx); in FindFunctions()
1103 uint32_t sc_idx = sc_list.GetSize(); in FindFunctions() local
1108 sc_idx); in FindFunctions()