Searched refs:wait_seq (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/mediatek/ |
| A D | mtk_wed_mcu.c | 135 int id, int cmd, u16 *wait_seq, bool wait_resp) in mtk_wed_mcu_skb_send_msg() argument 146 if (wait_resp && wait_seq) { in mtk_wed_mcu_skb_send_msg() 151 *wait_seq = seq; in mtk_wed_mcu_skb_send_msg()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
| A D | mcu.c | 39 int cmd, int *wait_seq) in mt7603_mcu_skb_send_msg() argument 72 if (wait_seq) in mt7603_mcu_skb_send_msg() 73 *wait_seq = seq; in mt7603_mcu_skb_send_msg()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_fence.c | 374 uint32_t wait_seq, in amdgpu_fence_wait_polling() argument 378 while ((int32_t)(wait_seq - amdgpu_fence_read(ring)) > 0 && timeout > 0) { in amdgpu_fence_wait_polling()
|
| A D | amdgpu_ring.h | 150 uint32_t wait_seq,
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| A D | mt7925.h | 312 int cmd, int *wait_seq);
|
| A D | mcu.c | 3142 int cmd, int *wait_seq) in mt7925_mcu_fill_message() argument 3213 if (wait_seq) in mt7925_mcu_fill_message() 3214 *wait_seq = seq; in mt7925_mcu_fill_message()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| A D | mt7615.h | 496 int cmd, int *wait_seq);
|
| A D | mcu.c | 63 int cmd, int *wait_seq) in mt7615_mcu_fill_msg() argument 78 if (wait_seq) in mt7615_mcu_fill_msg() 79 *wait_seq = seq; in mt7615_mcu_fill_msg()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| A D | mt76_connac_mcu.c | 3116 int cmd, int *wait_seq) in mt76_connac2_mcu_fill_message() argument 3184 if (wait_seq) in mt76_connac2_mcu_fill_message() 3185 *wait_seq = seq; in mt76_connac2_mcu_fill_message()
|
| A D | mt76_connac_mcu.h | 2048 int cmd, int *wait_seq);
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| A D | mcu.c | 232 int cmd, int *wait_seq) in mt7996_mcu_send_message() argument 317 if (wait_seq) in mt7996_mcu_send_message() 318 *wait_seq = seq; in mt7996_mcu_send_message()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | mcu.c | 199 int cmd, int *wait_seq) in mt7915_mcu_send_message() argument
|
Completed in 64 milliseconds