Lines Matching defs:cxgbi_device
478 struct cxgbi_device { struct
479 struct list_head list_head;
503 void (*dev_ddp_cleanup)(struct cxgbi_device *); argument
504 struct cxgbi_ppm* (*cdev2ppm)(struct cxgbi_device *); argument
507 void (*csk_ddp_clear_map)(struct cxgbi_device *cdev, argument
510 int (*csk_ddp_setup_digest)(struct cxgbi_sock *,
512 int (*csk_ddp_setup_pgidx)(struct cxgbi_sock *,
515 void (*csk_release_offload_resources)(struct cxgbi_sock *);
516 int (*csk_rx_pdu_ready)(struct cxgbi_sock *, struct sk_buff *);
517 u32 (*csk_send_rx_credits)(struct cxgbi_sock *, u32);
518 int (*csk_push_tx_frames)(struct cxgbi_sock *, int);
519 void (*csk_send_abort_req)(struct cxgbi_sock *);
520 void (*csk_send_close_req)(struct cxgbi_sock *);
521 int (*csk_alloc_cpls)(struct cxgbi_sock *);
522 int (*csk_init_act_open)(struct cxgbi_sock *);
524 void *dd_data;