Home
last modified time | relevance | path

Searched refs:tim_offset (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/sys/contrib/dev/rtw88/
H A Dtx.c85 if (pkt_info->tim_offset) in rtw_tx_fill_tx_desc()
87 le32_encode_bits(pkt_info->tim_offset, RTW_TX_DESC_W9_TIM_OFFSET); in rtw_tx_fill_tx_desc()
496 if (rsvd_pkt && rsvd_pkt->tim_offset != 0) { in rtw_tx_rsvd_page_pkt_info_update()
498 pkt_info->tim_offset = rsvd_pkt->tim_offset - hdr_len; in rtw_tx_rsvd_page_pkt_info_update()
H A Dfw.c1127 u16 tim_offset = 0; in rtw_get_rsvd_page_skb() local
1146 skb_new = ieee80211_beacon_get_tim(hw, vif, &tim_offset, NULL, 0); in rtw_get_rsvd_page_skb()
1147 rsvd_pkt->tim_offset = tim_offset; in rtw_get_rsvd_page_skb()
H A Dfw.h196 u16 tim_offset; member
H A Dmain.h589 u8 tim_offset; member
/freebsd-14.2/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h224 uint16_t tim_offset; member
1448 uint16_t *tim_offset, uint16_t *tim_len, uint32_t link_id) in ieee80211_beacon_get_tim() argument
1451 if (tim_offset != NULL) in ieee80211_beacon_get_tim()
1452 *tim_offset = 0; in ieee80211_beacon_get_tim()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c1115 req.beacon_tlv.tim_ie_pos = cpu_to_le16(MT_TXD_SIZE + offs.tim_offset); in mt7921_mcu_uni_add_beacon_offload()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmcu.c722 req.tim_ie_pos = cpu_to_le16(MT_TXD_SIZE + offs.tim_offset); in mt7615_mcu_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()
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dfw.c1969 u16 tim_offset; in rtw89_fw_h2c_update_beacon() local
1981 skb_beacon = ieee80211_beacon_get_tim(rtwdev->hw, vif, &tim_offset, in rtw89_fw_h2c_update_beacon()
2000 SET_BCN_UPD_GRP_IE_OFST(skb->data, tim_offset); in rtw89_fw_h2c_update_beacon()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c1814 mbss->offset[0] = cpu_to_le16(offs->tim_offset); in mt7915_mcu_beacon_mbss()
1874 cont->tim_ofs = cpu_to_le16(offs->tim_offset); in mt7915_mcu_beacon_cont()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c2021 bcn->tim_ie_pos = cpu_to_le16(offs->tim_offset); in mt7996_mcu_beacon_cont()
/freebsd-14.2/sys/contrib/dev/athk/ath12k/
H A Dwmi.c1774 cmd->tim_ie_offset = cpu_to_le32(offs->tim_offset); in ath12k_wmi_bcn_tmpl()
/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Dmac.c1663 ret = ath10k_wmi_bcn_tmpl(ar, arvif->vdev_id, offs.tim_offset, bcn, 0, in ath10k_mac_setup_bcn_tmpl()
/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Dwmi.c1820 cmd->tim_ie_offset = offs->tim_offset; in ath11k_wmi_bcn_tmpl()