Searched refs:tx_attr (Results 1 – 2 of 2) sorted by relevance
183 u16 tx_attr; in wl1271_tx_fill_hdr() local206 tx_attr = wl->session_counter << TX_HW_ATTR_OFST_SESSION_COUNTER; in wl1271_tx_fill_hdr()237 tx_attr |= rate_idx << TX_HW_ATTR_OFST_RATE_POLICY; in wl1271_tx_fill_hdr()246 tx_attr |= pad << TX_HW_ATTR_OFST_LAST_WORD_PAD; in wl1271_tx_fill_hdr()248 desc->tx_attr = cpu_to_le16(tx_attr); in wl1271_tx_fill_hdr()252 le16_to_cpu(desc->tx_attr), le16_to_cpu(desc->length), in wl1271_tx_fill_hdr()
74 __le16 tx_attr; member