Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c3541 mcu_txd->ext_cid = FIELD_GET(__MCU_CMD_FIELD_EXT_ID, cmd); in mt76_connac2_mcu_fill_message()
3543 if (mcu_txd->ext_cid || (cmd & __MCU_CMD_FIELD_CE)) { in mt76_connac2_mcu_fill_message()
3548 mcu_txd->ext_cid_ack = !!mcu_txd->ext_cid; in mt76_connac2_mcu_fill_message()
H A Dmt76_connac_mcu.h65 u8 ext_cid; member
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c3796 mcu_txd->ext_cid = FIELD_GET(__MCU_CMD_FIELD_EXT_ID, cmd); in mt7925_mcu_fill_message()
3798 if (mcu_txd->ext_cid || (cmd & __MCU_CMD_FIELD_CE)) { in mt7925_mcu_fill_message()
3803 mcu_txd->ext_cid_ack = !!mcu_txd->ext_cid; in mt7925_mcu_fill_message()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c362 mcu_txd->ext_cid = FIELD_GET(__MCU_CMD_FIELD_EXT_ID, cmd); in mt7996_mcu_send_message()
363 if (mcu_txd->ext_cid) { in mt7996_mcu_send_message()