Lines Matching defs:cxgbi_device
462 struct cxgbi_device { struct
486 void (*dev_ddp_cleanup)(struct cxgbi_device *); argument
487 struct cxgbi_ppm* (*cdev2ppm)(struct cxgbi_device *); argument
490 void (*csk_ddp_clear_map)(struct cxgbi_device *cdev, argument
493 int (*csk_ddp_setup_digest)(struct cxgbi_sock *,
495 int (*csk_ddp_setup_pgidx)(struct cxgbi_sock *,
498 void (*csk_release_offload_resources)(struct cxgbi_sock *);
499 int (*csk_rx_pdu_ready)(struct cxgbi_sock *, struct sk_buff *);
500 u32 (*csk_send_rx_credits)(struct cxgbi_sock *, u32);
501 int (*csk_push_tx_frames)(struct cxgbi_sock *, int);
502 void (*csk_send_abort_req)(struct cxgbi_sock *);
503 void (*csk_send_close_req)(struct cxgbi_sock *);
504 int (*csk_alloc_cpls)(struct cxgbi_sock *);
505 int (*csk_init_act_open)(struct cxgbi_sock *);
507 void *dd_data;