Searched refs:frag_ctl (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/vt6656/
H A Drxtx.h156 __le16 frag_ctl; member in struct:vnt_tx_fifo_head
H A Drxtx.c318 fifo->frag_ctl |= cpu_to_le16(FRAGCTL_LEGACY);
323 fifo->frag_ctl |= cpu_to_le16(FRAGCTL_TKIP);
364 fifo->frag_ctl |= cpu_to_le16(FRAGCTL_AES);
589 tx_buffer_head->frag_ctl =
599 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_NONFRAG);
/linux-master/drivers/staging/vt6655/
H A Drxtx.h166 __le16 frag_ctl; member in struct:vnt_tx_fifo_head
H A Drxtx.c1307 tx_buffer_head->frag_ctl =
1314 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_LEGACY);
1317 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_TKIP);
1320 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_AES);
1339 tx_buffer_head->frag_ctl |= cpu_to_le16(FRAGCTL_NONFRAG);

Completed in 316 milliseconds