Lines Matching defs:cxgbi_device
512 struct cxgbi_device { struct
513 struct list_head list_head;
537 void (*dev_ddp_cleanup)(struct cxgbi_device *); argument
538 int (*csk_ddp_set)(struct cxgbi_sock *, struct cxgbi_pagepod_hdr *,
541 void (*csk_ddp_clear)(struct cxgbi_hba *,
543 int (*csk_ddp_setup_digest)(struct cxgbi_sock *,
545 int (*csk_ddp_setup_pgidx)(struct cxgbi_sock *,
548 void (*csk_release_offload_resources)(struct cxgbi_sock *);
549 int (*csk_rx_pdu_ready)(struct cxgbi_sock *, struct sk_buff *);
550 u32 (*csk_send_rx_credits)(struct cxgbi_sock *, u32);
551 int (*csk_push_tx_frames)(struct cxgbi_sock *, int);
552 void (*csk_send_abort_req)(struct cxgbi_sock *);
553 void (*csk_send_close_req)(struct cxgbi_sock *);
554 int (*csk_alloc_cpls)(struct cxgbi_sock *);
555 int (*csk_init_act_open)(struct cxgbi_sock *);
557 void *dd_data;