Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mediatek/
Dmtk_wed_mcu.c32 int length = sizeof(struct mtk_wed_mcu_hdr) + data_len; in mtk_wed_mcu_msg_alloc()
40 skb_reserve(skb, sizeof(struct mtk_wed_mcu_hdr)); in mtk_wed_mcu_msg_alloc()
82 struct mtk_wed_mcu_hdr *hdr = (struct mtk_wed_mcu_hdr *)skb->data; in mtk_wed_mcu_rx_unsolicited_event()
118 struct mtk_wed_mcu_hdr *hdr; in mtk_wed_mcu_skb_send_msg()
123 hdr = (struct mtk_wed_mcu_hdr *)skb_push(skb, sizeof(*hdr)); in mtk_wed_mcu_skb_send_msg()
147 struct mtk_wed_mcu_hdr *hdr; in mtk_wed_mcu_parse_response()
155 hdr = (struct mtk_wed_mcu_hdr *)skb->data; in mtk_wed_mcu_parse_response()
Dmtk_wed_wo.h12 struct mtk_wed_mcu_hdr { struct
258 struct mtk_wed_mcu_hdr *hdr = (struct mtk_wed_mcu_hdr *)skb->data; in mtk_wed_mcu_check_msg()
Dmtk_wed_wo.c188 struct mtk_wed_mcu_hdr *hdr; in mtk_wed_wo_rx_run_queue()
209 hdr = (struct mtk_wed_mcu_hdr *)skb->data; in mtk_wed_wo_rx_run_queue()