Searched refs:rx_seq (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11n_rxreorder.h | 41 memset(priv->rx_seq, 0xff, sizeof(priv->rx_seq)); in mwifiex_reset_11n_rx_seq_num()
|
| H A D | sta_rx.c | 246 sta_ptr->rx_seq[local_rx_pd->priority] = in mwifiex_process_sta_rx_packet() 255 priv->rx_seq[local_rx_pd->priority] = seq_num; in mwifiex_process_sta_rx_packet()
|
| H A D | uap_event.c | 159 memset(node->rx_seq, 0xff, sizeof(node->rx_seq)); in mwifiex_process_uap_event()
|
| H A D | 11n_rxreorder.c | 363 last_seq = node->rx_seq[tid]; in mwifiex_11n_create_rx_reorder_tbl() 368 last_seq = node->rx_seq[tid]; in mwifiex_11n_create_rx_reorder_tbl() 370 last_seq = priv->rx_seq[tid]; in mwifiex_11n_create_rx_reorder_tbl()
|
| H A D | sta_event.c | 952 memset(sta_ptr->rx_seq, 0xff, sizeof(sta_ptr->rx_seq)); in mwifiex_process_sta_event()
|
| H A D | uap_txrx.c | 429 node->rx_seq[uap_rx_pd->priority] = in mwifiex_process_uap_rx_packet()
|
| H A D | uap_cmd.c | 920 memset(sta_ptr->rx_seq, 0xff, sizeof(sta_ptr->rx_seq)); in mwifiex_cmd_uap_add_station()
|
| H A D | tdls.c | 1175 memset(sta_ptr->rx_seq, 0xff, sizeof(sta_ptr->rx_seq)); in mwifiex_tdls_process_enable_link()
|
| /linux/drivers/net/usb/ |
| H A D | cdc_ncm.c | 1590 if ((ctx->rx_seq + 1) != le16_to_cpu(nth16->wSequence) && in cdc_ncm_rx_verify_nth16() 1591 (ctx->rx_seq || le16_to_cpu(nth16->wSequence)) && in cdc_ncm_rx_verify_nth16() 1592 !((ctx->rx_seq == 0xffff) && !le16_to_cpu(nth16->wSequence))) { in cdc_ncm_rx_verify_nth16() 1595 ctx->rx_seq, le16_to_cpu(nth16->wSequence)); in cdc_ncm_rx_verify_nth16() 1597 ctx->rx_seq = le16_to_cpu(nth16->wSequence); in cdc_ncm_rx_verify_nth16() 1638 if ((ctx->rx_seq + 1) != le16_to_cpu(nth32->wSequence) && in cdc_ncm_rx_verify_nth32() 1639 (ctx->rx_seq || le16_to_cpu(nth32->wSequence)) && in cdc_ncm_rx_verify_nth32() 1640 !((ctx->rx_seq == 0xffff) && !le16_to_cpu(nth32->wSequence))) { in cdc_ncm_rx_verify_nth32() 1643 ctx->rx_seq, le16_to_cpu(nth32->wSequence)); in cdc_ncm_rx_verify_nth32() 1645 ctx->rx_seq = le16_to_cpu(nth32->wSequence); in cdc_ncm_rx_verify_nth32()
|
| /linux/include/linux/usb/ |
| H A D | cdc_ncm.h | 141 u16 rx_seq; member
|
| /linux/include/uapi/linux/ |
| H A D | wireless.h | 832 __u8 rx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_wx.c | 618 (*crypt)->ops->set_key(ext->key, ext->key_len, ext->rx_seq, in libipw_wx_set_encodeext()
|
| /linux/include/trace/events/ |
| H A D | rxrpc.h | 2231 __field(rxrpc_seq_t, rx_seq) 2241 __entry->rx_seq = call->rx_highest_seq; 2248 __entry->tx_seq, __entry->rx_seq)
|
| /linux/net/wireless/ |
| H A D | wext-compat.c | 712 params.seq = ext->rx_seq; in cfg80211_wext_siwencodeext()
|