Searched refs:frag_ctl (Results 1 – 4 of 4) sorted by relevance
182 __le16 frag_ctl; member
1366 tx_buffer_head->frag_ctl = in vnt_generate_fifo_header()1375 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_LEGACY); in vnt_generate_fifo_header()1378 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_TKIP); in vnt_generate_fifo_header()1381 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_AES); in vnt_generate_fifo_header()1400 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_NONFRAG); in vnt_generate_fifo_header()
888 tx_buffer_head->frag_ctl = in vnt_tx_packet()896 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_LEGACY); in vnt_tx_packet()899 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_TKIP); in vnt_tx_packet()902 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_AES); in vnt_tx_packet()948 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_NONFRAG); in vnt_tx_packet()
227 __le16 frag_ctl; member