Searched refs:tx_hdr (Results 1 – 7 of 7) sorted by relevance
69 static void wl1251_tx_control(struct tx_double_buffer_desc *tx_hdr, in wl1251_tx_control() argument72 *(u16 *)&tx_hdr->control = 0; in wl1251_tx_control()74 tx_hdr->control.rate_policy = 0; in wl1251_tx_control()77 tx_hdr->control.packet_type = 0; in wl1251_tx_control()82 tx_hdr->control.rate_policy = 1; in wl1251_tx_control()83 tx_hdr->control.ack_policy = 1; in wl1251_tx_control()86 tx_hdr->control.tx_complete = 1; in wl1251_tx_control()91 tx_hdr->control.qos = 1; in wl1251_tx_control()101 static void wl1251_tx_frag_block_num(struct tx_double_buffer_desc *tx_hdr) in wl1251_tx_frag_block_num() argument107 tx_hdr->frag_threshold = cpu_to_le16(frag_threshold); in wl1251_tx_frag_block_num()[all …]
24 struct mbox_hdr *tx_hdr, *rx_hdr; in __otx2_mbox_reset() local27 tx_hdr = hw_mbase + mbox->tx_start; in __otx2_mbox_reset()32 tx_hdr->num_msgs = 0; in __otx2_mbox_reset()33 tx_hdr->msg_size = 0; in __otx2_mbox_reset()34 tx_hdr->sig = 0; in __otx2_mbox_reset()313 struct mbox_hdr *tx_hdr, *rx_hdr; in otx2_mbox_msg_send_data() local318 tx_hdr = hw_mbase + mbox->tx_start; in otx2_mbox_msg_send_data()331 if (!tx_hdr->sig) { in otx2_mbox_msg_send_data()332 tx_hdr->msg_size = mdev->msg_size; in otx2_mbox_msg_send_data()333 tx_hdr->num_msgs = mdev->num_msgs; in otx2_mbox_msg_send_data()[all …]
269 struct tx_frame_hdr tx_hdr; in ath9k_htc_tx_data() local278 memset(&tx_hdr, 0, sizeof(struct tx_frame_hdr)); in ath9k_htc_tx_data()280 tx_hdr.node_idx = sta_idx; in ath9k_htc_tx_data()281 tx_hdr.vif_idx = vif_idx; in ath9k_htc_tx_data()282 tx_hdr.cookie = slot; in ath9k_htc_tx_data()294 tx_hdr.data_type = ATH9K_HTC_AMPDU; in ath9k_htc_tx_data()297 tx_hdr.data_type = ATH9K_HTC_NORMAL; in ath9k_htc_tx_data()307 tx_hdr.tidno = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in ath9k_htc_tx_data()320 tx_hdr.flags = cpu_to_be32(flags); in ath9k_htc_tx_data()321 tx_hdr.key_type = ath9k_cmn_get_hw_crypto_keytype(skb); in ath9k_htc_tx_data()[all …]
501 struct ieee80211_hdr *tx_hdr; in zd_mac_tx_failed() local517 tx_hdr = (struct ieee80211_hdr *)skb->data; in zd_mac_tx_failed()520 if (unlikely(!ether_addr_equal(tx_hdr->addr1, tx_status->mac))) in zd_mac_tx_failed()980 struct ieee80211_hdr *tx_hdr; in filter_ack() local987 tx_hdr = (struct ieee80211_hdr *)skb->data; in filter_ack()988 if (likely(ether_addr_equal(tx_hdr->addr2, rx_hdr->addr1))) in filter_ack()
358 struct ieee80211_hdr *tx_hdr; in plfxlc_filter_ack() local367 tx_hdr = (struct ieee80211_hdr *)skb->data; in plfxlc_filter_ack()368 if (likely(ether_addr_equal(tx_hdr->addr2, rx_hdr->addr1))) { in plfxlc_filter_ack()
384 struct MXL_EAGLE_HOST_MSG_HEADER_T *tx_hdr = (struct MXL_EAGLE_HOST_MSG_HEADER_T *)buffer; in mxl692_opwrite() local408 mxl692_opcode_string(tx_hdr->opcode), status); in mxl692_opwrite()
123 struct ntb_payload_header __iomem *tx_hdr; member1759 struct ntb_payload_header __iomem *hdr = entry->tx_hdr; in ntb_tx_copy_callback()1898 entry->tx_hdr = hdr; in ntb_async_tx()