Home
last modified time | relevance | path

Searched refs:MT_TXD_SIZE (Results 1 – 25 of 26) sorted by relevance

12

/drivers/net/wireless/mediatek/mt76/mt7603/
A Ddma.c37 if (skb->len < MT_TXD_SIZE + sizeof(struct ieee80211_hdr)) in mt7603_rx_loopback_skb()
54 hdr = (struct ieee80211_hdr *)&skb->data[MT_TXD_SIZE]; in mt7603_rx_loopback_skb()
67 skb_pull(skb, MT_TXD_SIZE); in mt7603_rx_loopback_skb()
70 skb_push(skb, MT_TXD_SIZE); in mt7603_rx_loopback_skb()
A Dmac.h128 #define MT_TXD_SIZE (8 * 4) macro
A Dinit.c9 .txwi_size = MT_TXD_SIZE,
A Dmain.c431 hdr = (struct ieee80211_hdr *)&skb->data[MT_TXD_SIZE]; in mt7603_ps_set_more_data()
A Dmac.c958 val = FIELD_PREP(MT_TXD0_TX_BYTES, skb->len + MT_TXD_SIZE) | in mt7603_mac_write_txwi()
/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac.h34 #define MT_TXD_SIZE (8 * 4) macro
36 #define MT_USB_TXD_SIZE (MT_TXD_SIZE + 8 * 4)
40 #define MT_SDIO_TXD_SIZE (MT_TXD_SIZE + 8 * 4)
319 return (void *)(txwi + MT_TXD_SIZE); in mt76_connac_txwi_to_txp()
A Dmt76_connac3_mac.h214 #define MT_TXD_SIZE (8 * 4) macro
A Dmt76_connac_mac.c171 tx_info->buf[0].len = MT_TXD_SIZE + sizeof(*txp); in mt76_connac_write_hw_txp()
502 u32 val, sz_txd = mt76_is_mmio(dev) ? MT_TXD_SIZE : MT_SDIO_TXD_SIZE; in mt76_connac2_mac_write_txwi()
/drivers/net/wireless/mediatek/mt76/mt7615/
A Dpci_mac.c37 tx_info->buf[0].len = MT_TXD_SIZE + sizeof(*txp); in mt7615_write_fw_txp()
102 txp = txwi + MT_TXD_SIZE; in mt7615_tx_prepare_skb()
A Dmcu.c705 if (skb->len > 512 - MT_TXD_SIZE) { in mt7615_mcu_add_beacon_offload()
716 memcpy(req.pkt + MT_TXD_SIZE, skb->data, skb->len); in mt7615_mcu_add_beacon_offload()
717 req.pkt_len = cpu_to_le16(MT_TXD_SIZE + skb->len); in mt7615_mcu_add_beacon_offload()
718 req.tim_ie_pos = cpu_to_le16(MT_TXD_SIZE + offs.tim_offset); in mt7615_mcu_add_beacon_offload()
722 csa_offs = MT_TXD_SIZE + offs.cntdwn_counter_offs[0] - 4; in mt7615_mcu_add_beacon_offload()
1085 if (skb->len > 512 - MT_TXD_SIZE) { in mt7615_mcu_uni_add_beacon_offload()
1093 memcpy(req.beacon_tlv.pkt + MT_TXD_SIZE, skb->data, skb->len); in mt7615_mcu_uni_add_beacon_offload()
1094 req.beacon_tlv.pkt_len = cpu_to_le16(MT_TXD_SIZE + skb->len); in mt7615_mcu_uni_add_beacon_offload()
1095 req.beacon_tlv.tim_ie_pos = cpu_to_le16(MT_TXD_SIZE + offs.tim_offset); in mt7615_mcu_uni_add_beacon_offload()
1100 csa_offs = MT_TXD_SIZE + offs.cntdwn_counter_offs[0] - 4; in mt7615_mcu_uni_add_beacon_offload()
A Dmmio.c171 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_txp_common), in mt7615_mmio_probe()
/drivers/net/wireless/mediatek/mt76/mt7921/
A Dpci_mac.c47 txp = (struct mt76_connac_hw_txp *)(txwi + MT_TXD_SIZE); in mt7921e_tx_prepare_skb()
A Dmcu.c1283 if (skb->len > 512 - MT_TXD_SIZE) { in mt7921_mcu_uni_add_beacon_offload()
1291 memcpy(req.beacon_tlv.pkt + MT_TXD_SIZE, skb->data, skb->len); in mt7921_mcu_uni_add_beacon_offload()
1292 req.beacon_tlv.pkt_len = cpu_to_le16(MT_TXD_SIZE + skb->len); in mt7921_mcu_uni_add_beacon_offload()
1293 req.beacon_tlv.tim_ie_pos = cpu_to_le16(MT_TXD_SIZE + offs.tim_offset); in mt7921_mcu_uni_add_beacon_offload()
1298 csa_offs = MT_TXD_SIZE + offs.cntdwn_counter_offs[0] - 4; in mt7921_mcu_uni_add_beacon_offload()
A Dpci.c238 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_hw_txp), in mt7921_pci_probe()
/drivers/net/wireless/mediatek/mt76/mt7925/
A Dpci_mac.c47 txp = (struct mt76_connac_hw_txp *)(txwi + MT_TXD_SIZE); in mt7925e_tx_prepare_skb()
A Dpci.c273 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_hw_txp), in mt7925_pci_probe()
A Dmac.c731 u32 val, sz_txd = mt76_is_mmio(dev) ? MT_TXD_SIZE : MT_SDIO_TXD_SIZE; in mt7925_mac_write_txwi()
/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmac.c930 val = FIELD_PREP(MT_TXD0_TX_BYTES, skb->len + MT_TXD_SIZE) | in mt7996_mac_write_txwi()
1048 memset(txwi_ptr, 0, MT_TXD_SIZE); in mt7996_tx_prepare_skb()
1054 txp = (struct mt76_connac_txp_common *)(txwi + MT_TXD_SIZE); in mt7996_tx_prepare_skb()
1107 struct mt76_connac_fw_txp *txp = ptr + MT_TXD_SIZE; in mt7996_wed_init_buf()
1111 memset(ptr, 0, MT_TXD_SIZE + sizeof(*txp)); in mt7996_wed_init_buf()
1113 val = FIELD_PREP(MT_TXD0_TX_BYTES, MT_TXD_SIZE) | in mt7996_wed_init_buf()
1123 txp->buf[0] = cpu_to_le32(phys + MT_TXD_SIZE + sizeof(*txp)); in mt7996_wed_init_buf()
1125 return MT_TXD_SIZE + sizeof(*txp); in mt7996_wed_init_buf()
A Dmcu.h837 4 + MT_TXD_SIZE + \
A Dmcu.c2735 bcn->pkt_len = cpu_to_le16(MT_TXD_SIZE + skb->len); in mt7996_mcu_beacon_cont()
2751 memcpy(buf + MT_TXD_SIZE, skb->data, skb->len); in mt7996_mcu_beacon_cont()
2794 len = ALIGN(sizeof(*bcn) + MT_TXD_SIZE + extra_len, 4); in mt7996_mcu_add_beacon()
2874 len = ALIGN(sizeof(*discov) + MT_TXD_SIZE + skb->len, 4); in mt7996_mcu_beacon_inband_discov()
2882 discov->prob_rsp_len = cpu_to_le16(MT_TXD_SIZE + skb->len); in mt7996_mcu_beacon_inband_discov()
2890 memcpy(buf + MT_TXD_SIZE, skb->data, skb->len); in mt7996_mcu_beacon_inband_discov()
A Dmmio.c770 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_fw_txp), in mt7996_mmio_probe()
/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmac.c785 txp = (struct mt76_connac_fw_txp *)(txwi + MT_TXD_SIZE); in mt7915_tx_prepare_skb()
824 struct mt76_connac_fw_txp *txp = ptr + MT_TXD_SIZE; in mt7915_wed_init_buf()
828 memset(ptr, 0, MT_TXD_SIZE + sizeof(*txp)); in mt7915_wed_init_buf()
830 val = FIELD_PREP(MT_TXD0_TX_BYTES, MT_TXD_SIZE) | in mt7915_wed_init_buf()
840 txp->buf[0] = cpu_to_le32(phys + MT_TXD_SIZE + sizeof(*txp)); in mt7915_wed_init_buf()
842 return MT_TXD_SIZE + sizeof(*txp); in mt7915_wed_init_buf()
A Dmcu.h503 MT_TXD_SIZE + \
A Dmcu.c1920 int len = sizeof(*cont) + MT_TXD_SIZE + skb->len; in mt7915_mcu_beacon_cont()
1927 cont->pkt_len = cpu_to_le16(MT_TXD_SIZE + skb->len); in mt7915_mcu_beacon_cont()
1942 memcpy(buf + MT_TXD_SIZE, skb->data, skb->len); in mt7915_mcu_beacon_cont()
1997 len = sizeof(*discov) + MT_TXD_SIZE + skb->len; in mt7915_mcu_add_inband_discov()
2014 discov->prob_rsp_len = cpu_to_le16(MT_TXD_SIZE + skb->len); in mt7915_mcu_add_inband_discov()
2021 memcpy(buf + MT_TXD_SIZE, skb->data, skb->len); in mt7915_mcu_add_inband_discov()
A Dmmio.c922 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_fw_txp), in mt7915_mmio_probe()

Completed in 94 milliseconds

12