Searched refs:rx_ctx (Results 1 – 12 of 12) sorted by relevance
| /linux/net/mac80211/ |
| A D | tkip.c | 275 if (iv32 < rx_ctx->iv32 || in ieee80211_tkip_decrypt_data() 276 (iv32 == rx_ctx->iv32 && in ieee80211_tkip_decrypt_data() 277 (iv16 < rx_ctx->iv16 || in ieee80211_tkip_decrypt_data() 278 (iv16 == rx_ctx->iv16 && in ieee80211_tkip_decrypt_data() 279 (rx_ctx->iv32 || rx_ctx->iv16 || in ieee80211_tkip_decrypt_data() 280 rx_ctx->ctx.state != TKIP_STATE_NOT_INIT))))) in ieee80211_tkip_decrypt_data() 285 rx_ctx->ctx.state = TKIP_STATE_PHASE1_HW_UPLOADED; in ieee80211_tkip_decrypt_data() 289 if (rx_ctx->ctx.state == TKIP_STATE_NOT_INIT || in ieee80211_tkip_decrypt_data() 290 rx_ctx->iv32 != iv32) { in ieee80211_tkip_decrypt_data() 292 tkip_mixing_phase1(tk, &rx_ctx->ctx, ta, iv32); in ieee80211_tkip_decrypt_data() [all …]
|
| /linux/include/net/ |
| A D | tls.h | 444 struct tls_offload_context_rx *rx_ctx = tls_offload_ctx_rx(tls_ctx); in tls_offload_rx_resync_request() local 446 atomic64_set(&rx_ctx->resync_req, ((u64)ntohl(seq) << 32) | RESYNC_REQ); in tls_offload_rx_resync_request() 454 struct tls_offload_context_rx *rx_ctx = tls_offload_ctx_rx(tls_ctx); in tls_offload_rx_resync_async_request_start() local 456 atomic64_set(&rx_ctx->resync_async->req, ((u64)ntohl(seq) << 32) | in tls_offload_rx_resync_async_request_start() 458 rx_ctx->resync_async->loglen = 0; in tls_offload_rx_resync_async_request_start() 459 rx_ctx->resync_async->rcd_delta = 0; in tls_offload_rx_resync_async_request_start() 466 struct tls_offload_context_rx *rx_ctx = tls_offload_ctx_rx(tls_ctx); in tls_offload_rx_resync_async_request_end() local 468 atomic64_set(&rx_ctx->resync_async->req, in tls_offload_rx_resync_async_request_end()
|
| /linux/drivers/mailbox/ |
| A D | bcm-pdc-mailbox.c | 587 struct pdc_rx_ctx *rx_ctx; in pdc_receive_one() local 616 rx_ctx = &pdcs->rx_ctx[rx_idx]; in pdc_receive_one() 619 mssg.ctx = rx_ctx->rxp_ctx; in pdc_receive_one() 620 rx_ctx->rxp_ctx = NULL; in pdc_receive_one() 621 resp_hdr = rx_ctx->resp_hdr; in pdc_receive_one() 623 dma_unmap_sg(dev, rx_ctx->dst_sg, sg_nents(rx_ctx->dst_sg), in pdc_receive_one() 818 struct pdc_rx_ctx *rx_ctx; in pdc_rx_list_init() local 847 rx_ctx = &pdcs->rx_ctx[pdcs->rxout]; in pdc_rx_list_init() 848 rx_ctx->rxp_ctx = ctx; in pdc_rx_list_init() 849 rx_ctx->dst_sg = dst_sg; in pdc_rx_list_init() [all …]
|
| /linux/net/wireless/ |
| A D | lib80211_crypt_wep.c | 36 struct arc4_ctx rx_ctx; member 177 arc4_setkey(&wep->rx_ctx, key, klen); in lib80211_wep_decrypt() 178 arc4_crypt(&wep->rx_ctx, pos, pos, plen + 4); in lib80211_wep_decrypt()
|
| /linux/net/tls/ |
| A D | tls_device.c | 696 struct tls_offload_context_rx *rx_ctx = tls_offload_ctx_rx(tls_ctx); in tls_device_resync_rx() local 699 trace_tls_device_rx_resync_send(sk, seq, rcd_sn, rx_ctx->resync_type); in tls_device_resync_rx() 768 struct tls_offload_context_rx *rx_ctx; in tls_device_rx_resync_new_rec() local 782 rx_ctx = tls_offload_ctx_rx(tls_ctx); in tls_device_rx_resync_new_rec() 785 switch (rx_ctx->resync_type) { in tls_device_rx_resync_new_rec() 787 resync_req = atomic64_read(&rx_ctx->resync_req); in tls_device_rx_resync_new_rec() 793 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec() 797 if (likely(!rx_ctx->resync_nh_do_now)) in tls_device_rx_resync_new_rec() 810 rx_ctx->resync_nh_do_now = 0; in tls_device_rx_resync_new_rec() 815 resync_req = atomic64_read(&rx_ctx->resync_async->req); in tls_device_rx_resync_new_rec() [all …]
|
| A D | tls_main.c | 709 struct tls_sw_context_rx *rx_ctx = tls_sw_ctx_rx(ctx); in do_tls_setsockopt_conf() local 711 tls_strp_check_rcv(&rx_ctx->strp); in do_tls_setsockopt_conf()
|
| A D | tls_sw.c | 2598 struct tls_sw_context_rx *rx_ctx = tls_sw_ctx_rx(tls_ctx); in tls_sw_strparser_arm() local 2601 rx_ctx->saved_data_ready = sk->sk_data_ready; in tls_sw_strparser_arm() 2608 struct tls_sw_context_rx *rx_ctx = tls_sw_ctx_rx(tls_ctx); in tls_update_rx_zc_capable() local 2610 rx_ctx->zc_capable = tls_ctx->rx_no_pad || in tls_update_rx_zc_capable()
|
| /linux/net/tipc/ |
| A D | crypto.c | 880 struct tipc_crypto_rx_ctx *rx_ctx; in tipc_aead_decrypt() local 902 ctx = tipc_aead_mem_alloc(tfm, sizeof(*rx_ctx), &iv, &req, &sg, nsg); in tipc_aead_decrypt() 934 rx_ctx = (struct tipc_crypto_rx_ctx *)ctx; in tipc_aead_decrypt() 935 rx_ctx->aead = aead; in tipc_aead_decrypt() 936 rx_ctx->bearer = b; in tipc_aead_decrypt() 960 struct tipc_crypto_rx_ctx *rx_ctx = TIPC_SKB_CB(skb)->crypto_ctx; in tipc_aead_decrypt_done() local 961 struct tipc_bearer *b = rx_ctx->bearer; in tipc_aead_decrypt_done() 962 struct tipc_aead *aead = rx_ctx->aead; in tipc_aead_decrypt_done() 977 kfree(rx_ctx); in tipc_aead_decrypt_done()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| A D | i40e_virtchnl_pf.c | 711 struct i40e_hmc_obj_rxq rx_ctx; in i40e_config_vsi_rx_queue() local 718 rx_ctx.base = info->dma_ring_addr / 128; in i40e_config_vsi_rx_queue() 719 rx_ctx.qlen = info->ring_len; in i40e_config_vsi_rx_queue() 722 rx_ctx.hsplit_0 = I40E_RX_SPLIT_L2 | in i40e_config_vsi_rx_queue() 749 rx_ctx.rxmax = info->max_pkt_size; in i40e_config_vsi_rx_queue() 753 rx_ctx.rxmax += VLAN_HLEN; in i40e_config_vsi_rx_queue() 756 rx_ctx.dsize = 1; in i40e_config_vsi_rx_queue() 759 rx_ctx.lrxqthresh = 1; in i40e_config_vsi_rx_queue() 760 rx_ctx.crcstrip = 1; in i40e_config_vsi_rx_queue() 761 rx_ctx.prefena = 1; in i40e_config_vsi_rx_queue() [all …]
|
| A D | i40e_main.c | 3596 struct i40e_hmc_obj_rxq rx_ctx; in i40e_configure_rx_ring() local 3603 memset(&rx_ctx, 0, sizeof(rx_ctx)); in i40e_configure_rx_ring() 3654 rx_ctx.qlen = ring->count; in i40e_configure_rx_ring() 3657 rx_ctx.dsize = 0; in i40e_configure_rx_ring() 3662 rx_ctx.hsplit_0 = 0; in i40e_configure_rx_ring() 3666 rx_ctx.lrxqthresh = 0; in i40e_configure_rx_ring() 3668 rx_ctx.lrxqthresh = 1; in i40e_configure_rx_ring() 3669 rx_ctx.crcstrip = 1; in i40e_configure_rx_ring() 3670 rx_ctx.l2tsel = 1; in i40e_configure_rx_ring() 3672 rx_ctx.showiv = 0; in i40e_configure_rx_ring() [all …]
|
| /linux/drivers/net/vmxnet3/ |
| A D | vmxnet3_int.h | 334 struct vmxnet3_rx_ctx rx_ctx; member
|
| A D | vmxnet3_drv.c | 1574 struct vmxnet3_rx_ctx *ctx = &rq->rx_ctx; in vmxnet3_rq_rx_complete() 2181 rq->rx_ctx.skb = NULL; in vmxnet3_rq_init()
|
Completed in 89 milliseconds