Lines Matching refs:chtls_dev
192 struct chtls_dev *cdev;
210 struct chtls_dev { struct
245 struct chtls_dev *cdev; argument
280 struct chtls_dev *cdev;
415 struct chtls_dev *cdev;
459 static inline struct chtls_dev *to_chtls_dev(struct tls_toe_device *tlsdev) in to_chtls_dev()
461 return container_of(tlsdev, struct chtls_dev, tlsdev); in to_chtls_dev()
558 typedef int (*chtls_handler_func)(struct chtls_dev *, struct sk_buff *);
561 int chtls_init_kmap(struct chtls_dev *cdev, struct cxgb4_lld_info *lldi);
562 void chtls_listen_stop(struct chtls_dev *cdev, struct sock *sk);
563 int chtls_listen_start(struct chtls_dev *cdev, struct sock *sk);