Searched refs:crypted_q (Results 1 – 3 of 3) sorted by relevance
2607 && (skb_queue_len(&sc->crypted_q) < LOW_CRYPTO_Q_LEN) in _ssv6xxx_tx()2749 || (skb_queue_len(&sc->crypted_q) >= MAX_CRYPTO_Q_LEN)) in ssv6200_tx()2815 __skb_queue_tail(&sc->crypted_q, skb); in ssv6xxx_encrypt_task()2817 if (sc->max_crypted_q_len < skb_queue_len(&sc->crypted_q)) in ssv6xxx_encrypt_task()2818 sc->max_crypted_q_len = skb_queue_len(&sc->crypted_q); in ssv6xxx_encrypt_task()2865 __skb_unlink(skb, &sc->crypted_q); in ssv6xxx_encrypt_task()2901 while((skb = skb_peek(&sc->crypted_q)) != NULL) in ssv6xxx_encrypt_task()2906 __skb_unlink(skb, &sc->crypted_q); in ssv6xxx_encrypt_task()2917 __skb_unlink(skb, &sc->crypted_q); in ssv6xxx_encrypt_task()3006 removed_skb_num = _remove_sta_skb_from_q(sc, &sc->crypted_q, in _clean_up_crypto_skb()[all …]
434 struct sk_buff_head crypted_q; member
596 skb_queue_head_init(&sc->crypted_q); in ssv6xxx_init_softc()761 while((skb = skb_dequeue(&sc->crypted_q)) != NULL) in ssv6xxx_deinit_softc()